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