Tactiliest/.gitmodules
Ken Van Hoeylandt dc0c8915b0
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
2024-02-27 08:15:58 +01:00

12 lines
351 B
Plaintext

[submodule "libs/M5GFX"]
path = libs/M5GFX
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