aboutsummaryrefslogtreecommitdiff
path: root/ports/zephyr
AgeCommit message (Expand)Author
2021-04-09py/py.cmake: Introduce MICROPY_INC_CORE as a list with core includes.Damien George
2021-03-12tests: Rename run-tests to run-tests.py for consistency.Damien George
2021-02-17zephyr/modusocket: Fix parameter in calls to net_context_get_XXX().PTH
2021-02-17zephyr/boards: Add support for the nucleo_h743zi board.PTH
2021-02-16zephyr: Build MicroPython as a cmake target.Maureen Helm
2021-02-16zephyr: Remove unused build files.Maureen Helm
2021-02-16zephyr: Disable frozen source modules.Maureen Helm
2021-02-16zephyr: Update to zephyr v2.5.0.Maureen Helm
2021-02-01zephyr/machine_uart: Fix arg of machine_uart_ioctl to make it uintptr_t.Damien George
2021-01-23zephyr: Add basic UART functionality to machine module.Yonatan Schachter
2020-12-07zephyr: Guard I2C code with appropriate ifdef config.Jonathan Bruchim
2020-12-07zephyr: Replace broken shell_net_iface() with more general shell_exec().Maureen Helm
2020-11-23extmod/machine_i2c: Add init protocol method for generic I2C bindings.Damien George
2020-10-01ports: Support legacy soft I2C/SPI construction via id=-1 arg.Damien George
2020-10-01ports: Add SoftI2C and SoftSPI to machine module where appropriate.Damien George
2020-10-01extmod/machine_i2c: Remove "id" arg in SoftI2C constructor.Damien George
2020-10-01extmod/machine_i2c: Rename type to SoftI2C and add custom print method.Damien George
2020-09-30zephyr: Update build instructions to v2.4.0.Maureen Helm
2020-09-30zephyr: Const-ify struct device instance pointers.Maureen Helm
2020-09-30zephyr: Replace zephyr integer types with C99 types.Maureen Helm
2020-09-04lib/utils/mpirq: Add mp_irq_init func, and clean up unused init method.Damien George
2020-08-28zephyr/README: Update required Zephyr version and mention new features.Damien George
2020-08-22py/mphal.h: Introduce mp_hal_time_ns and implement on various ports.Damien George
2020-08-21zephyr: Include storage/flash_map.h unconditionally.Maureen Helm
2020-06-30zephyr/make-minimal: Disable FAT and LFS2 options to make it build.Damien George
2020-06-30zephyr: Implement machine.Pin.irq() for setting callbacks on pin change.Damien George
2020-06-12zephyr: Use cmake find_package to locate zephyr.Maureen Helm
2020-06-12zephyr: Increase minimum required cmake version to 3.13.1.Maureen Helm
2020-06-12zephyr: Convert DT_FLASH_AREA usages to new dts macros.Maureen Helm
2020-06-12zephyr: Update to new zephyr timeout API.Maureen Helm
2020-06-12zephyr: Update for refactored zephyr device structures.Maureen Helm
2020-06-12zephyr: Fix floating point configuration.Maureen Helm
2020-06-12zephyr: Fix and rename stacks_analyze function in zephyr module.Maureen Helm
2020-05-05zephyr: Use zephyr build system to merge configurations.Maureen Helm
2020-04-23all: Format code to add space after C++-style comment start.stijn
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-03-25zephyr: Update machine.Pin class to use new zephyr gpio api.Maureen Helm
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 littlefs.Maureen Helm
2020-02-07zephyr: Implement block device protocol via zephyr flash map api.Maureen Helm
2020-02-07zephyr: Enable fatfs.Maureen Helm
2020-02-07zephyr: Enable virtual file system and uos module.Maureen Helm
2020-02-07zephyr: Implement block device protocol via zephyr disk access api.Maureen Helm
2020-02-04zephyr: Remove reference to syscall_macros_h_target.Maureen Helm
2020-02-04zephyr: Replace deprecated time conversion macro.Maureen Helm
2020-02-04zephyr: Update include paths for Zephyr v2.0.Maureen Helm
2019-10-29zephyr/main: Use mp_stack API instead of local pointer for stack top.Kamil Klimek