Create a reusable framework that simplifies future board onboarding within SampleX.
A future board should be addable by filling in a known set of board-specific files rather than redesigning the entire build structure.
Define a standard structure for:
- board directory layout
- startup integration
- linker organization
- CMake hierarchy
- BSP interfaces
- ThreadX configuration
- board initialization flow
DoD:
Create a reusable framework that simplifies future board onboarding within SampleX.
A future board should be addable by filling in a known set of board-specific files rather than redesigning the entire build structure.
Define a standard structure for:
DoD: