platformio / platform-ststm32

ST STM32: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/ststm32
Apache License 2.0
381 stars 303 forks source link

Add support for STM32MP1 dev boards #470

Open Pulsetronics opened 3 years ago

Pulsetronics commented 3 years ago

I have been using PlatformIO for most of my projects for years, I want to request support for STM32 processor (STM32MP157A-DK1)

sumit404-work commented 3 years ago

I have been using PlatformIO for most of my projects for years, I want to request support for STM32 processor (STM32MP157A-DK1)

I would like to vote this up.

I have started working on running samples from zephyr for stm32mp157 but facing issues while starting a debug run for the M4-cortex core. There is some (not sure what) dependency on A7 and OpenOCD. I am working with platformIO on vscode in a windows environment.

SumitNandi-eaton commented 2 years ago

Hi @valeros , can a label of 'board request' be added for this ?

valeros commented 2 years ago

@SumitNandi-eaton There is no support for STM32MP1 series at all, so it's a feature.

jcw commented 7 months ago

There are now more dev boards with the STM32MP1 series, such as a new one from Olimex. There's a STM-Cube package for the MP1 series on GitHub, including CMSIS. The Discovery Kits from STM come with Linux + Python3, opening the door to on-board µC development.

It'd be nice to be able to use PIO for the Cortex-M / STM32F4 side of things. I have the STM32MP157F-DK2 and can help with PIO tryouts, if that's useful.