aboutsummaryrefslogtreecommitdiffstats
path: root/testing/micropython
Commit message (Collapse)AuthorAgeFilesLines
* {main,community,testing}/*: rebuild against libffi.so.7Leo2020-04-091-1/+1
|
* testing/micropython: disable on armhf, fails to buildRasmus Thomsen2020-01-181-1/+2
|
* testing/micropython: upgrade to 1.12Marian Buschsieweke2020-01-164-41/+46
| | | | Also: Re-enable aarch64, x86, s390x
* testing/micropython: limit on aarch64Leo2019-07-131-1/+1
|
* testing/micropython: limit on ppc64leLeo2019-07-131-1/+1
| | | | | | | | | CC ../py/obj.c CC ../py/objarray.c ../py/nativeglue.c:226:5: error: 'nlr_push' undeclared here (not in a function); did you mean 'nlr_jump'? nlr_push, ^~~~~~~~ nlr_jump
* testing/micropython: upgrade to 1.11Marian Buschsieweke2019-07-131-9/+3
|
* testing/micropython: disable on armv7 due to build failureNatanael Copa2019-06-121-1/+1
|
* testing/micropython: disable one more test for ppc64leAndy Postnikov2018-10-211-3/+6
|
* testing/micropython: enable ppc64le and disable broken testsAndy Postnikov2018-10-211-2/+9
|
* testing/micropython: disable on x86 and let abuild do stripNatanael Copa2018-10-112-2/+26
| | | | | | | | It fails to build on x86 with a segfault: MPY modules/upip.py make: *** [../../py/mkrules.mk:114: build/frozen_mpy/upip.mpy] Segmentation fault (core dumped)
* testing: (Bulk change) Update urls to https using HTTPS Everywhere and bump ↵J0WI2018-10-061-2/+2
| | | | pkgrel
* aports: add support for armv7 [skip ci]Oliver Smith2018-09-241-1/+1
| | | | | | | | | This makes it possible to provide armv7 as additional architecture in Alpine, next to armhf. See the discussion in this ML thread: <https://lists.alpinelinux.org/alpine-devel/6271.html> It's done by adding armv7 next to armhf in the arch line and also !armv7 where the arch line said !armhf. The following script was used:
* testing/micropython: disable on ppc64le due to test failuresNatanael Copa2018-09-101-1/+1
| | | | 2 tests failed: float_parse float_parse_doubleprec
* testing/micropython: upgrade to 1.9.4Fabian Affolter2018-09-061-2/+2
|
* testing/micropython: enable build on ppc64leRoberto Oliveira2017-12-281-1/+1
|
* testing/micropython: fix build with python3Natanael Copa2017-12-262-1/+53
|
* testing/micropython: Update to version 1.9.3Marian Buschsieweke2017-12-263-21/+9
|
* testing/micropython: Update 1.9.1 --> 1.9.2Marian Buschsieweke2017-11-062-12/+15
|
* 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-033-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/micropythonMarian Buschsieweke2017-08-032-0/+66
A lean and efficient Python implementation for MCUs and constrained systems http://www.micropython.org/