114 Commits (43079aaf860cbc19d54cec1eca9d5897297b22ac)

Author SHA1 Message Date
Jim Mussared def76fe4d9 all: Use MP_ERROR_TEXT for all error messages. 5 years ago
Maureen Helm 76a5b3a97a zephyr: Update machine.Pin class to use new zephyr gpio api. 5 years ago
Maureen Helm 110a610f70 zephyr: Execute main.py file if it exists. 5 years ago
Maureen Helm 78c7e4a859 zephyr: Enable usb mass storage class on mimxrt1050_evk. 5 years ago
Maureen Helm 5feb54afbb zephyr: Mount a file system during init. 5 years ago
Damien George 69661f3343 all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
Maureen Helm 7a5752a748 zephyr: Enable littlefs. 5 years ago
Maureen Helm 86a66960f9 zephyr: Implement block device protocol via zephyr flash map api. 5 years ago
Maureen Helm 2d7ec8e704 zephyr: Enable fatfs. 5 years ago
Maureen Helm a0440b01ea zephyr: Enable virtual file system and uos module. 5 years ago
Maureen Helm cc19cf2549 zephyr: Implement block device protocol via zephyr disk access api. 5 years ago
Maureen Helm bc3ce86a5a zephyr: Remove reference to syscall_macros_h_target. 5 years ago
Maureen Helm a7663b862e zephyr: Replace deprecated time conversion macro. 5 years ago
Maureen Helm c25e12d0dd zephyr: Update include paths for Zephyr v2.0. 5 years ago
Kamil Klimek 53f3cbc2c4 zephyr/main: Use mp_stack API instead of local pointer for stack top. 5 years ago
Damien George d2384efa80 py: Automatically provide weak links from "foo" to "ufoo" module name. 5 years ago
Paul Sokolovsky c4a6d9c631 zephyr: Switch back to enabling I2C in board-specific configs. 6 years ago
Paul Sokolovsky b88bf42793 zephyr/README: Reorder content related to recently added I2C. 6 years ago
Damien George 647b27d028 zephyr/machine_i2c: Update to support new C-level I2C API. 6 years ago
Damiano Mazzella 3c9f78b048 zephyr/CMakeLists.txt: Set AR to point to the Zephyr toolchain exe. 6 years ago
Maureen Helm 2befcb8a9d zephyr/i2c: Add support for hardware i2c. 6 years ago
Maureen Helm 493ee7df18 zephyr/prj_frdm_kw41z.conf: Add new board configuration. 6 years ago
Maureen Helm 7748375b6e zephyr/prj_frdm_k64f.conf: Add fxos8700 sensor. 6 years ago
Paul Sokolovsky 6d82499a48 zephyr/Makefile: Proxy ram_report, rom_report targets from Zephyr. 6 years ago
Paul Sokolovsky 755b0b807b zephyr/prj_minimal.conf: Switch to CONFIG_STDOUT_CONSOLE. 6 years ago
Paul Sokolovsky 21fc0c448e zephyr/modzsensor: Rename "TEMP" sensor channel to "DIE_TEMP". 6 years ago
Paul Sokolovsky a42c1d9fd5 zephyr/modzephyr: Revamp stacks_analyze() call. 6 years ago
Damien George 6e30f96b0b ports: Convert legacy uppercase macro names to lowercase. 6 years ago
Paul Sokolovsky 2f5d113fad py/warning: Support categories for warnings. 6 years ago
Paul Sokolovsky 5a91fce9f8 py/objstr: Make str.count() method configurable. 6 years ago
Paul Sokolovsky 0bce110872 zephyr/CMakeLists: Update for latest Zephyr CMake usage refactorings. 6 years ago
Paul Sokolovsky ed1a5bc88e zephyr/prj_base.conf: Update for net_config subsys refactor. 6 years ago
Damien George 05e0103e9e zephyr: Rename CONFIG_CONSOLE_PULL to CONFIG_CONSOLE_SUBSYS. 6 years ago
Paul Sokolovsky 735358bcf4 zephyr/prj_qemu_x86.conf: Remove outdated CONFIG_RAM_SIZE. 6 years ago
Paul Sokolovsky 543352ac21 zephyr/prj_base.conf: Remove outdated CONFIG_NET_NBUF_RX_COUNT option. 6 years ago
Paul Sokolovsky 478410b409 zephyr/Makefile: Add kobj_types_h_target to Z_EXPORTS. 7 years ago
Paul Sokolovsky 5a023372df zephyr: Add prj_disco_l475_iot1.conf with sensor drivers. 7 years ago
Paul Sokolovsky 7afbc49863 zephyr/prj_base.conf: Enable DHCP and group static IPs together. 7 years ago
Paul Sokolovsky 0e52ee957d zephyr/modzsensor: Zephyr sensor subsystem bindings. 7 years ago
Paul Sokolovsky 080b0be1c8 zephyr/mpconfigport.h: Enable uhashlib and ubinascii modules. 8 years ago
Paul Sokolovsky 9480c188e8 zephyr/main: After builtin testsuite, drop to REPL. 7 years ago
Paul Sokolovsky 1050045979 zephyr/README: Hint about existence of qemu_x86_nommu. 7 years ago
Damien George cf31d384f1 py/stream: Switch stream close operation from method to ioctl. 7 years ago
Paul Sokolovsky 7a9a73ee84 zephyr/main: Remove unused do_str() function. 7 years ago
Paul Sokolovsky d9977a8ad9 zephyr/Makefile: clean: Clean libmicropython.a too. 7 years ago
Paul Sokolovsky dd35fe7ca0 zephyr/prj_base.conf: Bump MAIN_STACK_SIZE to let builtin testsuite run. 7 years ago
Paul Sokolovsky 6b19520a74 zephyr: Add support for binary with builtin testsuite. 7 years ago
Paul Sokolovsky 55d33d5897 zephyr/main: Move var declarations to the top of file. 7 years ago
Paul Sokolovsky ada1dc1c03 zephyr/CMakeLists.txt: Properly separate CFLAGS parts gotten from CMake. 7 years ago
Paul Sokolovsky ccec4ee7ad zephyr/CMakeLists.txt: Update for latest Zephyr buildsys changes. 7 years ago