Skip to content
Commit b09dc866 authored by Rob Walton's avatar Rob Walton Committed by Filip Jagodzinski
Browse files

Move to toolchain file workflow



MCU-Driver-HAL has been modified to use a standard toolchain file
workflow. The requirement for including app.cmake from the HAL has been
removed. We now expect users to set CMAKE_TOOLCHAIN_FILE with the
toolchain file needed. The toolchain files have been moved out of the
HAL to a separate repo, which is added as a submodule to the HAL for
convenience.

Update MCU-Driver-HAL submodule so we can use the toolchain file
workflow.

Remove app.cmake as it no longer exists. Include the mbed_config.cmake
files directly rather than relying on app.cmake to include those config
files.

Update the CI scripts to use toolchain files instead of setting
MBED_TOOLCHAIN.

Signed-off-by: Rob Walton's avatarRobert Walton <rob.walton@arm.com>
parent 370297ba
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