Skip to content

Commit 22a9158

Browse files
committed
stm32/boards/STM32L476DISC: Enable CAN peripheral.
This board allows to test CAN support on the L4 series.
1 parent d91a198 commit 22a9158

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/stm32/boards/STM32L476DISC/mpconfigboard.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ void STM32L476DISC_board_early_init(void);
99
#define MICROPY_HW_HAS_FLASH (1)
1010
#define MICROPY_HW_ENABLE_RNG (1)
1111
#define MICROPY_HW_ENABLE_RTC (1)
12+
#define MICROPY_HW_ENABLE_CAN (1)
1213
#define MICROPY_HW_ENABLE_USB (1)
1314

1415
// use external SPI flash for storage

0 commit comments

Comments
 (0)