-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
CI All Things! #1385
Comments
reminder to myself that I need to gather up some hardware |
Maybe it would be interesting to put in the CI the construction of a reference binary from several buildchain. From what I could see, this is a good practice for software trying to support different architectures, like ThreadX which has in its CI the build with Cortex-M0/3/4/7. If we follow this logic, it could be interesting to add in the CI the build of the reference binary with the following buildchain (for example):
Then, for the execution of the unit tests associated with these cross-compiled binaries, they can be performed on emulators like QEMU or Renode. |
That is the dream, but first we need solid toolchain implementations for these platforms... |
#1443 has another CI improvement. |
Toolchain implementation for ARM R5 (Cortex-R5) This implementation provides:
Platform Configuration:
OS Support Layer:
To use this:
Configure your build:
Build the project:
|
Feature Description
More improvements that can be made to CI!
...more will be added
The text was updated successfully, but these errors were encountered: