12432 Commits (4ada56d4cb4c518d2a78f7d7a600a4537188310a)
 

Author SHA1 Message Date
Damien George 9e29217c73 unix/modffi: Use a union for passing/returning FFI values. 4 years ago
Damien George 8172c2e9c5 rp2: Move manifest.py to boards directory. 4 years ago
Gabriel M Schuyler 0054fff840 docs/pyboard: Fix typo in pyb.Switch tutorial. 4 years ago
Mike Causer 31ac410a4f docs: Fix some spelling mistakes. 4 years ago
Nicko van Someren 6e776a6710 gitignore: Ignore macOS desktop metadata files. 4 years ago
David Lechner ca0c75f504 stm32/boards: Change default LSI_VALUE to 32000 for F4 MCUs. 4 years ago
Mordy Ovits d70ab87b2b docs/esp8266: Clarify limitations of SSL in esp8266 and fix typos. 7 years ago
Damien George 2bf1beef5c docs/esp8266: Add instructions on entering programming mode manually. 4 years ago
Chris Liechti 4154ffbcba docs/esp8266: Add note about simultaneous use of STA_IF and AP_IF. 8 years ago
robert-hh 1e2f0d2809 rp2/tusb_port: Add the device unique-id to the USB id. 4 years ago
Jan Jurgen Griesfeller d80a037e6b rp2/boards: Add board definition for SparkFun Pro Micro board. 4 years ago
Jan Jurgen Griesfeller 3c918d0f58 rp2/boards: Add board definition for SparkFun Thing Plus RP2040. 4 years ago
Artyom Skrobov ca35c0059c py/repl: Autocomplete builtin modules. 4 years ago
Artyom Skrobov 7556e01f14 py/repl: Refactor autocomplete, extracting reusable parts. 4 years ago
Artyom Skrobov f85ea8d4fe py/repl: Refactor autocomplete to reduce nesting. 4 years ago
scottbelden befbff31b7 py/repl: Enter four spaces when there are no matches. 6 years ago
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