Skip to content

Commit

Permalink
chore(hardware): Add xiao-esp32s3-sense json
Browse files Browse the repository at this point in the history
  • Loading branch information
Slider0007 committed Oct 17, 2024
1 parent c091528 commit ea54354
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions manifest_xiao-esp32s3-sense.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "AI-on-the-Edge Device",
"version": "$VERSION",
"new_install_prompt_erase": false,
"builds": [
{
"chipFamily": "ESP32-S3",
"parts": [
{ "path": "firmware/xiao-esp32s3-sense/bootloader.bin", "offset": 0 },
{ "path": "firmware/xiao-esp32s3-sense/partitions.bin", "offset": 32768 },
{ "path": "firmware/xiao-esp32s3-sense/firmware.bin", "offset": 65536 }
]
}
]
}

0 comments on commit ea54354

Please sign in to comment.