diff options
| author | Keith Packard <keithp@keithp.com> | 2015-01-26 22:16:18 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2015-01-26 22:16:18 -0800 |
| commit | ac1a58af4d281a9bc3572dc503982a94e439a4c1 (patch) | |
| tree | d8a33e37719d359226757c510c5f08991adc6818 /src/usbtrng-v2.0/Makefile | |
| parent | 729bb7a405460db8d44c9ff6ee903b28c7499a02 (diff) | |
altos/usbtrng-v2.0: Add random output command
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>
Diffstat (limited to 'src/usbtrng-v2.0/Makefile')
| -rw-r--r-- | src/usbtrng-v2.0/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usbtrng-v2.0/Makefile b/src/usbtrng-v2.0/Makefile index 0d237630..2806d377 100644 --- a/src/usbtrng-v2.0/Makefile +++ b/src/usbtrng-v2.0/Makefile @@ -21,6 +21,9 @@ ALTOS_SRC = \ ao_interrupt.c \ ao_timer.c \ ao_panic.c \ + ao_mutex.c \ + ao_dma_stm.c \ + ao_adc_fast.c \ ao_stdio.c \ ao_led.c \ ao_romconfig.c \ |
