diff options
| author | An Dao <[email protected]> | 2026-05-13 14:56:25 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-05-13 08:56:25 -0400 |
| commit | 9ab0cf9683f832cdb48e2099533a5b06a3afcd64 (patch) | |
| tree | 8958fb6042a7d50b09b0541ad1cc9628b9e91cf8 /common_modules/module_lib | |
| parent | 3726d7906b4808bfec7855fc088e073199df9120 (diff) | |
Moved tx_initialize_low_level.S to example_build for Cortex-M33/M55/M85 GNU (#452) (#514)
The Cortex-M33, M55, and M85 GNU ports incorrectly include tx_initialize_low_level.S as a library source in CMakeLists.txt. This file is board-specific initialization code that users must
customize for their hardware, and including it in the library causes linker conflicts when users provide their own implementation (e.g., via CMake FetchContent).
This change aligns these ports with the established pattern used by
Cortex-M0/M3/M4/M7 GNU ports:
- Move tx_initialize_low_level.S from src/ to example_build/
- Remove it from CMakeLists.txt target_sources
- Add sample_threadx.c to example_build/ for consistency
Signed-off-by: An Dao <[email protected]>
Diffstat (limited to 'common_modules/module_lib')
0 files changed, 0 insertions, 0 deletions
