Rdzleo 0d0bc33192 chore(deps): managed_components 自动更新
idf.py reconfigure 触发的 idf-component-manager 版本刷新副作用:
- espressif/dl_fft, esp_jpeg, freetype 等组件的小版本更新

不影响项目功能,与 Phase 10 无直接关系。

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-15 15:56:33 +08:00

12 lines
558 B
CMake

idf_component_register(SRCS "heatshrink_encoder.c" "heatshrink_decoder.c"
INCLUDE_DIRS "include")
# heatshrink_encoder.c:237:24: warning: this statement may fall through [-Wimplicit-fallthrough=]
# 237 | hse->state = st_flush_bit_buffer(hse, &oi);
# | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# heatshrink_encoder.c:238:9: note: here
# 238 | case HSES_DONE:
# | ^~~~
set_source_files_properties("heatshrink_encoder.c" PROPERTIES COMPILE_OPTIONS "-Wno-implicit-fallthrough")