chore(cmsis-pack): update cmsis pack for v9.3.0-dev (#7080)

This commit is contained in:
Gabriel Wang
2024-10-17 12:05:02 +01:00
committed by GitHub
parent 032c2c351c
commit bb3c662f19
12 changed files with 797 additions and 379 deletions

View File

@@ -14,10 +14,18 @@
#error "LV_FONT_MONTSERRAT_14 is required for lv_demo_benchmark. Enable it in lv_conf.h."
#endif
#if LV_FONT_MONTSERRAT_20 == 0
#error "LV_FONT_MONTSERRAT_20 is required for lv_demo_benchmark. Enable it in lv_conf.h."
#endif
#if LV_FONT_MONTSERRAT_24 == 0
#error "LV_FONT_MONTSERRAT_24 is required for lv_demo_benchmark. Enable it in lv_conf.h."
#endif
#if LV_FONT_MONTSERRAT_26 == 0
#error "LV_FONT_MONTSERRAT_26 is required for lv_demo_benchmark. Enable it in lv_conf.h."
#endif
#if LV_USE_DEMO_WIDGETS == 0
#error "LV_USE_DEMO_WIDGETS needs to be enabled"
#endif