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
/
main.c
Age
Commit message (
Expand
)
Author
2020-08-21
zephyr: Include storage/flash_map.h unconditionally.
Maureen Helm
2020-06-30
zephyr: Implement machine.Pin.irq() for setting callbacks on pin change.
Damien George
2020-06-12
zephyr: Convert DT_FLASH_AREA usages to new dts macros.
Maureen Helm
2020-04-23
all: Format code to add space after C++-style comment start.
stijn
2020-03-11
zephyr: Execute main.py file if it exists.
Maureen Helm
2020-03-11
zephyr: Enable usb mass storage class on mimxrt1050_evk.
Maureen Helm
2020-03-11
zephyr: Mount a file system during init.
Maureen Helm
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-07
zephyr: Enable virtual file system and uos module.
Maureen Helm
2019-10-29
zephyr/main: Use mp_stack API instead of local pointer for stack top.
Kamil Klimek
2018-05-21
zephyr/main: After builtin testsuite, drop to REPL.
Paul Sokolovsky
2017-12-26
zephyr/main: Remove unused do_str() function.
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-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-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George