mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-25 20:02:37 +03:00
added ESPino to dox/boards.md and package_esp8266com_index.template.json. removed flash speed selection
This commit is contained in:
parent
d076012cc8
commit
8847d7ab1a
@ -726,11 +726,6 @@ espino.menu.CpuFrequency.80.build.f_cpu=80000000L
|
|||||||
espino.menu.CpuFrequency.160=160 MHz
|
espino.menu.CpuFrequency.160=160 MHz
|
||||||
espino.menu.CpuFrequency.160.build.f_cpu=160000000L
|
espino.menu.CpuFrequency.160.build.f_cpu=160000000L
|
||||||
|
|
||||||
espino.menu.FlashFreq.40=40MHz
|
|
||||||
espino.menu.FlashFreq.40.build.flash_freq=40
|
|
||||||
espino.menu.FlashFreq.80=80MHz
|
|
||||||
espino.menu.FlashFreq.80.build.flash_freq=80
|
|
||||||
|
|
||||||
espino.menu.FlashMode.dio=DIO
|
espino.menu.FlashMode.dio=DIO
|
||||||
espino.menu.FlashMode.dio.build.flash_mode=dio
|
espino.menu.FlashMode.dio.build.flash_mode=dio
|
||||||
espino.menu.FlashMode.qio=QIO
|
espino.menu.FlashMode.qio=QIO
|
||||||
|
@ -11,6 +11,7 @@ title: Supported Hardware
|
|||||||
* [Olimex MOD\-WIFI\-ESP8266](#olimex-mod-wifi-esp8266)
|
* [Olimex MOD\-WIFI\-ESP8266](#olimex-mod-wifi-esp8266)
|
||||||
* [SparkFun ESP8266 Thing](#sparkfun-esp8266-thing)
|
* [SparkFun ESP8266 Thing](#sparkfun-esp8266-thing)
|
||||||
* [SweetPea ESP\-210](#sweetpea-esp-210)
|
* [SweetPea ESP\-210](#sweetpea-esp-210)
|
||||||
|
* [ESPino](#espino)
|
||||||
* [Generic ESP8266 modules](#generic-esp8266-modules)
|
* [Generic ESP8266 modules](#generic-esp8266-modules)
|
||||||
* [Serial Adapter](#serial-adapter)
|
* [Serial Adapter](#serial-adapter)
|
||||||
* [Minimal Hardware Setup for Bootloading and Usage](#minimal-hardware-setup-for-bootloading-and-usage)
|
* [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
|
|||||||
|
|
||||||
*TODO: add notes*
|
*TODO: add notes*
|
||||||
|
|
||||||
|
## ESPino
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
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).
|
||||||
|
|
||||||
|
Product page: http://www.espino.io/en
|
||||||
|
|
||||||
## Generic ESP8266 modules
|
## Generic ESP8266 modules
|
||||||
|
|
||||||
These modules come in different form factors and pinouts. See the page at ESP8266 community wiki for more info:
|
These modules come in different form factors and pinouts. See the page at ESP8266 community wiki for more info:
|
||||||
|
@ -48,6 +48,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "WeMos D1 mini"
|
"name": "WeMos D1 mini"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ESPino"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"toolsDependencies": [
|
"toolsDependencies": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user