ESP-IDF 5.2 (#49)

- Updated IDF from 5.1.2 to 5.2
- Updated FreeRTOS from 10.4.6 to 10.5.1
- Updated M5GFX with bugfix for IDF 5.2
- FreeRTOS-Kernel is now a submodule
This commit is contained in:
Ken Van Hoeylandt
2024-02-27 18:15:58 +11:00
committed by GitHub
parent d58f131033
commit dc0c8915b0
12 changed files with 32 additions and 16 deletions
+6 -1
View File
@@ -1,6 +1,11 @@
[submodule "libs/M5GFX"]
path = libs/M5GFX
url = https://github.com/m5stack/M5GFX.git
url = https://github.com/KenVanHoeylandt/M5GFX.git
branch = develop
[submodule "libs/M5Unified"]
path = libs/M5Unified
url = https://github.com/m5stack/M5Unified.git
[submodule "libs/freertos-kernel"]
path = libs/freertos-kernel
url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git
branch = V10.5.1