stm32/boards/STM32L476DISC: Enable CAN peripheral.

This board allows to test CAN support on the L4 series.
This commit is contained in:
Damien George 2018-03-15 16:32:11 +11:00
parent d91a1989f5
commit 22a9158ced
1 changed files with 1 additions and 0 deletions

View File

@ -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