109 Commits (4d546713ec8858cbf908de45de11cbfc46a20971)

Author SHA1 Message Date
Julia 3966f67746 zephyr/machine_spi: Add support for hardware SPI. 3 years ago
Damien George d00523ba0c zephyr/boards: Enable ubluetooth on nucleo_wb55rg board. 4 years ago
Damien George 80e79a777d zephyr: Add initial ubluetooth module integration. 4 years ago
Maureen Helm 5cb2ade65b zephyr: Update to Zephyr v2.6.0. 4 years ago
Maureen Helm 3331b1811d zephyr: Disable CONFIG_NET_SOCKETS_POSIX_NAMES. 4 years ago
Maureen Helm f17c0db5f7 zephyr: Update disk access configuration for Zephyr v2.6.0. 4 years ago
Damien George 888664130c zephyr/boards: Add config for nucleo_wb55rg board. 4 years ago
Damien George b46a033e25 zephyr/modmachine: Add machine.idle(). 4 years ago
Damien George d120859857 zephyr: Run scheduled callbacks at REPL and during mp_hal_delay_ms. 4 years ago
Damien George e9e9c76ddf all: Rename mp_keyboard_interrupt to mp_sched_keyboard_interrupt. 4 years ago
Damien George 5dcc9b3b16 py/py.cmake: Introduce MICROPY_INC_CORE as a list with core includes. 4 years ago
Damien George 6129b8e401 tests: Rename run-tests to run-tests.py for consistency. 4 years ago
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