Merge develop into main (#368)

New boards:
- LilyGO T-Dongle S3
- M5Stack StickC Plus
- M5Stack StickC Plus2

New drivers:
- AXP192: power control via I2C
- ButtonControl: GPIO button input as LVGL device

Other changes:
- Updated implementation of AXP192 driver for Core2 board
- Fix launcher UX for vertical layout
- Fix error when properties file had an empty line
- Add `__floatsidf` to `tt_init.cpp`
This commit is contained in:
Ken Van Hoeylandt
2025-10-14 20:39:23 +02:00
committed by GitHub
parent 3a59540365
commit d8346998ce
68 changed files with 1857 additions and 142 deletions
+27
View File
@@ -144,6 +144,15 @@ jobs:
with:
board_id: lilygo-tdeck
arch: esp32s3
lilygo-tdongle-s3:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Build"
uses: ./.github/actions/build-firmware
with:
board_id: lilygo-tdongle-s3
arch: esp32s3
lilygo-tlora-pager:
runs-on: ubuntu-latest
steps:
@@ -180,6 +189,24 @@ jobs:
with:
board_id: m5stack-cores3
arch: esp32s3
m5stack-stickc-plus:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Build"
uses: ./.github/actions/build-firmware
with:
board_id: m5stack-stickc-plus
arch: esp32
m5stack-stickc-plus2:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Build"
uses: ./.github/actions/build-firmware
with:
board_id: m5stack-stickc-plus2
arch: esp32
unphone:
runs-on: ubuntu-latest
steps: