Add Heltec boards defintion and update board menu chooices (#2475)

This commit is contained in:
Aaron.Lee
2019-03-03 22:47:47 +08:00
committed by Me No Dev
parent f3c1a91f8e
commit 84e458a9e1
6 changed files with 563 additions and 26 deletions

View File

@ -0,0 +1,7 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x330000,
app1, app, ota_1, 0x340000,0x330000,
eeprom, data, 0x99, 0x670000,0x1000,
spiffs, data, spiffs, 0x671000,0x18F000,
1 # Name Type SubType Offset Size Flags
2 nvs data nvs 0x9000 0x5000
3 otadata data ota 0xe000 0x2000
4 app0 app ota_0 0x10000 0x330000
5 app1 app ota_1 0x340000 0x330000
6 eeprom data 0x99 0x670000 0x1000
7 spiffs data spiffs 0x671000 0x18F000