mirror of
https://github.com/torlando-tech/pyxis.git
synced 2026-05-20 14:25:07 +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>
17 lines
422 B
JSON
17 lines
422 B
JSON
{
|
|
"name": "Pyxis T-Deck",
|
|
"version": "dev",
|
|
"new_install_prompt_erase": false,
|
|
"builds": [
|
|
{
|
|
"chipFamily": "ESP32-S3",
|
|
"parts": [
|
|
{ "path": "firmware/bootloader.bin", "offset": 0 },
|
|
{ "path": "firmware/partitions.bin", "offset": 32768 },
|
|
{ "path": "firmware/boot_app0.bin", "offset": 57344 },
|
|
{ "path": "firmware/firmware.bin", "offset": 65536 }
|
|
]
|
|
}
|
|
]
|
|
}
|