diff options
| author | Keith Packard <keithp@keithp.com> | 2015-01-27 17:18:42 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2015-01-27 17:18:42 -0800 |
| commit | 3749426af1e900a1b3354922fdd7e8b3bfa38084 (patch) | |
| tree | f63bae6cea1df0dd89dd9fc335815efc4d85b29d /src/usbtrng-v2.0/Makefile | |
| parent | a95d6776dea86cdc4bdc3512505ba7e75365c127 (diff) | |
altos/usbtrng-v2.0: Use stmf042 hardware CRC unit
Switch from software to hardware for CRC computation. I think this
must be faster, right?
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/usbtrng-v2.0/Makefile')
| -rw-r--r-- | src/usbtrng-v2.0/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usbtrng-v2.0/Makefile b/src/usbtrng-v2.0/Makefile index 2806d377..abbdbbcc 100644 --- a/src/usbtrng-v2.0/Makefile +++ b/src/usbtrng-v2.0/Makefile @@ -24,6 +24,7 @@ ALTOS_SRC = \ ao_mutex.c \ ao_dma_stm.c \ ao_adc_fast.c \ + ao_crc_stm.c \ ao_stdio.c \ ao_led.c \ ao_romconfig.c \ |
