aboutsummaryrefslogtreecommitdiffstats
path: root/testing/micropython/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* testing/micropython: enable build on ppc64leRoberto Oliveira2017-12-281-1/+1
|
* testing/micropython: fix build with python3Natanael Copa2017-12-261-1/+3
|
* testing/micropython: Update to version 1.9.3Marian Buschsieweke2017-12-261-9/+7
|
* testing/micropython: Update 1.9.1 --> 1.9.2Marian Buschsieweke2017-11-061-4/+4
|
* testing/micropython: Added subpackage micropython-crossMarian Buschsieweke2017-08-031-2/+9
| | | | | | micropython-cross provides mpy-cross, which allows compiling python code to micropython bytecode. This is particularly useful to unburden MCUs from the task to compile python scripts.
* testing/micropython: disable on some archsNatanael Copa2017-08-031-6/+8
| | | | | | | | | ../py/persistentcode.c:397:2: error: #error mp_raw_code_save_file not implemented for this platform #error mp_raw_code_save_file not implemented for this platform ^~~~~ use only python3
* testing/micropython: skip ffi_callback test and cleanupNatanael Copa2017-08-031-16/+14
| | | | | the ffi_callback will not work under PaX kernel since it tries to allocate memory which is both executable and writeable.
* new aport: testing/micropythonMarian Buschsieweke2017-08-031-0/+44
A lean and efficient Python implementation for MCUs and constrained systems http://www.micropython.org/