1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

Added 2M generic boards (#5404)

* added generic boards
2M (SPIFFS 128K)
2M (SPIFFS 256K)
This commit is contained in:
apicquot
2018-12-01 17:10:17 -05:00
committed by Earle F. Philhower, III
parent 00bc89eb48
commit 4b16fa0a33
4 changed files with 106 additions and 0 deletions

View File

@ -1239,6 +1239,8 @@ def all_flash_map ():
f1m.update( flash_map( 1024, 512 ))
f2m.update( flash_map( 2*1024))
f2m.update( flash_map( 2*1024, 128 ))
f2m.update( flash_map( 2*1024, 256 ))
f2m.update( flash_map( 2*1024, 512 ))
f2m.update( flash_map( 2*1024, 1024 ))