Skip to content
Commit 18c33cac authored by Rob Walton's avatar Rob Walton Committed by Jaeden Amero
Browse files

Add mcu-driver-hal after SDK project is declared



We previously added the MCU Driver HAL as the top level project. This
was necessary because MCU Driver HAL hard-coded the inclusion of its
toolchain files. Toolchain files need to be processed before any
`project` calls are made so CMake's built in compiler checks pass. MCU
Driver HAL's toolchain support has now been reworked; toolchain files
can now be passed in on the command line. We no longer need to add the
MCU Driver HAL before our SDK project is declared.

Signed-off-by: Rob Walton's avatarRobert Walton <rob.walton@arm.com>
parent d21538d0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment