Rename "espressif" platform to "espressif8266"
This commit is contained in:
@@ -131,21 +131,21 @@ Examples
|
||||
.. code-block:: bash
|
||||
|
||||
$ platformio run -e arduino_pro5v -e launchpad_lm4f120
|
||||
[Sun Jul 17 00:10:14 2016] Processing nodemcu (platform: espressif, board: nodemcu, framework: arduino)
|
||||
[Sun Jul 17 00:10:14 2016] Processing nodemcu (platform: espressif8266, board: nodemcu, framework: arduino)
|
||||
--------------------------------------------------------------------------------------------------------
|
||||
Looking for dependencies...
|
||||
Collecting 29 compatible libraries
|
||||
Processing src/main.cpp
|
||||
Processing .pioenvs/nodemcu/libFrameworkArduinoVariant.a
|
||||
Processing .platformio/packages/framework-arduinoespressif/cores/esp8266/Esp.cpp
|
||||
Processing .platformio/packages/framework-arduinoespressif8266/cores/esp8266/Esp.cpp
|
||||
...
|
||||
Processing .platformio/packages/framework-arduinoespressif/cores/esp8266/pgmspace.cpp
|
||||
Processing .platformio/packages/framework-arduinoespressif/cores/esp8266/setjmp.S
|
||||
Processing .platformio/packages/framework-arduinoespressif8266/cores/esp8266/pgmspace.cpp
|
||||
Processing .platformio/packages/framework-arduinoespressif8266/cores/esp8266/setjmp.S
|
||||
Processing .pioenvs/nodemcu/libFrameworkArduino.a
|
||||
Processing .platformio/packages/framework-arduinoespressif/tools/sdk/lib/libmesh.a
|
||||
Processing .platformio/packages/framework-arduinoespressif8266/tools/sdk/lib/libmesh.a
|
||||
...
|
||||
Processing .platformio/packages/framework-arduinoespressif/tools/sdk/lib/libaxtls.a
|
||||
Processing .platformio/packages/framework-arduinoespressif/tools/sdk/lib/libstdc++.a
|
||||
Processing .platformio/packages/framework-arduinoespressif8266/tools/sdk/lib/libaxtls.a
|
||||
Processing .platformio/packages/framework-arduinoespressif8266/tools/sdk/lib/libstdc++.a
|
||||
Processing .pioenvs/nodemcu/firmware.elf
|
||||
Processing .platformio/packages/tool-esptool/esptool
|
||||
Processing .pioenvs/nodemcu/firmware.bin
|
||||
@@ -154,7 +154,7 @@ Examples
|
||||
221456 884 29496 251836 3d7bc .pioenvs/nodemcu/firmware.elf
|
||||
|
||||
|
||||
3. Process specific target
|
||||
3. Process specific target (clean project)
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
|
||||
@@ -93,14 +93,14 @@ Examples
|
||||
Updating toolchain-atmelavr @ 1.40801.0: [Up-to-date]
|
||||
Updating tool-scons @ 2.4.1: [Up-to-date]
|
||||
|
||||
Platform espressif
|
||||
Platform espressif8266
|
||||
--------
|
||||
Updating espressif @ 0.0.0: [Up-to-date]
|
||||
Updating espressif8266 @ 0.0.0: [Up-to-date]
|
||||
Updating tool-scons @ 2.4.1: [Up-to-date]
|
||||
Updating toolchain-xtensa @ 1.40802.0: [Up-to-date]
|
||||
Updating tool-esptool @ 1.409.0: [Up-to-date]
|
||||
Updating tool-mkspiffs @ 1.102.0: [Up-to-date]
|
||||
Updating framework-arduinoespressif @ 1.20300.0: [Up-to-date]
|
||||
Updating framework-arduinoespressif8266 @ 1.20300.0: [Up-to-date]
|
||||
Updating sdk-esp8266 @ 1.10502.0: [Up-to-date]
|
||||
|
||||
Platform linux_x86_64
|
||||
|
||||
@@ -67,5 +67,5 @@ Examples
|
||||
[ ID ] Name Compatibility "Authors": Description
|
||||
-----------------------------------------------------------------------------------------------------------
|
||||
[ 4 ] IRremote arduino, atmelavr "Rafi Khan, Ken Shirriff": Send and receive infrared signals with multiple protocols | @2.2.1
|
||||
[ 64 ] Json arduino, atmelavr, atmelsam, timsp430, titiva, teensy, freescalekinetis, ststm32, nordicnrf51, nxplpc, espressif, siliconlabsefm32, linux_arm, native, intel_arc32 "Benoit Blanchon": An elegant and efficient JSON library for embedded systems | @5.4.0
|
||||
[ 64 ] Json arduino, atmelavr, atmelsam, timsp430, titiva, teensy, freescalekinetis, ststm32, nordicnrf51, nxplpc, espressif8266, siliconlabsefm32, linux_arm, native, intel_arc32 "Benoit Blanchon": An elegant and efficient JSON library for embedded systems | @5.4.0
|
||||
[ VCS ] TextLCD - "Unknown": hg+https://developer.mbed.org/users/simon/code/TextLCD/ | @308d188a2d3a
|
||||
|
||||
@@ -81,5 +81,5 @@ Examples
|
||||
Authors: Benoit Blanchon http://blog.benoitblanchon.fr
|
||||
Keywords: json, rest, http, web
|
||||
Frameworks: arduino
|
||||
Platforms: atmelavr, atmelsam, timsp430, titiva, teensy, freescalekinetis, ststm32, nordicnrf51, nxplpc, espressif, siliconlabsefm32, linux_arm, native, intel_arc32
|
||||
Platforms: atmelavr, atmelsam, timsp430, titiva, teensy, freescalekinetis, ststm32, nordicnrf51, nxplpc, espressif8266, siliconlabsefm32, linux_arm, native, intel_arc32
|
||||
Version: 5.4.0
|
||||
|
||||
@@ -62,11 +62,11 @@ Examples
|
||||
Packages: framework-arduinosam, framework-mbed, framework-simba, toolchain-gccarmnoneeabi, tool-bossac
|
||||
Version: 0.0.0
|
||||
|
||||
espressif ~ Espressif
|
||||
=====================
|
||||
espressif8266 ~ Espressif 8266
|
||||
==============================
|
||||
Espressif Systems is a privately held fabless semiconductor company. They provide wireless communications and Wi-Fi chips which are widely used in mobile devices and the Internet of Things applications.
|
||||
|
||||
Home: http://platformio.org/platforms/espressif
|
||||
Packages: framework-simba, tool-esptool, framework-arduinoespressif, sdk-esp8266, toolchain-xtensa
|
||||
Home: http://platformio.org/platforms/espressif8266
|
||||
Packages: framework-simba, tool-esptool, framework-arduinoespressif8266, sdk-esp8266, toolchain-xtensa
|
||||
Version: 0.0.0
|
||||
...
|
||||
|
||||
@@ -65,12 +65,12 @@ Examples
|
||||
Packages: framework-arduinosam, framework-mbed, framework-simba, toolchain-gccarmnoneeabi, tool-bossac
|
||||
Version: 0.0.0
|
||||
|
||||
espressif ~ Espressif
|
||||
=====================
|
||||
espressif8266 ~ Espressif 8266
|
||||
==============================
|
||||
Espressif Systems is a privately held fabless semiconductor company. They provide wireless communications and Wi-Fi chips which are widely used in mobile devices and the Internet of Things applications.
|
||||
|
||||
Home: http://platformio.org/platforms/espressif
|
||||
Packages: framework-simba, tool-esptool, framework-arduinoespressif, sdk-esp8266, toolchain-xtensa
|
||||
Packages: framework-simba, tool-esptool, framework-arduinoespressif8266, sdk-esp8266, toolchain-xtensa
|
||||
Version: 0.0.0
|
||||
...
|
||||
|
||||
|
||||
@@ -63,14 +63,14 @@ Examples
|
||||
Updating toolchain-atmelavr @ 1.40801.0: [Up-to-date]
|
||||
Updating tool-scons @ 2.4.1: [Up-to-date]
|
||||
|
||||
Platform espressif
|
||||
Platform espressif8266
|
||||
--------
|
||||
Updating espressif @ 0.0.0: [Up-to-date]
|
||||
Updating tool-scons @ 2.4.1: [Up-to-date]
|
||||
Updating toolchain-xtensa @ 1.40802.0: [Up-to-date]
|
||||
Updating tool-esptool @ 1.409.0: [Up-to-date]
|
||||
Updating tool-mkspiffs @ 1.102.0: [Up-to-date]
|
||||
Updating framework-arduinoespressif @ 1.20300.0: [Up-to-date]
|
||||
Updating framework-arduinoespressif8266 @ 1.20300.0: [Up-to-date]
|
||||
Updating sdk-esp8266 @ 1.10502.0: [Up-to-date]
|
||||
|
||||
Platform teensy
|
||||
|
||||
Reference in New Issue
Block a user