aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/boards/STM32F769DISC
AgeCommit message (Expand)Author
2021-04-06stm32: Include .ARM section in firmware for C++ exception handling.Damien George
2020-12-18drivers/memory/spiflash: Add MICROPY_HW_SPIFLASH_ENABLE_CACHE option.Damien George
2020-10-29stm32/boards: Factor out common data/bss/heap/stack linker sections.Damien George
2020-06-12stm32/boards/STM32F769DISC: Use macro instead of const for flash size.Damien George
2020-02-04stm32/usbd_conf: Allow boards to configure USB HS ULPI NXT/DIR pins.Damien George
2020-01-30stm32/boards/STM32F769DISC: Add config to use external SPI as filesys.Damien George
2019-09-10stm32/boards/STM32F769DISC: Fix number of SDRAM row bits.Jim Mussared
2019-07-17stm32/boards/STM32F769DISC: Fix length of FLASH_APP section.Damien George
2019-06-25stm32/boards: Rework all stm32??xx_hal_conf.h files to use common code.Damien George
2019-06-25stm32: Enter bootloader via a system reset.Damien George
2019-06-24stm32/boards: Enable ussl module via mbedtls for boards with network.Damien George
2019-06-14stm32: In link script, define start of stack separately from heap end.Chris Mason
2019-04-01stm32: Rename MICROPY_HW_HAS_SDCARD to MICROPY_HW_ENABLE_SDCARD.Damien George
2019-03-04stm32/boards: Update to use new build config for lwip component.Damien George
2019-03-04stm32/boards/STM32F769DISC: Use external QSPI flash to store some code.Damien George
2019-02-26stm32/boards/STM32F769DISC: Enable lwIP and Ethernet peripheral.Damien George
2019-02-07stm32/boards/STM32F769DISC: Configure for use with mboot by default.Damien George
2019-02-07stm32/boards/STM32F769DISC: Support the use of USB HS with external PHY.Damien George
2018-10-05stm32/main: Add configuration macros for board to set heap start/end.Andrew Leech
2018-09-20stm32/boards/STM32F769DISC: Add optional support for external SDRAM.Damien George
2018-04-11stm32/can: Allow CAN pins to be configured per board.Damien George
2018-03-27stm32/Makefile: Allow a board to config either 1 or 2 firmware sections.Damien George
2018-03-27stm32/boards: Allow boards to have finer control over the linker script.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