139 Commits (4802b6d3af42918aec842ce4117a667523b1ab25)

Author SHA1 Message Date
Maureen Helm bada8b3cad zephyr: Upgrade to Zephyr v3.1.0. 2 years ago
Maureen Helm 4fd54a4756 zephyr: Update include paths to use the zephyr namespace. 2 years ago
Damien George d75892c0b0 zephyr/modusocket: Fix function object wrapper for listen method. 2 years ago
Damien George efe23aca71 all: Remove third argument to MP_REGISTER_MODULE. 2 years ago
Damien George 6e71cde6aa ports: Use default VFS config for import_stat and builtin_open. 2 years ago
Damien George 5956466c0e py/builtin: Clean up and simplify import_stat and builtin_open config. 2 years ago
Jim Mussared ec2fe5d6ca zephyr: Make port-specific modules use MP_REGISTER_MODULE. 3 years ago
Jim Mussared 4eab44a1ec extmod: Make extmod modules use MP_REGISTER_MODULE. 3 years ago
Jim Mussared 0e7bfc88c6 all: Use mp_obj_malloc everywhere it's applicable. 3 years ago
Damien George 5c32111fa0 ports: Reformat more C and Python source code. 3 years ago
Damien George aab005c75b extmod/modusocket: Provide config macro for socket.listen backlog deflt. 3 years ago
Jon Bjarni Bjarnason 919f696ad2 extmod/modusocket: Implement optional socket.listen backlog argument. 3 years ago
Damien George 818be10bb5 zephyr/moduos: Convert module to use extmod version. 3 years ago
Damien George 926b554daf extmod/moduos: Create general uos module to be used by all ports. 3 years ago
Damien George cced9a0128 zephyr/prj.conf: Enable CONFIG_BUILD_OUTPUT_HEX to generate .hex output. 3 years ago
Maureen Helm 474d288e55 zephyr: Upgrade to Zephyr v3.0.0. 3 years ago
Maureen Helm 86a4a52670 zephyr: Update include path to disk_access.h. 3 years ago
Damien George fbd47fc46c ports: Consolidate inclusion of umachine module in built-ins. 3 years ago
Damien George a49b51b7db zephyr/modbluetooth_zephyr: Provide dummy connect_cancel function. 3 years ago
Maureen Helm c6d26bc524 zephyr: Upgrade to Zephyr v2.7.0. 3 years ago
Maureen Helm 0cf03bd3b1 zephyr: Use CONFIG_USB_DEVICE_STACK for conditional USB device support. 3 years ago
Maureen Helm 1e5df0982a zephyr: Get UART console device from devicetree instead of Kconfig. 3 years ago
Maureen Helm 080a9e906d zephyr: Update include path to reboot.h. 3 years ago
Maureen Helm ddbbfbed75 zephyr: Increase minimum CMake version to 3.20.0. 3 years ago
Damien George de43b500bd py/runtime: Allow initialising sys.path/argv with defaults. 3 years ago
Jim Mussared 43467b9c71 extmod/modbluetooth: Add connection interval to gap_connect. 3 years ago
Damien George 1083cb2f33 zephyr/mphalport.h: Remove unused and unimplemented C-level pin API. 3 years ago
Damien George 122d901ef1 extmod/machine_i2c: Make SoftI2C configurable via macro option. 3 years ago
Jim Mussared 1d9e489af3 extmod/modbluetooth: Add send_update arg to gatts_write. 3 years ago
Damien George 136369d72f all: Update to point to files in new shared/ directory. 3 years ago
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