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