14823 Commits (2eba98f1e0d292de0f7e48ce228221ef50c01967)
 

Author SHA1 Message Date
iabdalkader 944b4c2058 mimxrt/boards/MIMXRT1064_EVK: Fix board config to use internal flash. 2 years ago
iabdalkader ed5e3598f1 mimxrt/Makefile: Fix internal flash configuration and build. 2 years ago
Alex Riesen a22136a732 py/makeqstrdefs.py: Fix handling GreenHills C/C++ preprocessor output. 2 years ago
Jim Mussared cfd3b70934 tools/manifestfile.py: Add support for publishing packages to PyPI. 2 years ago
David Grayson c046b23ea2 shared/runtime/pyexec: Don't allow Ctrl+C to interrupt frozen boot code. 2 years ago
iabdalkader db4b416ea8 mimxrt/pendsv: Clean up PendSV code. 2 years ago
robert-hh eb6e5143c4 nrf/modules/machine/uart: Prevent UART lock-up after a receive error. 2 years ago
robert-hh a529e0e8cf nrf/nrfx_config: Use UARTE for nrf52xxx devices. 2 years ago
robert-hh 408556504c nrf/modules/machine/pwm: Fix resource conflict, and change id to device. 2 years ago
iabdalkader b4a0390cbe extmod/network_ninaw10: Add missing raw socket type to socket(). 2 years ago
Oliver Joos f34af3e42e extmod/network_cyw43: Add support to get STA RSSI using status() method. 2 years ago
Oliver Joos 11b5ee0d7c extmod/network_cyw43: Fix setting hostname using config() method. 2 years ago
iabdalkader 3d46fe67bf extmod/network_ninaw10: Check socket types when creating new sockets. 2 years ago
iabdalkader 9025671e72 drivers/ninaw10: Fix ESP32 input-only pins. 2 years ago
Jan Hrudka 5652f1f661 stm32/flash: Fix get_bank function for STM32H750. 2 years ago
Jos Verlinde 9f74ffb6eb tools/pyboard.py: Fix ESPxx boards hanging in bootloader after reset. 2 years ago
Damien George 783ddfc264 shared/tinyusb: Allow max USB descriptor string to be configured. 2 years ago
Sebastian Romero 0a3600a9ad stm32/boards/ARDUINO_NICLA_VISION: Fix incorrect bootloader PID. 2 years ago
Damien George a4672149b6 tests/extmod/vfs_fat_ilistdir_del.py: Use 512-byte erase block size. 2 years ago
David Lechner 283c1ba07e py/obj: Fix spelling of staticmethod. 2 years ago
Damien George 38e7b842c6 ports: Implement simple write polling for stdout. 2 years ago
Damien George 6c76248960 tests/multi_bluetooth: Use multitest.output_metric in BLE perf tests. 2 years ago
Damien George af42634866 tests/run-multitests.py: Support outputting test metrics. 2 years ago
Damien George 31e7a0587d stm32/boards/NUCLEO_G0B1RE: Add config for USB and mboot. 2 years ago
Damien George 31638473b7 stm32/mboot: Add support for G0 MCUs. 2 years ago
Damien George c7923b1139 stm32: Add support for USB on G0 MCUs. 2 years ago
robert-hh b7ea90d4cb rp2/machine_uart: Fix setting of UART LCR parameters. 2 years ago
Damien George b5ceb9d577 tools/pyboard.py: Fix joining of path in filesystem_command. 2 years ago
Damien George d54208a2ff py/scheduler: Implement VM abort flag and mp_sched_vm_abort(). 2 years ago
Damien George 5d4bfce034 py/mpstate: Add mp_thread_is_main_thread() helper macro. 2 years ago
Jeremy Rand d677023b3d extmod/vfs_posix: Do not filter '..*' in ilistdir when filtering '..'. 2 years ago
Damien George 051e2900d9 stm32/boards/NUCLEO_H723ZG: Add new H723 board. 2 years ago
Damien George d995c01042 stm32/boards: Add ld and af.csv for H723. 2 years ago
Damien George 13fcd8440e stm32: Add support for STM32H723 MCUs. 2 years ago
Damien George 3187e4c7e7 stm32/mphalport: Update HAL version to 1.11.0 to match stm32lib. 2 years ago
Damien George 2e5f071020 lib/stm32lib: Update library to get H7 v1.11.0. 2 years ago
robert-hh 711bac511e rp2/main: Keep UART REPL with DEBUG=1 and MICROPY_HW_ENABLE_UART_REPL=1. 2 years ago
robert-hh be686e634e rp2: Allow disabling USB via MICROPY_HW_ENABLE_USBDEV config. 2 years ago
robert-hh a2b31f968d nrf/modules/machine: Support the freq=n argument for machine.I2C. 2 years ago
robert-hh 3bbf2ef3fb nrf/modules/machine: Use a dedicated function for machine.idle(). 2 years ago
robert-hh 2cd3a7b45c nrf/nrfx_config: Use the UARTE definitions and drivers for the NRF52xx. 2 years ago
robert-hh 7ea192af05 nrf/modules/machine/uart: Add timeout keyword options and "any" method. 2 years ago
Damien George 42511b5291 stm32/boards/NUCLEO_H743ZI2: Fix MCU tag in board.json file. 2 years ago
iabdalkader a197823eb7 ports: Fix MCU tags in Arduino board.json files. 2 years ago
David Lechner 44ec57f13a examples/usercmodule/cexample: Use mp_obj_malloc(). 2 years ago
David Lechner fa8ebb1390 py/obj: Add MP_NOINLINE to mp_obj_malloc_helper. 2 years ago
robert-hh 05bb26010e samd: Always provide the machine.RTC class. 2 years ago
pmendham d5c45a80d2 embed: Fix arguments to mp_raw_code_load_mem. 2 years ago
IhorNehrutsa 416707eefe esp32/machine_pin: Use const for size of machine_pin_irq_handler array. 2 years ago
Damien George 668a7bd28a py/makeversionhdr.py: Always add micro to version string even if it's 0. 2 years ago