index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
zephyr
/
mpconfigport.h
Commit message (
Expand
)
Author
Age
*
all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.
Damien George
2017-08-21
*
zephyr: Remove long-obsolete machine_ptr_t typedef's.
Damien George
2017-07-17
*
zephyr: Define MICROPY_PY_SYS_PLATFORM (to "zephyr").
Paul Sokolovsky
2017-06-08
*
zephyr/mpconfigport.h: Enable line number information for scripts.
Paul Sokolovsky
2017-05-02
*
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-08
*
all: Move BYTES_PER_WORD definition from ports to py/mpconfig.h
Damien George
2017-04-01
*
zephyr: Integrate modusocket into build.
Paul Sokolovsky
2017-03-31
*
py/nlrx86: Better check for Zephyr (requires 1.7).
Paul Sokolovsky
2017-03-26
*
zephyr/modzephyr: Add a module for Zephyr-specific things.
Paul Sokolovsky
2017-03-08
*
zephyr: Convert to use builtin help function.
Damien George
2017-01-22
*
zephyr: Enable slice subscription.
Paul Sokolovsky
2016-12-18
*
zephyr: Use core-provided keyboard exception object.
Paul Sokolovsky
2016-12-16
*
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-11-04
*
zephyr: Support time -> utime module "weaklink".
Paul Sokolovsky
2016-10-28
*
zephyr: Initial implementation of machine.Pin.
Daniel Thompson
2016-10-27
*
zephyr: Use board/SoC values for startup banner based on Zephyr config.
Vincenzo Frascino
2016-10-26
*
zephyr: Implement utime module.
Daniel Thompson
2016-10-22
*
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-12
*
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
2016-10-10