12690 Commits (d451dc008680bfb27786b6f1d84ceac5da640050)
 

Author SHA1 Message Date
Jim Mussared d63b287c85 drivers/neopixel: Optimize fill() for speed. 3 years ago
iabdalkader a3ce8f08ec rp2/mpconfigport.h: Allow boards to add root pointers. 3 years ago
iabdalkader 79baef843b rp2/CMakeLists.txt: Add option to enable double tap reset to bootrom. 3 years ago
iabdalkader c82244a7c0 rp2/rp2_flash: Disable IRQs while calling flash_erase/program. 3 years ago
Damien George 8c4ba575fd tests/basics: Split f-string debug printing to separate file with .exp. 3 years ago
Jim Mussared 145fedef8d tools/pyboard.py: Make --no-soft-reset consistent with other args. 3 years ago
Jim Mussared 064a145097 tools/pyboard.py: Add --exclusive to match --no-exclusive. 3 years ago
Jim Mussared be43164d82 tools/pyboard.py: Make --no-follow use same variable as --follow. 3 years ago
Jim Mussared 2a290bbfe1 tools/pyboard.py: Move --no-exclusive/--soft-reset out of mutex group. 3 years ago
Peter Hinch 2296df0a32 extmod/modframebuf: Enable blit between different formats via a palette. 3 years ago
Jim Mussared 996f703166 esp32,esp8266: Remove dead code for end_ticks in machine_bitstream. 3 years ago
Jim Mussared b51e7e9d01 stm32: Disable computed goto on constrained boards. 3 years ago
Damien George 61d5a8b9ce stm32/stm32_it: Support TIM17 IRQs on WB MCUs. 3 years ago
Damien George ed42002c39 tools/autobuild: Don't use "-B" for make, it's already a fresh build. 3 years ago
Tobias Thyrrestrup 0886bf46ca stm32/Makefile: Allow GIT_SUBMODULES and LIBS to be extended. 3 years ago
Jim Mussared b352db7a63 rp2/Makefile: Add "submodules" target, to match other ports. 3 years ago
Jim Mussared 85adc25558 py/mkrules.mk: Do submodule sync in "make submodules". 3 years ago
Jim Mussared 53145c4c5f docs: Add docs for machine.bitstream and neopixel module. 3 years ago
Jim Mussared 62fd450e62 drivers/neopixel: Add common machine.bitstream-based neopixel module. 3 years ago
Jim Mussared 39e9c0788f esp8266: Replace esp.neopixel with machine.bitstream. 3 years ago
Jim Mussared 71f4faac27 esp32: Replace esp.neopixel with machine.bitstream. 3 years ago
Jim Mussared e64cda5295 stm32: Add implementation of machine.bitstream. 3 years ago
Jim Mussared 870000f35b extmod: Add machine.bitstream. 3 years ago
Damien George 226c0341ca tools/mpremote: Remove support for pyb.USB_VCP in/out specialisation. 3 years ago
Jim Mussared 5555f147df py/lexer: Clear fstring_args vstr on lexer free. 3 years ago
Jim Mussared 44818d1a35 docs/library/network.rst: Simplify socket import. 3 years ago
Jim Mussared af162257d3 docs/library/builtins.rst: Add module title. 3 years ago
Jim Mussared 91a99fcf0e tests/extmod/vfs_fat_finaliser.py: Ensure alloc at never-used GC blocks. 3 years ago
Jim Mussared 0c2cadf1c8 unix/Makefile: Disable error compression on arm-linux-gnueabi-gcc. 3 years ago
Damien George e25c5cb8d2 esp32/machine_pin: Make check for non-output pins respect chip variant. 3 years ago
Jonathan Hogg 5b655665ab esp32/machine_hw_spi: Release GIL during transfers. 3 years ago
Philipp Ebensberger a1dc7277d9 mimxrt/machine_pin: Implement ioctl for Pin. 3 years ago
Jim Mussared c70930fb24 tests/multi_bluetooth/ble_subscribe.py: Add test for subscription. 3 years ago
Jim Mussared 1d9e489af3 extmod/modbluetooth: Add send_update arg to gatts_write. 3 years ago
Jim Mussared 5733c49174 stm32,esp32,rp2: Enable MICROPY_PY_FSTRINGS by default. 4 years ago
Jim Mussared 692d36d779 py: Implement partial PEP-498 (f-string) support. 3 years ago
Damien George 162bf3c5d8 tools/mpremote: Add "devs" shortcut for "connect list". 3 years ago
Damien George 1f48934312 tools/mpremote: Fix connect-list in case VID/PID are None. 3 years ago
Damien George 8fcdb5490c extmod/modlwip: Fix close and clean up of UDP and raw sockets. 3 years ago
Damien George 90d47ee34d tests/run-multitests.py: Add broadcast and wait facility. 3 years ago
Patrick Van Oosterwijck e49f609186 tools/autobuild: Add auto build for Silicognition wESP32. 3 years ago
Daniel Mizyrycki 8f45f5ee4f nrf: Set .mpy features consistent with documentation and other ports. 3 years ago
Jim Mussared d7fbc755dc docs/library/index.rst: Clarify module naming and purpose. 3 years ago
Jim Mussared ee549d725a tools/gen-cpydiff.py: Don't rename foo to ufoo in diff output. 3 years ago
Jim Mussared c737cde947 docs: Replace ufoo with foo in all docs. 3 years ago
Jim Mussared 218606351c docs: Rename ufoo.rst to foo.rst. 3 years ago
Damien George 671f012306 docs/templates: Add unix and zephyr quickref links to top-index. 3 years ago
Julia Hathaway 6ed6990625 docs/library/zephyr: Add libraries specific to the Zephyr port. 3 years ago
Julia Hathaway 333e16521b docs/zephyr: Add quick reference for the Zephyr port. 3 years ago
Ned Konz 42d1a1635c stm32/mbedtls: Fix compile warning about uninitialized val. 3 years ago