Commit Graph

113 Commits

Author SHA1 Message Date
Valerii Koval 2e9269f337 Add new board ESP-WROVER-KIT 2017-08-03 19:11:58 +03:00
Valerii Koval ee86953619 Remove deprecated stuff // platformio/platformio-examples#14 2017-07-24 13:22:47 +03:00
Valeriy Koval 2e5671cf24 Update support for esp-idf framework 2017-04-11 22:49:54 +03:00
Ivan Kravets 9568310101 Update links to docs 2017-02-22 16:29:39 +02:00
Ivan Kravets 8763e69a9f Update installation link to PIO Core 2017-02-22 16:07:04 +02:00
Ivan Kravets eef3fba665 Fix invalid URL to examples archive 2017-02-22 16:03:39 +02:00
Valeriy Koval 3ac9499b02 Update sdkconfig.h in old espidf examples 2017-02-20 21:56:49 +02:00
Valeriy Koval 004610de37 Add several new examples with espidf 2017-02-19 21:23:59 +02:00
Erik Moqvist 1a2734cc62 New framework: Pumbaa (#7)
* New framework: Pumbaa

Pumbaa is MicroPython on top of Simba.

The framework will generate a file called frozen.c from all .py files
found in the project src/ folder. The script file main.py is the entry
point for the user script. If main.py is missing the application will
enter the interactive Python interpreter.

All c/cpp source files (including frozen.c) will be compiled, linked
and uploaded as an ordinary c application.

http://pumbaa.readthedocs.io/en/latest/

* Added pumbaa-blink example to appveyor.
2016-12-24 15:48:08 +02:00
Erik Moqvist f5f5710d98 Simba framework for Nano32 board. 2016-12-09 08:03:41 +01:00
Valeriy Koval f2454c07dd Supplement examples with new boards 2016-11-13 21:51:15 +02:00
Ivan Kravets 8c2e29da24 Added packages, updated Arduino for ESP32 2016-10-29 19:31:23 +03:00
Valeriy Koval c37ff5c0dc Initial support for ESP32 2016-10-24 20:23:25 +03:00