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