Commit Graph

3 Commits

Author SHA1 Message Date
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
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