aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/boards/STM32L476DISC
AgeCommit message (Expand)Author
2020-12-18drivers/memory/spiflash: Add MICROPY_HW_SPIFLASH_ENABLE_CACHE option.Damien George
2019-07-01stm32/boards: Optimise flash and RAM allocation for L4 boards.Chris Mason
2019-06-25stm32/boards: Rework all stm32??xx_hal_conf.h files to use common code.Damien George
2019-03-28stm32/boards/STM32L476DISC: Enable servo support on STM32L476DISC board.Boris Vinogradov
2018-09-11stm32/boards/STM32L476DISC: Enable external RTC xtal to get RTC working.roland
2018-06-14stm32/boards/STM32L476DISC: Update SPI flash config for cache change.Damien George
2018-04-11stm32/can: Allow CAN pins to be configured per board.Damien George
2018-03-28stm32/boards/STM32L476DISC: Update to not take the address of pin objs.Damien George
2018-03-27stm32/Makefile: Allow a board to config either 1 or 2 firmware sections.Damien George
2018-03-27stm32/Makefile: Rename FLASH_ADDR/TEXT_ADDR to TEXT0_ADDR/TEXT1_ADDR.Damien George
2018-03-27stm32/boards: Allow boards to have finer control over the linker script.Damien George
2018-03-27stm32: Consolidate include of genhdr/pins.h to single location in pin.h.Damien George
2018-03-15stm32/boards/STM32L476DISC: Enable CAN peripheral.Damien George
2018-03-10stm32/boards/STM32L476DISC: Provide SPI-flash bdev config.Damien George
2018-02-13stm32/boards: Update all boards to work with new USB configuration.Damien George
2018-02-09stm32/boards: Remove all config options that are set to defaults.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George