index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
zephyr
Age
Commit message (
Expand
)
Author
2019-10-22
py: Automatically provide weak links from "foo" to "ufoo" module name.
Damien George
2019-05-24
zephyr: Switch back to enabling I2C in board-specific configs.
Paul Sokolovsky
2019-05-24
zephyr/README: Reorder content related to recently added I2C.
Paul Sokolovsky
2019-05-20
zephyr/machine_i2c: Update to support new C-level I2C API.
Damien George
2019-04-11
zephyr/CMakeLists.txt: Set AR to point to the Zephyr toolchain exe.
Damiano Mazzella
2019-03-26
zephyr/i2c: Add support for hardware i2c.
Maureen Helm
2019-03-12
zephyr/prj_frdm_kw41z.conf: Add new board configuration.
Maureen Helm
2019-03-12
zephyr/prj_frdm_k64f.conf: Add fxos8700 sensor.
Maureen Helm
2019-03-12
zephyr/Makefile: Proxy ram_report, rom_report targets from Zephyr.
Paul Sokolovsky
2019-03-12
zephyr/prj_minimal.conf: Switch to CONFIG_STDOUT_CONSOLE.
Paul Sokolovsky
2019-03-12
zephyr/modzsensor: Rename "TEMP" sensor channel to "DIE_TEMP".
Paul Sokolovsky
2019-03-12
zephyr/modzephyr: Revamp stacks_analyze() call.
Paul Sokolovsky
2019-02-12
ports: Convert legacy uppercase macro names to lowercase.
Damien George
2019-01-31
py/warning: Support categories for warnings.
Paul Sokolovsky
2018-10-22
py/objstr: Make str.count() method configurable.
Paul Sokolovsky
2018-09-14
zephyr/CMakeLists: Update for latest Zephyr CMake usage refactorings.
Paul Sokolovsky
2018-09-14
zephyr/prj_base.conf: Update for net_config subsys refactor.
Paul Sokolovsky
2018-06-27
zephyr: Rename CONFIG_CONSOLE_PULL to CONFIG_CONSOLE_SUBSYS.
Damien George
2018-06-27
zephyr/prj_qemu_x86.conf: Remove outdated CONFIG_RAM_SIZE.
Paul Sokolovsky
2018-06-27
zephyr/prj_base.conf: Remove outdated CONFIG_NET_NBUF_RX_COUNT option.
Paul Sokolovsky
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
[prev]