Commit Graph

3 Commits

Author SHA1 Message Date
Ivan Kravets fd9ed71c4f Custom Partition Tables // Resolve #58 2018-05-26 01:13:54 +03:00
Ivan Kravets 8f9fd0078a Backward compatibility for obsolete Pumbaa build script 2018-05-11 19:24:06 +03: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