micropython: new package
authorChris Packham <judge.packham@gmail.com>
Wed, 16 Sep 2015 23:29:58 +0000 (11:29 +1200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 17 Sep 2015 21:36:51 +0000 (23:36 +0200)
commit9646e80fca281030eb5d3125f499a60231476373
treee2ad20bb413422884b0c744a978d02670cd8b87a
parent1fc839e436a2a745bc7996545b1f60df5670df63
micropython: new package

Micro Python is a lean and fast implementation of the Python 3
programming language that is optimised to run on a microcontroller.

[Thomas: fix minor typo in Config.in noticed by Vicente.]

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/micropython/0001-fix-version.patch [new file with mode: 0644]
package/micropython/Config.in [new file with mode: 0644]
package/micropython/micropython.mk [new file with mode: 0644]