summaryrefslogtreecommitdiff
path: root/src/usbtrng-v2.0/Makefile
Commit message (Collapse)AuthorAge
* altos: remove usbtrng support (chaoskey prototypes)Bdale Garbee2018-10-13
|
* altos: Add generic LED driver.Keith Packard2018-10-13
| | | | | | | | | | | This driver uses the generic GPIO functions and allows per-LED port and pin configuration. It supports up to 32 LEDs. Rename SoC-specific LED drivers. Remove enabled parameter to ao_led_init Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/usbtrng: Split out random number generating code to separate driverKeith Packard2015-02-28
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/usbtrng-v2.0: Use stmf042 hardware CRC unitKeith Packard2015-01-27
| | | | | | | Switch from software to hardware for CRC computation. I think this must be faster, right? Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/usbtrng-v2.0: Add random output commandKeith Packard2015-01-26
| | | | | | | | Read chunks of random ADC data, do some CRC16 computations to de-bias and merge 4 bytes of input data into 2 bytes of output data, then dump that out over USB. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: USBtrng v2.0 hardware bringupKeith Packard2015-01-25
Gets the USB connection running and blinks the LEDs. Signed-off-by: Keith Packard <keithp@keithp.com>