Skip to content

Commit 8847d7a

Browse files
committed
added ESPino to dox/boards.md and package_esp8266com_index.template.json. removed flash speed selection
1 parent d076012 commit 8847d7a

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

boards.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -726,11 +726,6 @@ espino.menu.CpuFrequency.80.build.f_cpu=80000000L
726726
espino.menu.CpuFrequency.160=160 MHz
727727
espino.menu.CpuFrequency.160.build.f_cpu=160000000L
728728

729-
espino.menu.FlashFreq.40=40MHz
730-
espino.menu.FlashFreq.40.build.flash_freq=40
731-
espino.menu.FlashFreq.80=80MHz
732-
espino.menu.FlashFreq.80.build.flash_freq=80
733-
734729
espino.menu.FlashMode.dio=DIO
735730
espino.menu.FlashMode.dio.build.flash_mode=dio
736731
espino.menu.FlashMode.qio=QIO

doc/boards.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ title: Supported Hardware
1111
* [Olimex MOD\-WIFI\-ESP8266](#olimex-mod-wifi-esp8266)
1212
* [SparkFun ESP8266 Thing](#sparkfun-esp8266-thing)
1313
* [SweetPea ESP\-210](#sweetpea-esp-210)
14+
* [ESPino](#espino)
1415
* [Generic ESP8266 modules](#generic-esp8266-modules)
1516
* [Serial Adapter](#serial-adapter)
1617
* [Minimal Hardware Setup for Bootloading and Usage](#minimal-hardware-setup-for-bootloading-and-usage)
@@ -91,6 +92,14 @@ Product page: https://www.sparkfun.com/products/13231
9192

9293
*TODO: add notes*
9394

95+
## ESPino
96+
97+
ESPino integrates the ESP-12 module with a 3.3v regulator, CP2104 USB-Serial bridge and a micro USB connector for easy programming. It is designed for fitting in a breadboard and has an RGB Led and two buttons for easy prototyping.
98+
99+
For more information about the hardware, pinout diagram and programming procedures, please see the [datasheet](https://github.com/makerlabmx/ESPino-tools/raw/master/Docs/ESPino-Datasheet-EN.pdf).
100+
101+
Product page: http://www.espino.io/en
102+
94103
## Generic ESP8266 modules
95104

96105
These modules come in different form factors and pinouts. See the page at ESP8266 community wiki for more info:

package/package_esp8266com_index.template.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,14 @@
4343
{
4444
"name": "SweetPea ESP-210"
4545
},
46-
{
46+
{
4747
"name": "WeMos D1"
4848
},
49-
{
49+
{
5050
"name": "WeMos D1 mini"
51+
},
52+
{
53+
"name": "ESPino"
5154
}
5255
],
5356
"toolsDependencies": [

0 commit comments

Comments
 (0)