Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/micropython: enable build on ppc64le | Roberto Oliveira | 2017-12-28 | 1 | -1/+1 |
| | |||||
* | testing/micropython: fix build with python3 | Natanael Copa | 2017-12-26 | 2 | -1/+53 |
| | |||||
* | testing/micropython: Update to version 1.9.3 | Marian Buschsieweke | 2017-12-26 | 3 | -21/+9 |
| | |||||
* | testing/micropython: Update 1.9.1 --> 1.9.2 | Marian Buschsieweke | 2017-11-06 | 2 | -12/+15 |
| | |||||
* | testing/micropython: Added subpackage micropython-cross | Marian Buschsieweke | 2017-08-03 | 1 | -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 archs | Natanael Copa | 2017-08-03 | 1 | -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 cleanup | Natanael Copa | 2017-08-03 | 3 | -18/+26 |
| | | | | | the ffi_callback will not work under PaX kernel since it tries to allocate memory which is both executable and writeable. | ||||
* | new aport: testing/micropython | Marian Buschsieweke | 2017-08-03 | 2 | -0/+66 |
A lean and efficient Python implementation for MCUs and constrained systems http://www.micropython.org/ |