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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unix
/
Makefile
Age
Commit message (
Expand
)
Author
2015-03-22
unix: Remove -Wdouble-promotion from main build, and 2 from coverage.
Damien George
2015-03-21
unix: When using separate obj output dirs, make -B is no longer relevant.
Paul Sokolovsky
2015-03-20
unix: Move compiler warnings from production build to coverage build.
Damien George
2015-03-19
unix: Enable extra compiler warnings.
Damien George
2015-03-01
travis: Add automated coverage testing using coveralls.
Damien George
2015-01-29
unix: Add "coverage" target to do coverage testing using gcov.
Damien George
2015-01-16
unix: Add target to build "minimal" uPy interpreter.
Damien George
2015-01-08
Remove obsolete bss-related code/build features
stijn
2015-01-03
unix: Enable -fno-crossjumping for fast build.
Paul Sokolovsky
2015-01-01
unix: Prefix includes with py/; remove need for -I../py.
Damien George
2014-12-27
Makefiles: Support py/*.h includes per #1022.
Paul Sokolovsky
2014-11-02
unix: Provide "fast" target to build interpreter for benchmarking.
Paul Sokolovsky
2014-10-29
Add -Wpointer-arith flag to prevent problems with pointer arithmetic on void*
stijn
2014-10-11
unix: Add comment about needed dependencies for MICROPY_FORCE_32BIT.
Paul Sokolovsky
2014-09-23
Clean up logical flow for setting LDFLAGS to build for Linux and OSX
blmorris
2014-09-22
Incorporate change in assignment logic suggested by dhylands
blmorris
2014-09-22
Fix unix/Makefile to build on OSX
blmorris
2014-09-06
unix: Don't use -Wno-error=cpp or #warning; fix strict alias warning.
Damien George
2014-09-03
Code style/whitespace cleanup; remove obsolete headers.
Damien George
2014-09-03
Add cache flush in py/asmarm.c and add new MP_PLAT_ALLOC_EXEC and MP_PLAT_FRE...
Fabian Vogt
2014-08-26
Add pip-micropython to unix make install.
Damien George
2014-08-23
modtermios: Add "termios" unix module, subset of CPython's.
Paul Sokolovsky
2014-08-11
added install/uninstall
Sebastian Plamauer
2014-06-22
unix: Don't error out on #warning directive.
Paul Sokolovsky
2014-06-20
unix: Add CFLAGS_EXTRA & LDFLAGS_EXTRA for command line usage.
Paul Sokolovsky
2014-06-20
unix: Refactor order file munging fo MacOSX.
Paul Sokolovsky
2014-06-20
unix: Group CFLAGS related stuff together.
Paul Sokolovsky
2014-06-20
unix: Allow to override compiler warning options without touching the rest.
Paul Sokolovsky
2014-06-07
- Let the build environment decide about the toolchain to be used, in case
Marcus von Appen
2014-05-28
Revert "Fix DEBUG=1 builds"
Paul Sokolovsky
2014-05-26
Fix DEBUG=1 builds
Dave Hylands
2014-05-24
Rename configuration variables controling Python features.
Damien George
2014-05-21
unix, Mac support: Generate order.def via Makefile.
Damien George
2014-05-21
Merge pull request #607 from Anton-2/osx-clang
Damien George
2014-05-14
unix: Add "_os" module with stat().
Paul Sokolovsky
2014-05-12
unix: Create __bss_start and _end symbols for Mach-O targets.
Antonin ENFRUN
2014-05-07
Add input command for unix
Dave Hylands
2014-04-20
modffi: Fix how we call `pkg-config`
Ilya Dmitrichenko
2014-04-17
build: Simplify build directory layout by putting all headers in genhdr.
Damien George
2014-04-17
Merge branch 'relocatable-build-dir' of github.com:lurch/micropython into lur...
Damien George
2014-04-17
Updated the envvar used by ./run-tests
Andrew Scheller
2014-04-16
build directory can now be renamed
Andrew Scheller
2014-04-16
Add 'test' target to unix/Makefile
Andrew Scheller
2014-04-16
New config option MICROPY_FORCE_32BIT (defaulted to 0)
Andrew Scheller
2014-04-14
Make USE_COMPUTED_GOTO a config option in mpconfig.h.
Damien George
2014-04-15
Use computed goto instead of switching op-codes.
AZ Huang
2014-04-04
unix: Rename module sources per latest naming conventions (mod*.c).
Paul Sokolovsky
2014-02-28
MICROPY_USE_READLINE: Selects link lib, so should be defined in mpconfigport.mk
Paul Sokolovsky
2014-02-14
OS X compatible -map syntax for LDFLAGS
Gordon McGregor
2014-02-12
unix Makefile: Split off optimization options to COPT variable.
Paul Sokolovsky
[prev]
[next]