-
- Downloads
stm32: Add initial support for STM32WBxx MCUs.
This new series of MCUs is similar to the L4 series with an additional Cortex-M0 coprocessor. The firmware for the wireless stack must be managed separately and MicroPython does not currently interface to it. Supported features so far include: RTC, UART, USB, internal flash filesystem.
Showing
- ports/stm32/Makefile 3 additions, 2 deletionsports/stm32/Makefile
- ports/stm32/dma.c 14 additions, 0 deletionsports/stm32/dma.c
- ports/stm32/dma.h 1 addition, 1 deletionports/stm32/dma.h
- ports/stm32/extint.c 25 additions, 3 deletionsports/stm32/extint.c
- ports/stm32/extint.h 1 addition, 1 deletionports/stm32/extint.h
- ports/stm32/flash.c 4 additions, 4 deletionsports/stm32/flash.c
- ports/stm32/flashbdev.c 2 additions, 1 deletionports/stm32/flashbdev.c
- ports/stm32/machine_uart.c 1 addition, 1 deletionports/stm32/machine_uart.c
- ports/stm32/modmachine.c 2 additions, 2 deletionsports/stm32/modmachine.c
- ports/stm32/mpconfigboard_common.h 9 additions, 0 deletionsports/stm32/mpconfigboard_common.h
- ports/stm32/mphalport.c 1 addition, 1 deletionports/stm32/mphalport.c
- ports/stm32/powerctrl.c 8 additions, 5 deletionsports/stm32/powerctrl.c
- ports/stm32/powerctrlboot.c 46 additions, 0 deletionsports/stm32/powerctrlboot.c
- ports/stm32/rtc.c 15 additions, 7 deletionsports/stm32/rtc.c
- ports/stm32/stm32_it.c 8 additions, 0 deletionsports/stm32/stm32_it.c
- ports/stm32/system_stm32.c 4 additions, 0 deletionsports/stm32/system_stm32.c
- ports/stm32/uart.c 5 additions, 3 deletionsports/stm32/uart.c
- ports/stm32/usbd_cdc_interface.c 2 additions, 2 deletionsports/stm32/usbd_cdc_interface.c
- ports/stm32/usbd_conf.c 14 additions, 5 deletionsports/stm32/usbd_conf.c
Loading
Please register or sign in to comment