Skip to content

How to setup code compilation in STM32CubeIDE for MHP30? #1994

Closed Answered by ia
corndog2000 asked this question in Q&A

You must be logged in to vote

Hello. Here is the only one brief mention of setting up STM32CubeIDE, from the official documentation.

The IronOS source tree doesn't rely on any external third party libraries (FreeRTOS code is embedded into the tree and usb-pd lies inside of the tree as git submodule). So everything you need is inside the tree. Plus, you can use source/Makefile as a reference to get the idea of dependencies between project directories, source files & include files.

I can speak only for myself here, but as far as I know, we all just use our favorite text editors/IDEs/tools configured for the source tree, and we just fire up make ... when we need to build deal with the consequences. :)

It benefits since t…

Replies: 1 comment

ia
Dec 28, 2024
Collaborator

You must be logged in to vote
0 replies
Answer selected by ia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
Build System make/bash/python, github CI/CD & pals.
2 participants