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