mirror of
https://github.com/torlando-tech/pyxis.git
synced 2026-04-26 19:05:10 +00:00
ac6ceca9f8
Split T-Deck firmware from microReticulum examples/lxmf_tdeck/ into its own repo. microReticulum is consumed as a git submodule dependency pinned to feat/t-deck. All include paths updated from relative symlinks to bare includes resolved via library build flags. Both tdeck (NimBLE) and tdeck-bluedroid environments compile successfully. Licensed under AGPLv3. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
325 B
325 B
| 1 | # ESP-IDF Partition Table for T-Deck Plus (8MB Flash) |
|---|---|
| 2 | # Name, Type, SubType, Offset, Size, Flags |
| 3 | nvs, data, nvs, 0x9000, 0x5000, |
| 4 | otadata, data, ota, 0xe000, 0x2000, |
| 5 | app0, app, ota_0, 0x10000, 0x300000, |
| 6 | app1, app, ota_1, 0x310000, 0x300000, |
| 7 | spiffs, data, spiffs, 0x610000, 0x1F0000, |