summaryrefslogtreecommitdiff
path: root/ports/stm32/boards/STM32L476DISC/bdev.c
AgeCommit message (Collapse)Author
2019-10-13remove ports/stm32Dan Halbert
2018-06-14stm32/boards/STM32L476DISC: Update SPI flash config for cache change.Damien George
2018-03-28stm32/boards/STM32L476DISC: Update to not take the address of pin objs.Damien George
2018-03-27stm32: Consolidate include of genhdr/pins.h to single location in pin.h.Damien George
genhdr/pins.h is an internal header file that defines all of the pin objects and it's cleaner to have pin.h include it (where the struct's for these objects are defined) rather than an explicit include by every user.
2018-03-10stm32/boards/STM32L476DISC: Provide SPI-flash bdev config.Damien George
This board shows how to configure external SPI flash as the main storage medium. It uses software SPI.