1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-29 05:21:37 +03:00

Case change and and 'none' reset option for Digistump Oak (#4143)

* Case change and and 'none' reset option for Digistump Oak

The logo is 'digiStump', but is always written in text form as 'Digistump'. 

The generator fixed an issue with the release version of 2.4.0 not having a resetMethod for the Digistump Oak, and hence not being able to be uploaded to without modifying the boards.txt file. However, the Oak doesn't support auto-reset via serial - it was primarily designed to be a cloud-programmed board.

* Regenerated boards.txt
* Regeneration of doc/boards.rst
This commit is contained in:
Peter
2018-01-15 13:19:52 +10:00
committed by david gauchard
parent ca25068733
commit 12f336fa5f
3 changed files with 164 additions and 159 deletions

View File

@ -3320,7 +3320,7 @@ gen4iod.menu.UploadSpeed.921600=921600
gen4iod.menu.UploadSpeed.921600.upload.speed=921600
##############################################################
oak.name=DigiStump Oak
oak.name=Digistump Oak
oak.build.board=ESP8266_OAK
oak.build.variant=oak
oak.upload.maximum_size=1040368
@ -3338,7 +3338,7 @@ oak.menu.CpuFrequency.80=80 MHz
oak.menu.CpuFrequency.80.build.f_cpu=80000000L
oak.menu.CpuFrequency.160=160 MHz
oak.menu.CpuFrequency.160.build.f_cpu=160000000L
oak.upload.resetmethod=ck
oak.upload.resetmethod=none
oak.build.flash_mode=dio
oak.build.flash_freq=40
oak.menu.FlashSize.4M1M=4M (1M SPIFFS)