14591 Commits (d995c010428420c7690d5cd59b9580c3f4f9649a)
 

Author SHA1 Message Date
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
Christian Clauss 4376c969f6 all: Fix Python comparison to None and True, and use "not in". 2 years ago
Laurens Valk f3a596db7d py/builtinimport: Fix unix port build with external imports disabled. 2 years ago
Damien George 78dc2db2ba py/mpconfig: Provide config option for internal printf printer. 2 years ago
Damien George b3c8ab37ec py/gc: Make gc_dump_info/gc_dump_alloc_table take a printer as argument. 2 years ago
Damien George f450e94ba0 ports: Rename remaining "Micro Python" to "MicroPython". 2 years ago
robert-hh ed1f42cb49 nrf/modules/machine/pwm: Support using all 4 channels of a PWM module. 2 years ago
robert-hh e3b877826c nrf/modules/machine/soft_pwm: Add PWM for nrf51x boards using soft PWM. 2 years ago
robert-hh a1f838cdf1 nrf/modules/machine/pwm: Use extmod/machine_pwm.c for PWM module. 2 years ago
robert-hh cf43df4caa nrf/modules/machine/pwm: Add paramter checks and error messages. 2 years ago
Damien George b336b6bb74 stm32/pybthread: Make pyb_thread_dump take a printer as its argument. 2 years ago
Damien George 067c7cd9dc stm32/pin: Make pin_find debug output use mp_printf. 2 years ago
Damien George f43c4dfc68 stm32/extint: Make ExtInt.regs print using mp_printf. 2 years ago
Damien George f6a35f76af stm32/modmachine: Make machine.info print using mp_printf. 2 years ago
Damien George 6c8b19c7e2 stm32/spi: Return error code and raise exception if SPI init fails. 2 years ago
Damien George 98937dcfc2 stm32/i2c: Return error code and raise exception if I2C init fails. 2 years ago
Damien George b981e37ccd stm32/main: Use mp_printf instead of printf for MPY start-up messages. 2 years ago
Damien George b9dad0add2 stm32: Remove commented-out printf's and debugging code. 2 years ago
Damien George 7c1584aef1 py/compile: Fix scope of assignment expression target in comprehensions. 2 years ago
cpottle9 c80e7c14e6 rp2: Allocate GC heap from unused RAM. 2 years ago
David Grayson f80d040c03 rp2/modrp2: Disable other core, shorten delay to 8us in bootsel_button. 2 years ago
Tomofumi Inoue 673957b643 rp2/modrp2: Support reading the BOOTSEL button on the Pico board. 2 years ago
iabdalkader dc2186c35b rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Include "senml" in manifest. 2 years ago
iabdalkader 8307046406 stm32/boards: Include "senml" in manifest for ARDUINO boards. 2 years ago
Damien George a234aa44f3 stm32/powerctrl: Don't compile WB helpers on WL MCUs. 2 years ago
Andrew Leech 0359aac10a tests/multi_bluetooth: Add bluetooth multi-test for deepsleep. 3 years ago
Andrew Leech 211859b11f tests/run-multitests.py: Add ability to test instance over reboot. 2 years ago
Damien George 8b3f1d47a6 stm32/powerctrlboot: Provide custom SystemInit for WB55. 2 years ago
Andrew Leech c551723914 stm32/powerctrl: Disable WB55 BLE before entering deepsleep. 3 years ago
Andrew Leech 2eca86e8fa stm32/powerctrl: Add sleep RCC semaphore management for WB55 MCUs. 3 years ago
Damien George 2ec101e609 lib/micropython-lib: Update submodule to latest. 2 years ago
iabdalkader 6bb60745be rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Add more external pins. 2 years ago
iabdalkader 46c432eaa6 drivers/ninaw10: Add missing external pins 34 and 39. 2 years ago