diff --git a/flasher/firmware/README b/flasher/firmware/README new file mode 100644 index 0000000..b94d089 --- /dev/null +++ b/flasher/firmware/README @@ -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 diff --git a/flasher/firmware/boot_app0.bin b/flasher/firmware/boot_app0.bin new file mode 100644 index 0000000..13562ca Binary files /dev/null and b/flasher/firmware/boot_app0.bin differ diff --git a/flasher/firmware/bootloader.bin b/flasher/firmware/bootloader.bin new file mode 100644 index 0000000..bfc27cf Binary files /dev/null and b/flasher/firmware/bootloader.bin differ diff --git a/flasher/firmware/firmware.bin b/flasher/firmware/firmware.bin new file mode 100644 index 0000000..a3d7ca9 Binary files /dev/null and b/flasher/firmware/firmware.bin differ diff --git a/flasher/firmware/manifest.json b/flasher/firmware/manifest.json new file mode 100644 index 0000000..531df45 --- /dev/null +++ b/flasher/firmware/manifest.json @@ -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 + } + ] + } + ] +} diff --git a/flasher/firmware/partitions.bin b/flasher/firmware/partitions.bin new file mode 100644 index 0000000..12437bf Binary files /dev/null and b/flasher/firmware/partitions.bin differ diff --git a/flasher/index.html b/flasher/index.html new file mode 100644 index 0000000..4c71b47 --- /dev/null +++ b/flasher/index.html @@ -0,0 +1,97 @@ + + + + + AWTRIX LIGHT + + + + + + + +
+

AWTRIX Light installer

+ +

+ +

+ + + + +