Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STM32 family support #19264

Open
17 of 22 tasks
benpicco opened this issue Feb 10, 2023 · 1 comment
Open
17 of 22 tasks

STM32 family support #19264

benpicco opened this issue Feb 10, 2023 · 1 comment
Labels
Type: new feature The issue requests / The PR implemements a new feature for RIOT Type: tracking The issue tracks and organizes the sub-tasks of a larger effort

Comments

@benpicco
Copy link
Contributor

benpicco commented Feb 10, 2023

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

  • STM32F4
  • STM32F7
  • STM32H5
  • STM32H7

Mainstream

  • STM32C0
  • STM32F0
  • STM32F1
  • STM32F3
  • STM32G0
  • STM32G4

Ultra Low Power

  • STM32L0
  • STM32L1
  • STM32L4
  • STM32L4+
  • STM32L5
  • STM32U0
  • STM32U5

Wireless

  • STM32WB
    • IEEE 802.15.4 radio
    • BLE radio
  • STM32WL
    • LoRa radio

Useful links

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

@benpicco benpicco added the Type: tracking The issue tracks and organizes the sub-tasks of a larger effort label Feb 10, 2023
@aabadie
Copy link
Contributor

aabadie commented Feb 10, 2023

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

@maribu maribu added the Type: new feature The issue requests / The PR implemements a new feature for RIOT label May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: new feature The issue requests / The PR implemements a new feature for RIOT Type: tracking The issue tracks and organizes the sub-tasks of a larger effort
Projects
None yet
Development

No branches or pull requests

3 participants