index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
qemu-arm
/
Makefile
Commit message (
Expand
)
Author
Age
*
all: Make use of $(TOP) variable in Makefiles, instead of "..".
Damien George
2017-08-11
*
qemu-arm/Makefile: Include relevant sources in list for qstr extraction.
Damien George
2017-06-15
*
stmhal: Move pybstdio.c to lib/utils/sys_stdio_mphal.c for common use.
Damien George
2017-06-15
*
qemu-arm/Makefile: Adjust object-file lists to get correct dependencies.
Damien George
2017-05-26
*
py/modbuiltins: For round() builtin use nearbyint instead of round.
Damien George
2017-03-24
*
all/Makefile: Remove -ansi from GCC flags, its ignored anyway.
Krzysztof Blazewicz
2017-03-23
*
qemu-arm: Add basic uos module with generic VFS capabilities.
Damien George
2017-03-13
*
qemu-arm: Enable machine module and associated tests.
Damien George
2017-03-02
*
qemu-arm: Enable software floating point support, and float tests.
Damien George
2016-11-03
*
qemu-arm: Remove SRC_TEST_C from SRC_QSTR list, it's not needed.
Damien George
2016-10-14
*
qemu-arm: Enable lots of extmods and enable tests for them.
Damien George
2016-10-14
*
qemu-arm: Enable gcc LTO option for nlrthumb.c
Daniel Tralamazza
2016-07-11
*
qemu-arm: Disable gcc LTO option for nlrthumb.c.
Damien George
2016-06-28
*
Makefiles: Remove duplicate object files when linking.
Paul Sokolovsky
2015-10-24
*
all: Make netutils.h available to all ports by default.
Paul Sokolovsky
2015-10-19
*
qemu-arm: Add 'test' target to Makefile to run and verify test suite.
Damien George
2015-01-09
*
qemu-arm: Prefix includes with py/; remove need for -I../py.
Damien George
2015-01-01
*
Makefiles: Support py/*.h includes per #1022.
Paul Sokolovsky
2014-12-27
*
Add -Wpointer-arith flag to prevent problems with pointer arithmetic on void*
stijn
2014-10-29
*
qemu-arm: fully integrated test suite.
Ilya Dmitrichenko
2014-05-08
*
qemu-arm: update makefile (d553be5).
Ilya Dmitrichenko
2014-04-21
*
qemu-arm: more generic port name.
Ilya Dmitrichenko
2014-04-21