index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qemu-arm
/
Makefile
Age
Commit message (
Expand
)
Author
2017-08-11
all: Make use of $(TOP) variable in Makefiles, instead of "..".
Damien George
2017-06-15
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-05-26
qemu-arm/Makefile: Adjust object-file lists to get correct dependencies.
Damien George
2017-03-24
py/modbuiltins: For round() builtin use nearbyint instead of round.
Damien George
2017-03-23
all/Makefile: Remove -ansi from GCC flags, its ignored anyway.
Krzysztof Blazewicz
2017-03-13
qemu-arm: Add basic uos module with generic VFS capabilities.
Damien George
2017-03-02
qemu-arm: Enable machine module and associated tests.
Damien George
2016-11-03
qemu-arm: Enable software floating point support, and float tests.
Damien George
2016-10-14
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-07-11
qemu-arm: Enable gcc LTO option for nlrthumb.c
Daniel Tralamazza
2016-06-28
qemu-arm: Disable gcc LTO option for nlrthumb.c.
Damien George
2015-10-24
Makefiles: Remove duplicate object files when linking.
Paul Sokolovsky
2015-10-19
all: Make netutils.h available to all ports by default.
Paul Sokolovsky
2015-01-09
qemu-arm: Add 'test' target to Makefile to run and verify test suite.
Damien George
2015-01-01
qemu-arm: Prefix includes with py/; remove need for -I../py.
Damien George
2014-12-27
Makefiles: Support py/*.h includes per #1022.
Paul Sokolovsky
2014-10-29
Add -Wpointer-arith flag to prevent problems with pointer arithmetic on void*
stijn
2014-05-08
qemu-arm: fully integrated test suite.
Ilya Dmitrichenko
2014-04-21
qemu-arm: update makefile (d553be5).
Ilya Dmitrichenko
2014-04-21
qemu-arm: more generic port name.
Ilya Dmitrichenko