add flasher
This commit is contained in:
11
flasher/firmware/README
Normal file
11
flasher/firmware/README
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
This directory is intended for PlatformIO Unit Testing and project tests.
|
||||
|
||||
Unit Testing is a software testing method by which individual units of
|
||||
source code, sets of one or more MCU program modules together with associated
|
||||
control data, usage procedures, and operating procedures, are tested to
|
||||
determine whether they are fit for use. Unit testing finds problems early
|
||||
in the development cycle.
|
||||
|
||||
More information about PlatformIO Unit Testing:
|
||||
- https://docs.platformio.org/page/plus/unit-testing.html
|
||||
BIN
flasher/firmware/boot_app0.bin
Normal file
BIN
flasher/firmware/boot_app0.bin
Normal file
Binary file not shown.
BIN
flasher/firmware/bootloader.bin
Normal file
BIN
flasher/firmware/bootloader.bin
Normal file
Binary file not shown.
BIN
flasher/firmware/firmware.bin
Normal file
BIN
flasher/firmware/firmware.bin
Normal file
Binary file not shown.
30
flasher/firmware/manifest.json
Normal file
30
flasher/firmware/manifest.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "AWTRIX Light",
|
||||
"version": "0.29",
|
||||
"home_assistant_domain": "AwtrixLight",
|
||||
"funding_url": "https://blueforcer.de",
|
||||
"new_install_prompt_erase": true,
|
||||
"builds": [
|
||||
{
|
||||
"chipFamily": "ESP32",
|
||||
"parts": [
|
||||
{
|
||||
"path": "bootloader.bin",
|
||||
"offset": 4096
|
||||
},
|
||||
{
|
||||
"path": "partitions.bin",
|
||||
"offset": 32768
|
||||
},
|
||||
{
|
||||
"path": "boot_app0.bin",
|
||||
"offset": 57344
|
||||
},
|
||||
{
|
||||
"path": "firmware.bin",
|
||||
"offset": 65536
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
flasher/firmware/partitions.bin
Normal file
BIN
flasher/firmware/partitions.bin
Normal file
Binary file not shown.
Reference in New Issue
Block a user