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