[esp32] Add custom partitions and refactor partition table generation (#7682)

Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
luar123
2026-03-19 07:41:11 -04:00
committed by GitHub
co-authored by pre-commit-ci-lite[bot] Jonathan Swoboda J. Nick Koston Claude Opus 4.6
parent 2c31bdc6a2
commit 96da6dd075
3 changed files with 252 additions and 47 deletions
@@ -1,5 +1,10 @@
esp32:
variant: esp32s3
partitions:
- name: my_data
type: data
subtype: spiffs
size: 0x1000
framework:
type: esp-idf
advanced: