Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix clean build due to change in libopencm3
Commit 48d6693 pulled in an updated libopencm3 for undocumented reasons. In principle this is a good idea as it fixes a nasty stack initialization bug fixed by @uhi22 as discussed in uhi22/ccs32clara#17. Unfortunately the fix breaks the libopencm3 build for all platforms except STM32F1. The fix is to limit the build of libopencm3 to just the STM32F1 platform in the same way as the CCS32clara firmware. Tests: - Carry out a full clean build locally - Check GitHub CI build after push before raising a PR
- Loading branch information