12416 Commits (08e0e065f4fa26cb1f52567ad53052310bc656e6)
 

Author SHA1 Message Date
Kathryn Lingel 1f1a54d0b1 py/repl: Filter private methods from tab completion. 6 years ago
Damien George aa061ae391 py/scheduler: Add missing MICROPY_WRAP_MP_SCHED_EXCEPTION usage. 4 years ago
Damien George dd5c831a0b docs/library/machine: Add machine.bootloader docs. 4 years ago
Damien George 9e1b25a99e docs/library/machine: Specify initial machine.PWM class. 4 years ago
Damien George 6b7c8d3e72 py/runtime: Remove commented-out code from mp_deinit(). 4 years ago
Damien George 1d9528210b tests/multi_bluetooth: Add performance test for gatt char writes. 4 years ago
Damien George 76dab3bf31 tests/run-multitests.py: Provide some convenient serial device shorcuts. 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 916c3fd23f py/scheduler: Add optional port hook for when something is scheduled. 4 years ago
Damien George e9e9c76ddf all: Rename mp_keyboard_interrupt to mp_sched_keyboard_interrupt. 4 years ago
Damien George bd54eb566f nrf/boards/microbit: Use mp_sched_exception() where appropriate. 4 years ago
Damien George 7cbf826a95 py/scheduler: Add mp_sched_exception() to schedule a pending exception. 4 years ago
Damien George 7e549b6718 py/profile: Use mp_handle_pending() to raise pending exception. 4 years ago
Damien George a41cd150be esp8266/modnetwork: Use mp_handle_pending() to raise pending exception. 4 years ago
iabdalkader a1111b83ed stm32/sdio: Allow configuring the SDMMC periph used for SDIO. 4 years ago
iabdalkader 0d4eb15392 drivers/cyw43/cywbt: Remove hard-coded UART6 alternate function setting. 4 years ago
iabdalkader baa712b7f0 stm32/boards/PYBD_SF2: Enable RF switch compile option. 4 years ago
iabdalkader d74e2aca3e drivers/cyw43/cywbt: Add compile option for RF switch. 4 years ago
iabdalkader d3eb6d68a3 drivers/cyw43/cyw43_ctrl: Use new sdio enable API functions. 4 years ago
iabdalkader 80788154b3 stm32/sdio: Add functions to re/enable SDIO/SDIOIT. 4 years ago
iabdalkader 4d96786823 stm32/uart: Enable HW flow control for UART 1/5/7/8. 4 years ago
Damien George cf7e71fa43 stm32/sdcard: Allow configuring the SDMMC periph used for SD/MMC card. 4 years ago
Damien George 37494b8c8a stm32/mboot: Allow mboot to be placed at any location in flash. 4 years ago
Damien George 58be5a5aa3 stm32/mboot: Allow a board to customise the linker scripts. 4 years ago
Damien George 97f09fda3e stm32/mboot: Fix mp_hal_delay_us() and add mp_hal_ticks_ms(). 4 years ago
Damien George fd01b6c779 stm32/adc: Allow mboot to use basic ADC functions. 4 years ago
Damien George ef2896bdea stm32/mboot: Allow a board to add source files to the build. 4 years ago
Damien George 885b246ca9 stm32/boardctrl: Show first reset-mode state on LEDs when selecting. 4 years ago
Damien George a72b8443ca stm32/boardctrl: Add constants for reset mode values. 4 years ago
Damien George 647fa63f9c stm32/softtimer: Support static soft timer instances. 4 years ago
Damien George 89b64478c7 stm32/softtimer: Add support for having a C-based callback. 4 years ago
Steve App 326dd7f0db tools/makemanifest.py: Show directory name if there is a FreezeError. 4 years ago
Steve App 21fee92be6 esp32: Restore FROZEN_MANIFEST support with new CMake build system. 4 years ago
iabdalkader a708848b0c stm32/uart: Fix H7 UART clock source configuration. 4 years ago
plan-do-break-fix 4dc802400f stm32,teensy: Correct typos in project README files. 4 years ago
Daniel Maslowski f452b9c265 pic16bit/Makefile: Make the XC compiler version user-configurable. 4 years ago
Damien George c5cbfd545a py/dynruntime.h: Add mp_obj_get_array() function. 4 years ago
Damien George 43a8c8178e bare-arm: Switch to use MICROPY_ERROR_REPORTING_NONE to reduce size. 4 years ago
Damien George d4b706c4d0 py: Add option to compile without any error messages at all. 4 years ago
Damien George 30d9f77cc5 top: Update .git-blame-ignore-revs for latest formatting commit. 4 years ago
iabdalkader 0f78c36c5a tools/gen-cpydiff.py: Fix formatting of doc strings for new Black. 4 years ago
Damien George 65b90cd0f9 teensy: Provide own implementation of gc_collect, to not use stm32. 4 years ago
Damien George 530c76f6ca lib/utils: Remove unused PYEXEC_SWITCH_MODE from pyexec.h. 4 years ago
Damien George a1bc32d8a8 drivers/sdcard: Add sleep_ms(1) delay in SDCard.readinto sync loop. 4 years ago
stijn bb2007b05c windows/mpconfigport.h: Enable features also present in unix port. 4 years ago
Damien George df4e9bdf5c esp32/CMakeLists.txt: Require CMake version 3.12. 4 years ago
Damien George 178198a01d tools/pyboard.py: Support opening serial port in exclusive mode. 4 years ago
Damien George 3123f6918b tests: Use .errno instead of .args[0] for OSError exceptions. 4 years ago