aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/boards/PYBD_SF2
AgeCommit message (Expand)Author
2021-04-06stm32: Include .ARM section in firmware for C++ exception handling.Damien George
2021-02-17stm32/mpbtstackport: Allow chipset and secondary baudrate to be set.Damien George
2020-12-18stm32/boards/PYBD_SF2: Disable SPIFLASH_ENABLE_CACHE for mboot builds.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-26stm32/mboot: Add support for littlefs.Damien George
2020-05-05stm32/boards/PYBD_SF2: Put BTstack library in external QSPI XIP flash.Damien George
2020-03-10stm32/boards/PYBD: Allow building with BTstack (via make command line).Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-01-07stm32/boards/PYBD: Change RTC asynch prediv from 1 to 4.Damien George
2019-12-20stm32/boards/PYBD: Include webrepl helper scripts in frozen manifest.Damien George
2019-12-13stm32/boards/PYBD_SF2: Configure LEDs as inverted, for LED.intensity().Damien George
2019-11-26stm32/boards: Enable LFS2 on PYBv1.x and PYBD boards.Damien George
2019-10-05stm32/boards/PYBD_SF2: Put nimble library in external QSPI XIP flash.Damien George
2019-10-01stm32/boards/PYBD: Enable BLE for Pyboard D.Jim Mussared
2019-08-28stm32/boards/PYBD_SF2: Exclude certain things when building mboot.Damien George
2019-08-28stm32/mphalport: Put PYBD specific MAC code in board specific file.Damien George
2019-07-04stm32/boards/PYBD_SFx: Automatically turn on EN_3V3 when powering SD/MMCDamien George
2019-07-04stm32/boards/PYBD_SFx: Configure EN_3V3 pin as output on boot.Damien George
2019-07-03stm32/boards/PYBD_SF2: Put mbedtls library code in external QSPI flash.Damien George
2019-07-03stm32/boards/PYBD_SFx: Put SPI flash to sleep during sleep modes.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-14stm32: In link script, define start of stack separately from heap end.Chris Mason
2019-06-05stm32/boards/PYBD_SFx: Enable ussl module using mbedTLS.Damien George
2019-06-03stm32/boards/PYBD_SFx: Enable CYW43 WLAN driver.Damien George
2019-05-31stm32/boards: Add board definition files for PYBD -SF2, -SF3, -SF6.Damien George