Skip to content

Commit

Permalink
stm32/boards/STM32L476DISC: Enable CAN peripheral.
Browse files Browse the repository at this point in the history
This board allows to test CAN support on the L4 series.
  • Loading branch information
dpgeorge committed Mar 15, 2018
1 parent d91a198 commit 22a9158
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ports/stm32/boards/STM32L476DISC/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22a9158

Please sign in to comment.