From 239e6d89507a24c849385f4bfa93ac4ad58e5de5 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Thu, 28 Mar 2024 13:30:24 +1100 Subject: bump esp-idf to 5.2.1 --- lib/esp-idf | 2 +- lib/libtags/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/esp-idf b/lib/esp-idf index b6a66b7d..a322e6bd 160000 --- a/lib/esp-idf +++ b/lib/esp-idf @@ -1 +1 @@ -Subproject commit b6a66b7d8c6295765da3cd8df4cef93359f16363 +Subproject commit a322e6bdad4b6675d4597fb2722eea2851ba88cb diff --git a/lib/libtags/CMakeLists.txt b/lib/libtags/CMakeLists.txt index 9d9377b7..d8dce988 100644 --- a/lib/libtags/CMakeLists.txt +++ b/lib/libtags/CMakeLists.txt @@ -3,3 +3,4 @@ idf_component_register( s3m.c tags.c utf16.c vorbis.c wav.c xm.c INCLUDE_DIRS . ) +target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-array-bounds) -- cgit v1.2.3