index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
qemu-arm
/
Makefile
Age
Commit message (
Expand
)
Author
2020-06-22
qemu-arm/Makefile: Add CFLAGS_EXTRA to CFLAGS.
Damien George
2020-06-05
qemu-arm: Support building in debug mode with DEBUG=1.
Damien George
2020-04-29
all: Factor gchelper code to one place and use it for unix & ARM ports.
Jim Mussared
2020-04-18
all: Enable extra conversion warnings where applicable.
stijn
2020-04-05
ports: Enable error text compression for various ports, but not all.
Jim Mussared
2020-03-26
qemu-arm: Set default board as mps2-an385 to get more flash for tests.
Damien George
2020-03-25
ports: Add lib/libm/roundf.c to bare-metal Makefile's.
Zoltán Vörös
2019-12-19
qemu-arm/Makefile: Allow overriding CROSS_COMPILE from another makefile.
David Lechner
2019-12-17
qemu-arm: Let tinytest.o be built by standard build rules.
Damien George
2019-11-15
qemu-arm: Add ldscript dependency in the final firmware.elf target.
Yonatan Goldschmidt
2019-10-15
qemu-arm: Convert to use FROZEN_MANIFEST to specify frozen code.
Damien George
2019-08-20
qemu-arm: Add testing of frozen native modules.
Jim Mussared
2019-02-12
qemu-arm: Use gchelper code to get registers for GC scanning.
Damien George
2019-02-12
qemu-arm: Rework to run bare-metal on boards with Cortex-M CPUs.
Damien George
2017-12-13
ports/qemu-arm: Rework "test" target using upytesthelper.
Paul Sokolovsky
2017-12-08
lib/tinytest: Move from tools/tinytest.
Paul Sokolovsky
2017-09-06
all: Update Makefiles and others to build with new ports/ dir layout.
Damien George
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George