Enforce classic ESP32 memory budgets and safe image merging

This commit is contained in:
mikecarper
2026-09-05 08:22:56 -07:00
parent 51ce1f8f0d
commit f8dfcaa240
13 changed files with 516 additions and 9 deletions
+3
View File
@@ -27,6 +27,9 @@ jobs:
- name: Run Unit Tests
run: pio test -e native -e native_kiss_modem -vv
- name: Verify ESP32 static DRAM budget
run: python3 -B test/test_esp32_dram.py
- name: Verify nRF52 UF2-reset CLI coverage
run: python3 -B test/test_nrf52_uf2reset_cli.py