Commit Graph

112 Commits

Author SHA1 Message Date
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
Ivan Kravets 5d800a2e3c Bump version to 0.3.0 2016-12-10 17:42:29 +02:00
Ivan Kravets dfd4312e68 New board Node32s; Update ESP32 Core for Arduino 2016-12-10 17:31:45 +02:00
Erik Moqvist f5f5710d98 Simba framework for Nano32 board. 2016-12-09 08:03:41 +01:00
Ivan Kravets 08c56fda19 Bump version to 0.2.0 2016-12-07 21:32:39 +02:00
Ivan Kravets 52c3b5b6a0 PlatformIO Core decides which version of SCons to use 2016-11-28 21:02:48 +02:00
Ivan Kravets b8cc8c08d1 Bump version to 1.1.2 2016-11-23 18:19:15 +02:00
Ivan Kravets 966bce1b33 Bump version to 0.1.1 2016-11-21 12:44:47 +02:00
Ivan Kravets 5829295dfb Bump version to 0.1.0 2016-11-18 17:11: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
Ivan Kravets 7332e21f66 Initial commit 2016-10-22 02:20:57 +03:00