mirror of
https://github.com/micropython/micropython.git
synced 2025-08-25 12:00:40 +02:00
stm32/boards/STM32L476DISC: Enable CAN peripheral.
This board allows to test CAN support on the L4 series.
This commit is contained in:
@@ -9,6 +9,7 @@ void STM32L476DISC_board_early_init(void);
|
||||
#define MICROPY_HW_HAS_FLASH (1)
|
||||
#define MICROPY_HW_ENABLE_RNG (1)
|
||||
#define MICROPY_HW_ENABLE_RTC (1)
|
||||
#define MICROPY_HW_ENABLE_CAN (1)
|
||||
#define MICROPY_HW_ENABLE_USB (1)
|
||||
|
||||
// use external SPI flash for storage
|
||||
|
Reference in New Issue
Block a user