zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.17k stars 6.23k forks source link

STM32G4 support #18585

Closed rosterloh closed 4 years ago

rosterloh commented 4 years ago

There is currently no zephyr support for the STM32G4 family

It would be great if there was support for these. Any sort of timeline for support would be greatly appreciated

erwango commented 4 years ago

@rosterloh, there is currently no plan to add this series in Zephyr, but for sure it would be welcome! Help can be provided to any effort to do this porting work.

rosterloh commented 4 years ago

Ok, I've started work on it. Submitted a PR for the hal and working on the dts

martinjaeger commented 4 years ago

Here is the PR, if others are looking for it aswell: https://github.com/zephyrproject-rtos/zephyr/pull/18806

erwango commented 4 years ago

Closing as G4 is supported now. Thanks!