Skip to content

Commit cd3baef

Browse files
committed
Add Sparkfun ESP8266 Thing board
source: https://github.com/sparkfun/Arduino_Boards/blob/master/sparkfun/esp8266/boards.txt Remove the FlashSize lines because there was only one menu entry.
1 parent 636e250 commit cd3baef

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

hardware/esp8266com/esp8266/boards.txt

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,51 @@ huzzah.menu.UploadSpeed.256000.upload.speed=256000
330330
huzzah.menu.UploadSpeed.921600=921600
331331
huzzah.menu.UploadSpeed.921600.upload.speed=921600
332332

333+
##############################################################
334+
thing.name=SparkFun ESP8266 Thing
335+
336+
thing.upload.tool=esptool
337+
thing.upload.speed=921600
338+
thing.upload.resetmethod=ck
339+
thing.upload.maximum_size=524288
340+
thing.upload.wait_for_upload_port=true
341+
thing.serial.disableDTR=true
342+
thing.serial.disableRTS=true
343+
344+
thing.build.mcu=esp8266
345+
thing.build.f_cpu=80000000L
346+
thing.build.board=ESP8266_ESP01
347+
thing.build.core=esp8266
348+
thing.build.variant=thing
349+
thing.build.flash_mode=qio
350+
thing.build.flash_size=4M
351+
thing.build.flash_freq=40
352+
thing.build.flash_ld=eagle.flash.4m.ld
353+
thing.build.spiffs_start=0x100000
354+
thing.build.spiffs_end=0x3FB000
355+
356+
thing.menu.CpuFrequency.80=80 MHz
357+
thing.menu.CpuFrequency.80.build.f_cpu=80000000L
358+
359+
thing.menu.UploadSpeed.115200=115200
360+
thing.menu.UploadSpeed.115200.upload.speed=115200
361+
thing.menu.UploadSpeed.9600=9600
362+
thing.menu.UploadSpeed.9600.upload.speed=9600
363+
thing.menu.UploadSpeed.57600=57600
364+
thing.menu.UploadSpeed.57600.upload.speed=57600
365+
thing.menu.UploadSpeed.256000.windows=256000
366+
thing.menu.UploadSpeed.256000.upload.speed=256000
367+
thing.menu.UploadSpeed.230400.linux=230400
368+
thing.menu.UploadSpeed.230400.macosx=230400
369+
thing.menu.UploadSpeed.230400.upload.speed=230400
370+
thing.menu.UploadSpeed.460800.linux=460800
371+
thing.menu.UploadSpeed.460800.macosx=460800
372+
thing.menu.UploadSpeed.460800.upload.speed=460800
373+
thing.menu.UploadSpeed.512000.windows=512000
374+
thing.menu.UploadSpeed.512000.upload.speed=512000
375+
thing.menu.UploadSpeed.921600=921600
376+
thing.menu.UploadSpeed.921600.upload.speed=921600
377+
333378
##############################################################
334379
esp210.name=SweetPea ESP-210
335380

0 commit comments

Comments
 (0)