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
/
zephyr
Age
Commit message (
Expand
)
Author
2018-05-21
zephyr/Makefile: Add kobj_types_h_target to Z_EXPORTS.
Paul Sokolovsky
2018-05-21
zephyr: Add prj_disco_l475_iot1.conf with sensor drivers.
Paul Sokolovsky
2018-05-21
zephyr/prj_base.conf: Enable DHCP and group static IPs together.
Paul Sokolovsky
2018-05-21
zephyr/modzsensor: Zephyr sensor subsystem bindings.
Paul Sokolovsky
2018-05-21
zephyr/mpconfigport.h: Enable uhashlib and ubinascii modules.
Paul Sokolovsky
2018-05-21
zephyr/main: After builtin testsuite, drop to REPL.
Paul Sokolovsky
2018-05-21
zephyr/README: Hint about existence of qemu_x86_nommu.
Paul Sokolovsky
2018-04-10
py/stream: Switch stream close operation from method to ioctl.
Damien George
2017-12-26
zephyr/main: Remove unused do_str() function.
Paul Sokolovsky
2017-12-26
zephyr/Makefile: clean: Clean libmicropython.a too.
Paul Sokolovsky
2017-12-15
zephyr/prj_base.conf: Bump MAIN_STACK_SIZE to let builtin testsuite run.
Paul Sokolovsky
2017-12-15
zephyr: Add support for binary with builtin testsuite.
Paul Sokolovsky
2017-12-08
zephyr/main: Move var declarations to the top of file.
Paul Sokolovsky
2017-12-06
zephyr/CMakeLists.txt: Properly separate CFLAGS parts gotten from CMake.
Paul Sokolovsky
2017-12-06
zephyr/CMakeLists.txt: Update for latest Zephyr buildsys changes.
Paul Sokolovsky
2017-12-01
zephyr/Makefile: syscall_macros.h generation was moved from CMake to make.
Paul Sokolovsky
2017-11-28
zephyr/Makefile: Make prj_$(BOARD).conf optional, again.
Paul Sokolovsky
2017-11-28
zephyr/Makefile: Convert to new CMake-based Zephyr build system.
Paul Sokolovsky
2017-11-28
zephyr/prj_base.conf: Force zephyr.bin build output.
Paul Sokolovsky
2017-11-28
zephyr/Makefile: clean: Remove generated prj_*_merged.conf.
Paul Sokolovsky
2017-11-16
py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.
Damien George
2017-11-01
zephyr/README: "make qemu" was replaced with "make run".
Paul Sokolovsky
2017-10-07
zephyr: Switch to interrupt-driven pull-style console.
Paul Sokolovsky
2017-10-07
zephyr: Use CONFIG_NET_APP_SETTINGS to setup initial network addresses.
Paul Sokolovsky
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-09-12
py/builtinhelp: Change signature of help text var from pointer to array.
Damien George
2017-09-10
zephyr/Makefile: Revamp "test" target after ports were moved to ports/.
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