micropython/ports/stm32/boards/STM32L476DISC
Damien George 82b4ab7576 stm32/boards: Move includes to after defines in all hal_conf.h files.
The include of HAL headers should come after the HAL configuration defines,
so that the headers can see whether the defines were made or not, to
provide defaults and configure various things.

Signed-off-by: Damien George <damien@micropython.org>
2023-09-28 17:30:38 +10:00
..
bdev.c ports: Reformat more C and Python source code. 2022-04-20 16:17:35 +10:00
board.json ports: Update board.json files to link to new board images. 2022-01-07 11:33:28 +11:00
board_init.c stm32/boards/STM32L476DISC: Update to not take the address of pin objs. 2018-03-28 16:29:55 +11:00
mpconfigboard.h stm32/boards: Use default spibdev config where appropriate. 2023-06-08 23:01:03 +10:00
mpconfigboard.mk stm32/boards: Optimise flash and RAM allocation for L4 boards. 2019-07-01 16:57:20 +10:00
pins.csv ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
stm32l4xx_hal_conf.h stm32/boards: Move includes to after defines in all hal_conf.h files. 2023-09-28 17:30:38 +10:00