XANTH-IO / stm32-cmake

CMake for stm32 developing.
Other
0 stars 0 forks source link

Better device name deletion method #254

Closed xanthio closed 2 weeks ago

xanthio commented 2 weeks ago

The method used for deletion of found devices cause error in the missing list creation for L1 family. This is due to the fact in this family some device exist in -A, -X or without extention.

Deleting devices that from pattern STM32L1XX let remain -A STM32L1XX-A and -X for STM32L1XX-X so the list of unsupported is not usable.