You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
I have a CMSIS Pack providing the device definition for the STM32L562-DK (DFP pack with drivers removed).
This pack contains the definition of the required sct file.
Say that I make a first build with pack v0.0.6.
I get in "\RTE\Device\STM32L562QEIxQ" my sct file with a bug.
I fix the bug in a version 0.0.9 of the CMSIS pack and install this pack.
If I relaunch the CMSIS build system then I am still working with the old sct file.
If I want the new file to be installed in "\RTE\Device\STM32L562QEIxQ", I need to do a manual clean-up (removing the directory).
Can't CMSIS build detect the dependency ? (sct file not up to date with regards to latest CMSIS pack available in the system)