97 Commits (85ea4ac0e56faca680aa03c41eb4009464401f07)

Author SHA1 Message Date
PTH 5cb91afb9b zephyr/modusocket: Fix parameter in calls to net_context_get_XXX(). 4 years ago
PTH 6c4a5d185d zephyr/boards: Add support for the nucleo_h743zi board. 4 years ago
Maureen Helm f573e73bae zephyr: Build MicroPython as a cmake target. 4 years ago
Maureen Helm 51fa1339f1 zephyr: Remove unused build files. 4 years ago
Maureen Helm f49a73641a zephyr: Disable frozen source modules. 4 years ago
Maureen Helm 2aa57931a6 zephyr: Update to zephyr v2.5.0. 4 years ago
Damien George ffded48810 zephyr/machine_uart: Fix arg of machine_uart_ioctl to make it uintptr_t. 4 years ago
Yonatan Schachter 063d7cc0e2 zephyr: Add basic UART functionality to machine module. 4 years ago
Jonathan Bruchim dde0735ac1 zephyr: Guard I2C code with appropriate ifdef config. 4 years ago
Maureen Helm 92a5ee6ac1 zephyr: Replace broken shell_net_iface() with more general shell_exec(). 4 years ago
Damien George 64180f0742 extmod/machine_i2c: Add init protocol method for generic I2C bindings. 4 years ago
Damien George 71f3ade770 ports: Support legacy soft I2C/SPI construction via id=-1 arg. 4 years ago
Damien George 39d50d129c ports: Add SoftI2C and SoftSPI to machine module where appropriate. 4 years ago
Damien George aaed33896b extmod/machine_i2c: Remove "id" arg in SoftI2C constructor. 4 years ago
Damien George c35deb2625 extmod/machine_i2c: Rename type to SoftI2C and add custom print method. 4 years ago
Maureen Helm 997ec9e8cc zephyr: Update build instructions to v2.4.0. 4 years ago
Maureen Helm f842e32155 zephyr: Const-ify struct device instance pointers. 4 years ago
Maureen Helm ce49be43b1 zephyr: Replace zephyr integer types with C99 types. 4 years ago
Damien George 3ff7079277 lib/utils/mpirq: Add mp_irq_init func, and clean up unused init method. 4 years ago
Damien George a93a378e93 zephyr/README: Update required Zephyr version and mention new features. 4 years ago
Damien George ee50a6effe py/mphal.h: Introduce mp_hal_time_ns and implement on various ports. 4 years ago
Maureen Helm ac94e06f0b zephyr: Include storage/flash_map.h unconditionally. 4 years ago
Damien George 41b7734c46 zephyr/make-minimal: Disable FAT and LFS2 options to make it build. 4 years ago
Damien George f84145bea1 zephyr: Implement machine.Pin.irq() for setting callbacks on pin change. 4 years ago
Maureen Helm 1ae861819d zephyr: Use cmake find_package to locate zephyr. 4 years ago
Maureen Helm b1651ff092 zephyr: Increase minimum required cmake version to 3.13.1. 4 years ago
Maureen Helm 4837b1caa2 zephyr: Convert DT_FLASH_AREA usages to new dts macros. 4 years ago
Maureen Helm 6aff27ac3c zephyr: Update to new zephyr timeout API. 5 years ago
Maureen Helm db02cb061d zephyr: Update for refactored zephyr device structures. 5 years ago
Maureen Helm 8b061f2d79 zephyr: Fix floating point configuration. 5 years ago
Maureen Helm 38b4f1569e zephyr: Fix and rename stacks_analyze function in zephyr module. 5 years ago
Maureen Helm 25434e976b zephyr: Use zephyr build system to merge configurations. 5 years ago
stijn 84fa3312cf all: Format code to add space after C++-style comment start. 5 years ago
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