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
/
mpconfigboard_common.h
Age
Commit message (
Expand
)
Author
2021-04-07
stm32/powerctrl: Allow a board to configure AHB and APB clock dividers.
Damien George
2021-03-02
stm32/rfcore: Allow BLE settings to be changed by a board.
Damien George
2021-02-21
stm32/uart: Add support for LPUART1 on L0, L4, H7 and WB MCUs.
Chris Mason
2021-02-17
stm32: Make pyb, uos, utime, machine and onewire modules configurable.
Damien George
2021-01-29
stm32/main: Introduce MICROPY_HW_FLASH_MOUNT_AT_BOOT config option.
Damien George
2020-12-18
drivers/memory/spiflash: Add MICROPY_HW_SPIFLASH_ENABLE_CACHE option.
Damien George
2020-12-07
stm32: Add support for a board to reserve certain peripherals.
Damien George
2020-11-16
stm32/flash: Implement WB55 flash locking.
Jim Mussared
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2019-12-05
stm32/uart: Add support for UART4/5 on L0 MCUs.
Chris Mason
2019-09-23
stm32: Add support for FDCAN peripheral, exposed as pyb.CAN.
iabdalkader
2019-08-15
stm32/usbd: Support USB device mode on STM32L432 MCUs.
Damien George
2019-08-15
stm32/usbd: Introduce MICROPY_HW_USB_IS_MULTI_OTG to simplify USB config
Damien George
2019-08-08
stm32/sdcard: Support configuring the SD/MMC bus width to 1 or 4 bits.
Chris Wilson
2019-07-17
stm32: Add initial support for STM32WBxx MCUs.
Damien George
2019-07-16
stm32/usb: Add config options to disable USB MSC and/or HID.
Damien George
2019-07-05
stm32: Add initial support for STM32L0xx MCUs.
Damien George
2019-05-30
stm32/usb: Refactor CDC VCP code to enable N CDC interfaces.
Damien George
2019-05-21
stm32/machine_i2c: Simplify ROM initialisation of static HW I2C objects.
Damien George
2019-05-21
stm32/i2c: Make timeout for hardware I2C configurable.
Andrew Leech
2019-05-02
stm32: Add support for F413 MCUs.
Chris Mason
2019-04-11
stm32/rtc: Add auto-LSE-bypass detection with fallback to LSE then LSI.
Damien George
2019-04-01
stm32: Add support for MMC driver, exposed via pyb.MMCard class.
Damien George
2019-04-01
stm32: Rename MICROPY_HW_HAS_SDCARD to MICROPY_HW_ENABLE_SDCARD.
Damien George
2019-03-05
stm32: Add compile-time option to use HSI as clock source.
Francisco J. Manno
2018-12-22
stm32/main: Add board config option to enable/disable mounting SD card.
Andrew Leech
2018-10-05
stm32/main: Add configuration macros for board to set heap start/end.
Andrew Leech
2018-09-21
stm32/dcmi: Add F4/F7/H7 hal files and dma definitions for DCMI periph.
Andrew Leech
2018-05-28
stm32: Add support for STM32F0 MCUs.
Damien George
2018-05-28
stm32: Allow to have no storage support if there are no block devices.
Damien George
2018-05-16
stm32: Enable UART7/8 on F4 series that have these peripherals.
Ryan Shaw
2018-05-14
stm32/modpyb: Introduce MICROPY_PY_PYB_LEGACY config option for pyb mod.
Damien George
2018-04-24
stm32: Introduce MICROPY_PY_STM config to include or not the stm module.
Damien George
2018-04-11
stm32/main: Allow a board to configure the label of the flash FS.
Damien George
2018-04-11
stm32: Allow a board to configure the HSE in bypass mode.
Damien George
2018-04-11
stm32/can: Allow CAN pins to be configured per board.
Damien George
2018-03-29
stm32/main: Only update reset_mode if board doesn't use a bootloader.
Damien George
2018-03-10
stm32/storage: Introduce MICROPY_HW_ENABLE_INTERNAL_FLASH_STORAGE cfg.
Damien George
2018-03-09
stm32/mpconfigboard_common: Add STM32H7 common configuration.
iabdalkader
2018-02-23
stm32: Move MCU-specific cfg from mphalport.h to mpconfigboard_common.h.
Damien George
2018-02-22
stm32: Add board config option to enable/disable the ADC.
Damien George
2018-02-13
stm32: Introduce MICROPY_HW_ENABLE_USB and clean up USB config.
Damien George
2018-02-09
stm32: Add mpconfigboard_common.h with common/default board settings.
Damien George