aboutsummaryrefslogtreecommitdiff
path: root/ports/qemu-arm
AgeCommit message (Expand)Author
2021-03-12tests: Rename run-tests to run-tests.py for consistency.Damien George
2020-06-22qemu-arm/Makefile: Add CFLAGS_EXTRA to CFLAGS.Damien George
2020-06-05qemu-arm: Support building in debug mode with DEBUG=1.Damien George
2020-06-02qemu-arm/README: Update link to toolchain.David Spickett
2020-04-29all: Factor gchelper code to one place and use it for unix & ARM ports.Jim Mussared
2020-04-18all: Enable extra conversion warnings where applicable.stijn
2020-04-05ports: Enable error text compression for various ports, but not all.Jim Mussared
2020-03-26qemu-arm: Set default board as mps2-an385 to get more flash for tests.Damien George
2020-03-25ports: Add lib/libm/roundf.c to bare-metal Makefile's.Zoltán Vörös
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-02-28all: Add *FORMAT-OFF* in various places.Damien George
2019-12-19qemu-arm/Makefile: Allow overriding CROSS_COMPILE from another makefile.David Lechner
2019-12-17qemu-arm: Let tinytest.o be built by standard build rules.Damien George
2019-11-15qemu-arm: Add ldscript dependency in the final firmware.elf target.Yonatan Goldschmidt
2019-10-15qemu-arm: Convert to use FROZEN_MANIFEST to specify frozen code.Damien George
2019-08-28py: Add global default_emit_opt variable to make emit kind persistent.Damien George
2019-08-20qemu-arm: Add testing of frozen native modules.Jim Mussared
2019-02-12qemu-arm: Use gchelper code to get registers for GC scanning.Damien George
2019-02-12qemu-arm: Rework to run bare-metal on boards with Cortex-M CPUs.Damien George
2017-12-20qemu-arm/test_main: Include setjmp.h because it's used by gc_collect.Damien George
2017-12-13ports/qemu-arm: Rework "test" target using upytesthelper.Paul Sokolovsky
2017-12-08lib/tinytest: Move from tools/tinytest.Paul Sokolovsky
2017-12-08qemu-arm/test_main: Clean up invocation of tinytest_main().Paul Sokolovsky
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-09-10tests/class_reverse_op: Test for reverse arith ops special methods.Paul Sokolovsky
2017-09-06all: Update Makefiles and others to build with new ports/ dir layout.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George