diff options
| author | Damien George | 2018-02-02 18:22:57 +1100 |
|---|---|---|
| committer | Damien George | 2018-02-02 18:22:57 +1100 |
| commit | 57d2ac130016cf8500423171cb630ec5b2f09b3a (patch) | |
| tree | cee724808e1cc21ff073b9a88693aff0bb5c3f65 /ports/stm32/Makefile | |
| parent | 762db9ad2f44dc87220b0ae1009251615d8e2e18 (diff) | |
stm32/rng: Simplify RNG implementation by accessing raw peripheral regs.
It saves code size and RAM, and is more efficient to execute.
Diffstat (limited to 'ports/stm32/Makefile')
| -rw-r--r-- | ports/stm32/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/stm32/Makefile b/ports/stm32/Makefile index 65962bea6..55ccafe76 100644 --- a/ports/stm32/Makefile +++ b/ports/stm32/Makefile @@ -265,7 +265,6 @@ SRC_HAL = $(addprefix $(HAL_DIR)/Src/stm32$(MCU_SERIES)xx_,\ hal_pwr_ex.c \ hal_rcc.c \ hal_rcc_ex.c \ - hal_rng.c \ hal_rtc.c \ hal_rtc_ex.c \ hal_sd.c \ |
