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
/
ports
/
unix
/
Makefile
Age
Commit message (
Expand
)
Author
2021-01-14
ports/unix: Fix parallel build problem
Jeff Epler
2020-10-15
cxd56 needed more precise include for __packed; needed SRC_C += on some ports
Dan Halbert
2020-06-25
remove machine_i2c, machine_spi
Jeff Epler
2020-03-01
Makefiles: add targets to build unix port, mpy-cross for fuzzing
Jeff Epler
2019-03-12
Fix unix build by using safe mode stub
Scott Shawcroft
2019-02-21
Fix unix build by using filesystem stub
Scott Shawcroft
2019-01-18
Fix unix build
Scott Shawcroft
2018-12-07
Stub out serial_write as well
Scott Shawcroft
2018-12-06
Fix unix
Scott Shawcroft
2018-11-30
A few tweaks based on review feedback
Scott Shawcroft
2018-11-30
Add support for adding release info into adafruit/circuitpython-org
Scott Shawcroft
2018-08-16
Fix unix coverage and update translations.
Scott Shawcroft
2018-08-07
Support internationalisation.
Scott Shawcroft
2018-07-28
merge finished
Dan Halbert
2018-07-11
WIP: after merge; before testing
Dan Halbert
2018-03-31
ports/unix/Makefile: parallelize tests
Jeff Epler
2018-02-14
unix/Makefile,embedding/Makefile: Remove obsolete use of STMHAL_SRC_C.
Damien George
2018-02-08
.travis.yml,ports/unix/Makefile: Add coverage test for script via stdin.
Damien George
2017-12-16
unix/Makefile: coverage: Allow user to pass CFLAGS_EXTRA.
Paul Sokolovsky
2017-11-02
Merge tag 'v1.9.3'
Scott Shawcroft
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft
2017-10-23
unix: Rename modsocket.c to modusocket.c.
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