summaryrefslogtreecommitdiffstatshomepage
path: root/ports/stm32/mpconfigboard_common.h
Commit message (Expand)AuthorAge
* stm32: Add support for G0 MCUs.Asensio Lorenzo Sempere2022-04-28
* stm32: Add initial support for STM32WL MCUs.Damien George2022-02-04
* stm32: Add support for G4 MCUs, and add NUCLEO_G474RE board defn.Herwin Grobben2022-02-01
* stm32/flashbdev: Support generic flash storage config via link symbols.Damien George2021-11-29
* stm32,esp32: In machine_i2s, make object reference arrays root pointers.MikeTeachman2021-11-13
* stm32: Add support for H7A3(Q)/H7B3(Q), and STM32H73B3I_DK board defn.Jan Staal2021-09-16
* stm32/usbd_cdc_interface: Rename USBD_CDC_xx opts to MICROPY_HW_USB_xx.Damien George2021-08-07
* stm32/usbd_desc: Rename USBD_xxx descriptor opts to MICROPY_HW_USB_xxx.Damien George2021-08-07
* ports: Rename USBD_VID/PID config macros to MICROPY_HW_USB_VID/PID.Damien George2021-08-07
* stm32/powerctrl: Add MICROPY_HW_ENTER_BOOTLOADER_VIA_RESET option.Damien George2021-05-12
* stm32/sdio: Allow configuring the SDMMC periph used for SDIO.iabdalkader2021-04-30
* stm32/sdcard: Allow configuring the SDMMC periph used for SD/MMC card.Damien George2021-04-30
* stm32/powerctrl: Allow a board to configure AHB and APB clock dividers.Damien George2021-04-07
* stm32/rfcore: Allow BLE settings to be changed by a board.Damien George2021-03-02
* stm32/uart: Add support for LPUART1 on L0, L4, H7 and WB MCUs.Chris Mason2021-02-21
* stm32: Make pyb, uos, utime, machine and onewire modules configurable.Damien George2021-02-17
* stm32/main: Introduce MICROPY_HW_FLASH_MOUNT_AT_BOOT config option.Damien George2021-01-29
* drivers/memory/spiflash: Add MICROPY_HW_SPIFLASH_ENABLE_CACHE option.Damien George2020-12-18
* stm32: Add support for a board to reserve certain peripherals.Damien George2020-12-07
* stm32/flash: Implement WB55 flash locking.Jim Mussared2020-11-16
* all: Reformat C and Python source code with tools/codeformat.py.Damien George2020-02-28
* stm32/uart: Add support for UART4/5 on L0 MCUs.Chris Mason2019-12-05
* stm32: Add support for FDCAN peripheral, exposed as pyb.CAN.iabdalkader2019-09-23
* stm32/usbd: Support USB device mode on STM32L432 MCUs.Damien George2019-08-15
* stm32/usbd: Introduce MICROPY_HW_USB_IS_MULTI_OTG to simplify USB configDamien George2019-08-15
* stm32/sdcard: Support configuring the SD/MMC bus width to 1 or 4 bits.Chris Wilson2019-08-08
* stm32: Add initial support for STM32WBxx MCUs.Damien George2019-07-17
* stm32/usb: Add config options to disable USB MSC and/or HID.Damien George2019-07-16
* stm32: Add initial support for STM32L0xx MCUs.Damien George2019-07-05
* stm32/usb: Refactor CDC VCP code to enable N CDC interfaces.Damien George2019-05-30
* stm32/machine_i2c: Simplify ROM initialisation of static HW I2C objects.Damien George2019-05-21
* stm32/i2c: Make timeout for hardware I2C configurable.Andrew Leech2019-05-21
* stm32: Add support for F413 MCUs.Chris Mason2019-05-02
* stm32/rtc: Add auto-LSE-bypass detection with fallback to LSE then LSI.Damien George2019-04-11
* stm32: Add support for MMC driver, exposed via pyb.MMCard class.Damien George2019-04-01
* stm32: Rename MICROPY_HW_HAS_SDCARD to MICROPY_HW_ENABLE_SDCARD.Damien George2019-04-01
* stm32: Add compile-time option to use HSI as clock source.Francisco J. Manno2019-03-05
* stm32/main: Add board config option to enable/disable mounting SD card.Andrew Leech2018-12-22
* stm32/main: Add configuration macros for board to set heap start/end.Andrew Leech2018-10-05
* stm32/dcmi: Add F4/F7/H7 hal files and dma definitions for DCMI periph.Andrew Leech2018-09-21
* stm32: Add support for STM32F0 MCUs.Damien George2018-05-28
* stm32: Allow to have no storage support if there are no block devices.Damien George2018-05-28
* stm32: Enable UART7/8 on F4 series that have these peripherals.Ryan Shaw2018-05-16
* stm32/modpyb: Introduce MICROPY_PY_PYB_LEGACY config option for pyb mod.Damien George2018-05-14
* stm32: Introduce MICROPY_PY_STM config to include or not the stm module.Damien George2018-04-24
* stm32/main: Allow a board to configure the label of the flash FS.Damien George2018-04-11
* stm32: Allow a board to configure the HSE in bypass mode.Damien George2018-04-11
* stm32/can: Allow CAN pins to be configured per board.Damien George2018-04-11
* stm32/main: Only update reset_mode if board doesn't use a bootloader.Damien George2018-03-29
* stm32/storage: Introduce MICROPY_HW_ENABLE_INTERNAL_FLASH_STORAGE cfg.Damien George2018-03-10