RIOT icon indicating copy to clipboard operation
RIOT copied to clipboard

STM32 family support

Open benpicco opened this issue 3 years ago • 1 comments

This gives an overview of STM32 MCUs for which RIOT has at least basic support. As ST releases new Chips we are not always up to date with the changes needed to support them, but they typically share a lot of code.

High Performance

  • [x] STM32F4
  • [x] STM32F7
  • [ ] STM32H5
  • [ ] STM32H7
  • [ ] STM32N6

Mainstream

  • [x] STM32C0
  • [x] STM32F0
  • [x] STM32F1
  • [x] STM32F3
  • [x] STM32G0
  • [x] STM32G4

Ultra Low Power

  • [x] STM32L0
  • [x] STM32L1
  • [x] STM32L4
  • [x] STM32L4+
  • [x] STM32L5
  • [ ] STM32U0
  • [x] STM32U5

Wireless

  • [x] STM32WB
    • [ ] IEEE 802.15.4 radio
    • [ ] BLE radio
  • [x] STM32WL
    • [x] LoRa radio

Useful links

https://www.st.com/en/microcontrollers-microprocessors/stm32-32-bit-arm-cortex-mcus.html

benpicco avatar Feb 10 '23 11:02 benpicco

AFAICT, the STM32L4+ are supported, they are just in the same code as STM32L4. They correspond to STM32L4R5xxx for example.

aabadie avatar Feb 10 '23 11:02 aabadie