Skip to content

Commit 7ae671d

Browse files
ivankravetsme-no-dev
authored andcommitted
Initial version of build script for @platformio; CI integration for Linux, macOS and Windows (espressif#153)
* Initial version of build script for @platformio; CI integration for Linux, macOS and Windows * Remove CI badges
1 parent 52cb3b4 commit 7ae671d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
+ [Decoding Exceptions](#decoding-exceptions)
1414
+ [Using PlatformIO](#using-platformio)
1515
+ [Using as ESP-IDF component](#using-as-esp-idf-component)
16-
- [ESP32Dev Board PINMAP](#esp32dev-board-pinmap)
16+
- [ESP32Dev Board PINMAP](#esp32dev-board-pinmap)
1717

1818
## Development Status
1919
Most of the framework is implemented. Most noticable is the missing analogWrite. While analogWrite is on it's way, there are a few other options that you can use:
@@ -72,6 +72,7 @@ Linux 32/64, Linux ARM (like Raspberry Pi, BeagleBone, CubieBoard).
7272
- [Integration with Cloud and Standalone IDEs](http://docs.platformio.org/page/ide.html) -
7373
Cloud9, Codeanywehre, Eclipse Che (Codenvy), Atom, CLion, Eclipse, Emacs, NetBeans, Qt Creator, Sublime Text, VIM and Visual Studio
7474
- [Project Examples](https://github.com/platformio/platform-espressif32/tree/develop/examples)
75+
- [Using "Stage" (Git) version of Arduino Core](http://docs.platformio.org/page/platforms/espressif32.html#using-arduino-framework-with-staging-version)
7576

7677
### Using as ESP-IDF component
7778
- Download and install [esp-idf](https://github.com/espressif/esp-idf)
@@ -102,7 +103,7 @@ Linux 32/64, Linux ARM (like Raspberry Pi, BeagleBone, CubieBoard).
102103
delay(1000);
103104
}
104105
```
105-
106+
106107
- Else you need to implement ```app_main()``` and call ```initArduino();``` in it.
107108

108109
Keep in mind that setup() and loop() will not be called in this case.

0 commit comments

Comments
 (0)