From 77b1d031a16cc0278b1452c37a4795bc4fab2022 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 26 Aug 2014 11:36:55 -0700 Subject: [PATCH] start a page for usbtrng --- USBtrng/index.mdwn | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 USBtrng/index.mdwn diff --git a/USBtrng/index.mdwn b/USBtrng/index.mdwn new file mode 100644 index 0000000..d6ebbca --- /dev/null +++ b/USBtrng/index.mdwn @@ -0,0 +1,41 @@ +# USBtrng + +This is a hardware True Random Number Generator that attaches via USB. + +These are photos of prototype version 0.1: + + + + +## Documentation ## + +There is no documentation yet. + +## Features ## + +* Hardware Features + * [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 + +* Firmware Features + * [AltOS](../AltOS/) is written mostly in C with some ARM assembler + * Runs from on-chip flash, uses on-chip RAM, stores tracking data to + flash memory part +* 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). + -- 2.47.2