Rename USBtrng to ChaosKey
authorKeith Packard <keithp@keithp.com>
Sun, 7 Feb 2016 21:30:03 +0000 (13:30 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 7 Feb 2016 21:30:56 +0000 (13:30 -0800)
Signed-off-by: Keith Packard <keithp@keithp.com>
21 files changed:
ChaosKey.mdwn [new file with mode: 0644]
ChaosKey/index.mdwn [new file with mode: 0644]
ChaosKey/v0.1.mdwn [new file with mode: 0644]
ChaosKey/v0.1/chaoskey-v0.1-bottom-thumb.jpg [new file with mode: 0644]
ChaosKey/v0.1/chaoskey-v0.1-bottom.jpg [new file with mode: 0644]
ChaosKey/v0.1/chaoskey-v0.1-top-thumb.jpg [new file with mode: 0644]
ChaosKey/v0.1/chaoskey-v0.1-top.jpg [new file with mode: 0644]
ChaosKey/v0.2.mdwn [new file with mode: 0644]
ChaosKey/v0.2/chaoskey-v0.2-thumb.jpg [new file with mode: 0644]
ChaosKey/v0.2/chaoskey-v0.2.jpg [new file with mode: 0644]
USBtrng.mdwn [deleted file]
USBtrng/index.mdwn [deleted file]
USBtrng/v0.1.mdwn [deleted file]
USBtrng/v0.1/usbtrng-v0.1-bottom-thumb.jpg [deleted file]
USBtrng/v0.1/usbtrng-v0.1-bottom.jpg [deleted file]
USBtrng/v0.1/usbtrng-v0.1-top-thumb.jpg [deleted file]
USBtrng/v0.1/usbtrng-v0.1-top.jpg [deleted file]
USBtrng/v2.0.mdwn [deleted file]
USBtrng/v2.0/usbtrng-v2.0-thumb.jpg [deleted file]
USBtrng/v2.0/usbtrng-v2.0.jpg [deleted file]
index.mdwn

diff --git a/ChaosKey.mdwn b/ChaosKey.mdwn
new file mode 100644 (file)
index 0000000..d1bc43d
--- /dev/null
@@ -0,0 +1 @@
+[[!map pages="ChaosKey/* and ! ChaosKey/*/*"]]
diff --git a/ChaosKey/index.mdwn b/ChaosKey/index.mdwn
new file mode 100644 (file)
index 0000000..5b40316
--- /dev/null
@@ -0,0 +1,59 @@
+# ChaosKey
+
+This is a hardware True Random Number Generator that attaches via USB.
+
+## Version 0.2 ##
+
+Here's a photo of prototype version 0.2:
+
+<a href="v0.2/chaoskey-v0.2.jpg"> <img src="v0.2/chaoskey-v0.2-thumb.jpg"></a>
+
+### Version 0.2 Hardware ###
+
+ * [STM32F042](http://www.st.com/web/catalog/mmc/FM141/SC1169/SS1574/LN1823?icmp=stm32f0x2-line_pron_pr_jan2014&sc=stm32f0x2-pr) System-on-Chip
+    * ARM Cortex-M0 MCU
+    * 32k Flash
+    * 6k RAM
+    * USB 2.0
+    * Crystal-less operation
+ * ZXRE1004 zener-diode noise source
+ * 20V noise source
+    * AP3015A boost regulator
+    * back-to-back 3904 transistor noise
+
+## Version 0.1 ##
+
+These are photos of prototype version 0.1:
+
+<a href="v0.1/chaoskey-v0.1-top.jpg"> <img src="v0.1/chaoskey-v0.1-top-thumb.jpg"></a>
+<a href="v0.1/chaoskey-v0.1-bottom.jpg"> <img src="v0.1/chaoskey-v0.1-bottom-thumb.jpg"></a>
+
+### Version 0.1 Hardware ###
+
+ * [NXP LPC11U14](http://www.nxp.com/products/microcontrollers/cortex_m0_m0/LPC11U14FHI33.html) System-on-Chip
+       * ARM Cortex-M0 MCU
+       * 32k Flash
+       * 6k RAM
+       * USB 2.0
+       * 8 12-bit analog inputs
+       * I2C, SPI, async serial
+       * digital I/O
+ * ZXRE1004 zener diode noise source
+ * MCP6L92 dual op-amp
+
+## Software ##
+
+* Firmware Features
+       * [AltOS](../AltOS/) is written mostly in C with some ARM assembler
+* Tools Used
+       * [gEDA](http://www.gpleda.org/) for schematic capture and PCB layout
+       * [GCC](http://gcc.gnu.org/) compiler and source debugger
+* Licenses
+       * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html)
+       * The software is licensed [GPL version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
+
+## Artifacts ##
+
+The hardware design files can be found on [git.gag.com](http://git.gag.com) 
+in the project [hw/usbtrng](http://git.gag.com/?p=hw/usbtrng;a=summary).  
+
diff --git a/ChaosKey/v0.1.mdwn b/ChaosKey/v0.1.mdwn
new file mode 100644 (file)
index 0000000..6befa32
--- /dev/null
@@ -0,0 +1 @@
+[[!map pages="ChaosKey/v0.1/* and ! ChaosKey/v0.1/*/*"]]
diff --git a/ChaosKey/v0.1/chaoskey-v0.1-bottom-thumb.jpg b/ChaosKey/v0.1/chaoskey-v0.1-bottom-thumb.jpg
new file mode 100644 (file)
index 0000000..9f14cd2
Binary files /dev/null and b/ChaosKey/v0.1/chaoskey-v0.1-bottom-thumb.jpg differ
diff --git a/ChaosKey/v0.1/chaoskey-v0.1-bottom.jpg b/ChaosKey/v0.1/chaoskey-v0.1-bottom.jpg
new file mode 100644 (file)
index 0000000..c86285e
Binary files /dev/null and b/ChaosKey/v0.1/chaoskey-v0.1-bottom.jpg differ
diff --git a/ChaosKey/v0.1/chaoskey-v0.1-top-thumb.jpg b/ChaosKey/v0.1/chaoskey-v0.1-top-thumb.jpg
new file mode 100644 (file)
index 0000000..fca3411
Binary files /dev/null and b/ChaosKey/v0.1/chaoskey-v0.1-top-thumb.jpg differ
diff --git a/ChaosKey/v0.1/chaoskey-v0.1-top.jpg b/ChaosKey/v0.1/chaoskey-v0.1-top.jpg
new file mode 100644 (file)
index 0000000..3d55296
Binary files /dev/null and b/ChaosKey/v0.1/chaoskey-v0.1-top.jpg differ
diff --git a/ChaosKey/v0.2.mdwn b/ChaosKey/v0.2.mdwn
new file mode 100644 (file)
index 0000000..b020e20
--- /dev/null
@@ -0,0 +1 @@
+[[!map pages="ChaosKey/v0.2/* and ! ChaosKey/v0.2/*/*"]]
diff --git a/ChaosKey/v0.2/chaoskey-v0.2-thumb.jpg b/ChaosKey/v0.2/chaoskey-v0.2-thumb.jpg
new file mode 100644 (file)
index 0000000..92c83c2
Binary files /dev/null and b/ChaosKey/v0.2/chaoskey-v0.2-thumb.jpg differ
diff --git a/ChaosKey/v0.2/chaoskey-v0.2.jpg b/ChaosKey/v0.2/chaoskey-v0.2.jpg
new file mode 100644 (file)
index 0000000..08644c8
Binary files /dev/null and b/ChaosKey/v0.2/chaoskey-v0.2.jpg differ
diff --git a/USBtrng.mdwn b/USBtrng.mdwn
deleted file mode 100644 (file)
index 1277065..0000000
+++ /dev/null
@@ -1 +0,0 @@
-[[!map pages="USBtrng/* and ! USBtrng/*/*"]]
diff --git a/USBtrng/index.mdwn b/USBtrng/index.mdwn
deleted file mode 100644 (file)
index f5df6f8..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-# USBtrng
-
-This is a hardware True Random Number Generator that attaches via USB.
-
-## Version 2.0 ##
-
-Here's a photo of prototype version 2.0:
-
-<a href="v2.0/usbtrng-v2.0.jpg"> <img src="v2.0/usbtrng-v2.0-thumb.jpg"></a>
-
-### Version 2.0 Hardware ###
-
- * [STM32F042](http://www.st.com/web/catalog/mmc/FM141/SC1169/SS1574/LN1823?icmp=stm32f0x2-line_pron_pr_jan2014&sc=stm32f0x2-pr) System-on-Chip
-    * ARM Cortex-M0 MCU
-    * 32k Flash
-    * 6k RAM
-    * USB 2.0
-    * Crystal-less operation
- * ZXRE1004 zener-diode noise source
- * 20V noise source
-    * AP3015A boost regulator
-    * back-to-back 3904 transistor noise
-
-## Version 0.1 ##
-
-These are photos of prototype version 0.1:
-
-<a href="v0.1/usbtrng-v0.1-top.jpg"> <img src="v0.1/usbtrng-v0.1-top-thumb.jpg"></a>
-<a href="v0.1/usbtrng-v0.1-bottom.jpg"> <img src="v0.1/usbtrng-v0.1-bottom-thumb.jpg"></a>
-
-### Version 0.1 Hardware ###
-
- * [NXP LPC11U14](http://www.nxp.com/products/microcontrollers/cortex_m0_m0/LPC11U14FHI33.html) System-on-Chip
-       * ARM Cortex-M0 MCU
-       * 32k Flash
-       * 6k RAM
-       * USB 2.0
-       * 8 12-bit analog inputs
-       * I2C, SPI, async serial
-       * digital I/O
- * ZXRE1004 zener diode noise source
- * MCP6L92 dual op-amp
-
-## Software ##
-
-* Firmware Features
-       * [AltOS](../AltOS/) is written mostly in C with some ARM assembler
-* Tools Used
-       * [gEDA](http://www.gpleda.org/) for schematic capture and PCB layout
-       * [GCC](http://gcc.gnu.org/) compiler and source debugger
-* Licenses
-       * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html)
-       * The software is licensed [GPL version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
-
-## Artifacts ##
-
-The hardware design files can be found on [git.gag.com](http://git.gag.com) 
-in the project [hw/usbtrng](http://git.gag.com/?p=hw/usbtrng;a=summary).  
-
diff --git a/USBtrng/v0.1.mdwn b/USBtrng/v0.1.mdwn
deleted file mode 100644 (file)
index 7d85b66..0000000
+++ /dev/null
@@ -1 +0,0 @@
-[[!map pages="USBtrng/v0.1/* and ! USBtrng/v0.1/*/*"]]
diff --git a/USBtrng/v0.1/usbtrng-v0.1-bottom-thumb.jpg b/USBtrng/v0.1/usbtrng-v0.1-bottom-thumb.jpg
deleted file mode 100644 (file)
index 9f14cd2..0000000
Binary files a/USBtrng/v0.1/usbtrng-v0.1-bottom-thumb.jpg and /dev/null differ
diff --git a/USBtrng/v0.1/usbtrng-v0.1-bottom.jpg b/USBtrng/v0.1/usbtrng-v0.1-bottom.jpg
deleted file mode 100644 (file)
index c86285e..0000000
Binary files a/USBtrng/v0.1/usbtrng-v0.1-bottom.jpg and /dev/null differ
diff --git a/USBtrng/v0.1/usbtrng-v0.1-top-thumb.jpg b/USBtrng/v0.1/usbtrng-v0.1-top-thumb.jpg
deleted file mode 100644 (file)
index fca3411..0000000
Binary files a/USBtrng/v0.1/usbtrng-v0.1-top-thumb.jpg and /dev/null differ
diff --git a/USBtrng/v0.1/usbtrng-v0.1-top.jpg b/USBtrng/v0.1/usbtrng-v0.1-top.jpg
deleted file mode 100644 (file)
index 3d55296..0000000
Binary files a/USBtrng/v0.1/usbtrng-v0.1-top.jpg and /dev/null differ
diff --git a/USBtrng/v2.0.mdwn b/USBtrng/v2.0.mdwn
deleted file mode 100644 (file)
index 0a3b2c1..0000000
+++ /dev/null
@@ -1 +0,0 @@
-[[!map pages="USBtrng/v2.0/* and ! USBtrng/v2.0/*/*"]]
diff --git a/USBtrng/v2.0/usbtrng-v2.0-thumb.jpg b/USBtrng/v2.0/usbtrng-v2.0-thumb.jpg
deleted file mode 100644 (file)
index 92c83c2..0000000
Binary files a/USBtrng/v2.0/usbtrng-v2.0-thumb.jpg and /dev/null differ
diff --git a/USBtrng/v2.0/usbtrng-v2.0.jpg b/USBtrng/v2.0/usbtrng-v2.0.jpg
deleted file mode 100644 (file)
index 08644c8..0000000
Binary files a/USBtrng/v2.0/usbtrng-v2.0.jpg and /dev/null differ
index d8b6a1e6912848cd7516960a7baf552d6ae646c3..b7adda16d165e57bb2a1370b774643174c89f675 100644 (file)
@@ -122,7 +122,7 @@ analog sensor input, and 5 general purpose I/O lines.
 * [TeleTerra](TeleTerra) is a hand-held ground station for use with 
 [TeleMetrum](TeleMetrum/) and [TeleMini](TeleMini/).
 
-* [USBtrng](USBtrng) is a USB-attached True Random Number Generator
+* [ChaosKey](ChaosKey) is a USB-attached True Random Number Generator
 
 # [Documents](Documents) #