stm32/boards/NUCLEO_H743ZI: Enable RNG for this board.
This commit is contained in:
parent
70a6a15f8c
commit
d870a4e835
@ -2,6 +2,7 @@
|
|||||||
#define MICROPY_HW_MCU_NAME "STM32H743"
|
#define MICROPY_HW_MCU_NAME "STM32H743"
|
||||||
|
|
||||||
#define MICROPY_HW_ENABLE_RTC (1)
|
#define MICROPY_HW_ENABLE_RTC (1)
|
||||||
|
#define MICROPY_HW_ENABLE_RNG (1)
|
||||||
#define MICROPY_HW_ENABLE_ADC (0)
|
#define MICROPY_HW_ENABLE_ADC (0)
|
||||||
#define MICROPY_HW_ENABLE_DAC (1)
|
#define MICROPY_HW_ENABLE_DAC (1)
|
||||||
#define MICROPY_HW_ENABLE_USB (1)
|
#define MICROPY_HW_ENABLE_USB (1)
|
||||||
|
Loading…
Reference in New Issue
Block a user