aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/boards
AgeCommit message (Expand)Author
2021-04-27Add OpenMano boardHEADmasterAditya Naik
2021-04-20stm32/boards/pllvalues.py: Support wider range of PLL values for F413.Damien George
2021-04-13stm32/boards: Split UARTx_RTS_DE into UARTx_RTS/UARTx_DE in pin defs.Damien George
2021-04-09stm32/boards/NUCLEO_L476RG: Add 5 remaining UARTs.aziubin
2021-04-07stm32/boards/pllvalues.py: Relax PLLQ constraints on STM32F413 MCUs.Damien George
2021-04-06stm32: Include .ARM section in firmware for C++ exception handling.Damien George
2021-02-21stm32/boards/NUCLEO_WB55: Enable LPUART1 on PA2/PA3.Damien George
2021-02-21stm32/uart: Add support for LPUART1 on L0, L4, H7 and WB MCUs.Chris Mason
2021-02-17stm32/mpbtstackport: Allow chipset and secondary baudrate to be set.Damien George
2021-02-17stm32/boards: Disable onewire module on boards with small flash.Damien George
2021-02-14stm32/uart: Add uart_set_baudrate function.Damien George
2021-01-29stm32/mboot: Add ELEM_TYPE_STATUS element so application can get status.Damien George
2021-01-18stm32/boards/NUCLEO_WB55: Enable MBOOT with packing mode.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-12-18stm32/adc: Deselect VBAT after reading to prevent battery drain.Damien George
2020-12-08stm32/boards/NUCLEO_H743ZI: Enable ethernet peripheral.Reinhard Feger
2020-12-08stm32/boards/stm32h743.ld: Enable D2 RAM and add eth-buffer section.Reinhard Feger
2020-11-13stm32/rtc: Validate the RTC prescaler on boot and change if incorrect.Damien George
2020-10-29stm32: Support C++ code and user C modules written in C++.Damien George
2020-10-29stm32/boards: Factor out common data/bss/heap/stack linker sections.Damien George
2020-10-29stm32/machine_adc: Fix ADC auto-calibration to run when ADC not enabled.Damien George
2020-10-16stm32/boards/NUCLEO_WB55/rfcore_firmware.py: Increase GET_STATE timeout.Jim Mussared
2020-10-16stm32/boards/NUCLEO_WB55/rfcore_firmware.py: Fix bad variable name.Jim Mussared
2020-10-16stm32/boards/NUCLEO_WB55/rfcore_firmware.py: Fix flash unlock.Jim Mussared
2020-10-08stm32/boards/NUCLEO_WB55: Add standalone WB55 FUS/WS firmware updater.Jim Mussared
2020-09-22stm32/rfcore: Fix FUS layout and size of ipcc_device_info_table_t.Damien George
2020-09-08stm32/boards/NUCLEO_WB55: Add Python helper code for rfcore.Jim Mussared
2020-09-08stm32/boards/USBDONGLE_WB55: Add USE_MBOOT support.Jim Mussared
2020-09-08stm32/rfcore: Update rfcore.c to match how ST examples work.Jim Mussared
2020-08-29all: Update Python code to conform to latest black formatting.Damien George
2020-06-26stm32/mboot: Add support for littlefs.Damien George
2020-06-25stm32/boards: Enable LFS2 on PYBD_SF3 and PYBD_SF6.Damien George
2020-06-22stm32/boards: Add build-time option for NUCLEO_WB55 to use mboot.Damien George
2020-06-18stm32/boards/NUCLEO_WB55: Add more CPU pins and aliases to SW1/2/3.Damien George
2020-06-12stm32/boards/STM32F769DISC: Use macro instead of const for flash size.Damien George
2020-06-02stm32/boards/xxx_WB55: Enable pyb.ADC and hardware SPI on WB55 boards.Damien George
2020-06-02stm32/adc: Add support to pyb.ADC for STM32WB MCUs.Damien George
2020-05-15stm32/boards: Add board config for Nucleo-F412ZG development board.Thomas Roberts
2020-05-15stm32: Add support for F412 MCUs.Thomas Roberts
2020-05-05stm32/boards/PYBD_SF2: Put BTstack library in external QSPI XIP flash.Damien George
2020-03-28stm32/boards: Disable pend_throw, uheapq, utimeq on small-flash boards.Damien George
2020-03-26stm32: Enable and freeze uasyncio.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-02-04stm32/usbd_conf: Allow boards to configure USB HS ULPI NXT/DIR pins.Damien George
2020-02-04stm32/sdram: Expose the result of sdram startup test in stm32_main.Andrew Leech
2020-01-31stm32/powerctrl: Improve support for changing system freq on H7 MCUs.Damien George
2020-01-30stm32/boards/stm32f746_af.csv: Add ADC alt functions to correct pins.Damien George
2020-01-30stm32/boards/STM32F769DISC: Add config to use external SPI as filesys.Damien George