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
/
zephyr
/
mpconfigport.h
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-08-21
all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.
Damien George
2017-07-17
zephyr: Remove long-obsolete machine_ptr_t typedef's.
Damien George
2017-06-08
zephyr: Define MICROPY_PY_SYS_PLATFORM (to "zephyr").
Paul Sokolovsky
2017-05-02
zephyr/mpconfigport.h: Enable line number information for scripts.
Paul Sokolovsky
2017-04-08
zephyr/machine_pin: Implement pin protocol for machine.Signal support.
Paul Sokolovsky
2017-04-08
zephyr/mpconfigport.h: Fix build if usocket module is disabled.
Paul Sokolovsky
2017-04-01
all: Move BYTES_PER_WORD definition from ports to py/mpconfig.h
Damien George
2017-03-31
zephyr: Integrate modusocket into build.
Paul Sokolovsky
2017-03-26
py/nlrx86: Better check for Zephyr (requires 1.7).
Paul Sokolovsky
2017-03-08
zephyr/modzephyr: Add a module for Zephyr-specific things.
Paul Sokolovsky
2017-01-22
zephyr: Convert to use builtin help function.
Damien George
2016-12-18
zephyr: Enable slice subscription.
Paul Sokolovsky
2016-12-16
zephyr: Use core-provided keyboard exception object.
Paul Sokolovsky
2016-11-04
zephyr/Makefile: Allow to adjust heap size from make command line.
Paul Sokolovsky
2016-11-04
zephyr/mpconfigport.h: Move less important params to the bottom.
Paul Sokolovsky
2016-10-28
zephyr: Support time -> utime module "weaklink".
Paul Sokolovsky
2016-10-27
zephyr: Initial implementation of machine.Pin.
Daniel Thompson
2016-10-26
zephyr: Use board/SoC values for startup banner based on Zephyr config.
Vincenzo Frascino
2016-10-22
zephyr: Implement utime module.
Daniel Thompson
2016-10-12
zephyr: Add copyright blurbs.
Paul Sokolovsky
2016-10-12
zephyr/mpconfigport.h: Fix rebasing artifacts.
Paul Sokolovsky
2016-10-12
zephyr: Implement the help() function.
Daniel Thompson
2016-10-10
zephyr: Add Ctrl+C handling.
Paul Sokolovsky
2016-10-10
zephyr: Enable frozen modules support.
Paul Sokolovsky
2016-10-10
zephyr: Enable stack checking and micropython.mem_info().
Paul Sokolovsky
2016-10-10
zephyr: Initial Zephyr RTOS port, MicroPython part.
Paul Sokolovsky