mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
- Implemented [unPhone](https://unphone.net/) v9 board - Updated `.clang-format` to better reflect the intended code style - Fix SD card compatibility issues for all boards (frequency wasn't set well) - Moved `I2cDevice` class from CoreS3 board project to TactilityHeadless project - Tactility configuration now has default empty lists for apps and services fields - Fix for Launcher app: we don't need padding when showing it vertically - Fix for I2cDevice read/write calls that checked for `esp_err_t` instead of `bool` - Fix for TinyUSB init that checked for `esp_err_t` instead of `bool`
15 lines
451 B
YAML
15 lines
451 B
YAML
dependencies:
|
|
espressif/esp_lcd_ili9341: "2.0.0"
|
|
espressif/esp_lcd_touch: "1.1.2"
|
|
atanisoft/esp_lcd_touch_xpt2046: "1.0.5"
|
|
espressif/esp_lcd_touch_cst816s: "1.0.3"
|
|
espressif/esp_lcd_touch_gt911: "1.1.1~2"
|
|
espressif/esp_lcd_touch_ft5x06: "1.0.6~1"
|
|
espressif/esp_io_expander: "1.0.1"
|
|
espressif/esp_io_expander_tca95xx_16bit: "1.0.1"
|
|
espressif/esp_tinyusb:
|
|
version: "1.5.0"
|
|
rules:
|
|
- if: "target == esp32s3"
|
|
idf: '5.3.2'
|