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
/
minimal
/
Makefile
Age
Commit message (
Expand
)
Author
2017-08-11
all: Make use of $(TOP) variable in Makefiles, instead of "..".
Damien George
2017-08-11
minimal,esp8266,pic16bit: Remove unused stmhal include from Makefile.
Damien George
2017-07-21
minimal/Makefile: Enable gc-sections to remove unused code.
Damien George
2017-03-31
all: Use full path name when including mp-readline/timeutils/netutils.
Damien George
2017-03-23
minimal/Makefile: Change C standard from gnu99 to c99.
Damien George
2017-03-23
all/Makefile: Remove -ansi from GCC flags, its ignored anyway.
Krzysztof Blazewicz
2016-10-22
minimal/Makefile: Split rule for firmware.bin generation.
Paul Sokolovsky
2016-09-05
py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled.
Delio Brignoli
2016-07-22
lib/utils/stdout_helpers: Move from minimal/uart_extra.c for reuse.
Paul Sokolovsky
2016-04-16
minimal: For frozen bytecode generation, add dependency of qstr file.
Damien George
2016-04-13
minimal: Add example of frozen persistent bytecode (.mpy file).
Damien George
2016-01-07
minimal: Add enough code to run minimal build on STM32F4xx hardware.
Damien George
2015-11-10
lib/utils/printf: Move from stmhal/ .
Paul Sokolovsky
2015-11-04
minimal: Add an explicit comment on the gchelper.s line in the Makefile.
Dave Hylands
2015-10-31
stmhal: pyexec.c is common module, move to lib/utils/ .
Paul Sokolovsky
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-04-05
string0.c: Move from stmhal/ to lib/.
Paul Sokolovsky
2015-01-14
travis, minimal: Install gcc-multilib for -m32; use /bin/echo for test.
Damien George
2015-01-13
minimal: Add simple test; build and run minimal test on Travis CI.
Damien George
2015-01-13
minimal/Makefile: Remove unnecessary -I of py/ dir.
Damien George
2015-01-13
minimal: Add "run" make target to run emulated build with suitable tty config.
Paul Sokolovsky
2015-01-13
minimal: Convert "bare-arm" port to "minimal" port.
Paul Sokolovsky
2015-01-13
minimal: New port, intended to represent minimal working code.
Paul Sokolovsky