eclipse-threadx / threadx

Eclipse ThreadX is an advanced real-time operating system (RTOS) designed specifically for deeply embedded applications.
https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/threadx/index.md
MIT License
2.87k stars 782 forks source link

Support for CMake compilation for Cortex M33 #202

Closed asierllano closed 2 years ago

asierllano commented 2 years ago

The CMakeLists.txt file has been included to support compilation with CMake for Cortex M33. It has been entirely based on Cortex M4 compilation system. It has been tested and worked for STM32U575 device.

Signed-off-by: Asier Llano allano@hubbell.com

ghost commented 2 years ago

CLA assistant check
All CLA requirements met.

goldscott commented 2 years ago

Hi @asierllano - we actually added CMake support to the M33 internally a few weeks ago and it will be released at the end of July. Similar files are available now in the M55 and M85 ports. Here's a link: https://github.com/azure-rtos/threadx/tree/master/ports/cortex_m55 I'll close your PR as this update has already been done. Thanks for your contribution!