mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
Remove dependencies M5Unified and M5GFX because: - Sometimes the release doesn't even compile - The amount of functions is too close to the limit (I recently had to remove some code/dependency to be able to make a build at all) - Graphics performance issue since last update - Touch screen performance issues (not perfect yet, but better) - Compatibility issues with Tactility SPI/I2C versus M5Unified/M5GFX variants.
10 lines
326 B
Plaintext
10 lines
326 B
Plaintext
[submodule "Libraries/FreeRTOS-Kernel"]
|
|
path = Libraries/FreeRTOS-Kernel
|
|
url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git
|
|
[submodule "Libraries/mbedtls"]
|
|
path = Libraries/mbedtls
|
|
url = https://github.com/Mbed-TLS/mbedtls.git
|
|
[submodule "Libraries/lvgl"]
|
|
path = Libraries/lvgl
|
|
url = https://github.com/lvgl/lvgl.git
|