844 Commits (8727c4e2eca9026494c173061c5905d54fa5f73d)

Author SHA1 Message Date
Zenix27 e76c7466b6 docs: Change `\*` to `*` in argument lists. 4 years ago
Josh Lloyd fe7d47971f docs/esp32: Fix machine.Timer quickref to specify HW timers. 4 years ago
Howard Lovatt 47289f4bc9 docs/library: Update pyb.UART to correct pyboard UART availability. 4 years ago
Howard Lovatt 4a7c2731c5 docs/library: Update pyb.Timer to add missing args and defaults to init. 4 years ago
Howard Lovatt cf9be201d7 docs/library: Update pyb.SPI init method to add descr about "ti" arg. 4 years ago
Jonathan Hogg 5f0e9d1bac docs/library: Update documentation of esp32's RMT. 4 years ago
Jim Mussared c7f7c0214c docs/library: For ubluetooth, add docs for _IRQ_GATTS_INDICATE_DONE. 4 years ago
Jim Mussared b7698841b2 docs/library: Add gatts_indicate() doc to ubluetooth.rst. 4 years ago
spacemanspiff2007 b572aa5721 docs/esp32: Add info about PWM duty cycle range to esp32 quickref. 4 years ago
victor cb9aafbf8f docs/library: Clarify that the arg to esp.deepsleep is in microseconds. 4 years ago
Jon Rob 1678f41744 esp32/esp32_rmt: Extend RMT to support carrier feature. 4 years ago
Nick Crabtree 2934e41df0 docs/esp8266: Add quickref documentation for UART on esp8266. 4 years ago
Damien George a4c96fb3b0 extmod/uasyncio: Add asyncio.wait_for_ms function. 4 years ago
David Lechner 1e6d18c915 docs: Fix Sphinx 3.x warnings, and enable warnings-as-errors on build. 4 years ago
Jim Mussared 1cad63c0bc extmod/modbluetooth: Ensure status=0 always on success. 5 years ago
Jim Mussared 9708fe8788 docs/library: Update ubluetooth for new events and discover by uuid. 5 years ago
Andrew Leech e54626f4c1 docs/reference: Add note about multiple exceptions when heap is locked. 5 years ago
cccc 1662a0b06f esp32/machine_sdcard: Add "freq" keyword arg to SDCard constructor. 5 years ago
Damien George cae77daf00 docs/develop: Fix module/source name in Makefile of native example. 5 years ago
Damien George 3b6c9119eb extmod/modbluetooth: Add support for changing the GAP device name. 5 years ago
Thorsten von Eicken 952ff8a8ea esp32: Improve support for OTA updates. 5 years ago
Thorsten von Eicken 7d97d241e8 docs/library: Fix docs for machine.WDT to specify millisecond timeout. 5 years ago
Damien George 391927c126 docs/library: Note that machine.Pin.irq's hard arg may not be supported. 5 years ago
Jim Mussared 7563d58210 unix: Add support for modbluetooth and BLE using btstack. 5 years ago
Thorsten von Eicken a177831c46 esp32/modesp32: Add idf_heap_info(capabilities) to esp32 module. 5 years ago
Thomas Friebel 1b1ceb67b2 docs/library: Document that char_data/notify_data are also references. 5 years ago
Damien George db137e70dc extmod/uasyncio: Add Loop.new_event_loop method. 5 years ago
Peter Hinch 7409467361 docs/library: Note that uasyncio.wait_for() can raise exception. 5 years ago
Damien George e0905e85a7 esp8266: Change from FAT to littlefs v2 as default filesystem. 5 years ago
Damien George df156b18e5 docs,tests: Add docs and test for uasyncio custom exc handler methods. 5 years ago
Damien George f97b5395ed extmod/uasyncio: Add StreamReader/StreamWriter as aliases of Stream cls. 5 years ago
Damien George b389bc0afa extmod/uasyncio: Implement Loop.stop() to stop the event loop. 5 years ago
Lars Kellogg-Stedman 3a0f64fc7a tools/pyboard.py: Add -d as an alias for --device. 5 years ago
Lars Kellogg-Stedman 1cf994c48b tools/pyboard.py: Support setting device/baudrate from shell env vars. 5 years ago
Damien George c99322f8d8 docs/library: Add initial docs for uasyncio module. 5 years ago
Andrew Leech 86bfabec11 py/modmicropython: Add heap_locked function to test state of heap. 5 years ago
Damien George dd0bc26e65 extmod/modbluetooth: Change scan result's "connectable" to "adv_type". 5 years ago
Thomas Friebel f4726735cf extmod/modbluetooth: Implement config getter for BLE rxbuf size. 5 years ago
Thorsten von Eicken be92aacba3 docs/develop: Detail how to add symbols to mp_fun_table for native mods. 5 years ago
stijn 5f91933e54 windows: Improve default search path. 5 years ago
Peter Hinch 88cbfd791a docs/library: Fix framebuf monochrome 1-bit modes, swapping HLSB/HMSB. 5 years ago
David Lechner 83439e38fc unix/main: Add command-line -h option for printing help text. 5 years ago
David Lechner c8d2f7838f docs/unix: Add a new new quickref page for the UNIX port. 5 years ago
Jesse Andrews c4ea4c1810 docs/esp8266: In TCP tutorial, add HTTP response code and content-type. 5 years ago
adzierzanowski a55c17dc69 esp32/modnetwork: Add max_clients kw-arg to WLAN.config for AP setting. 5 years ago
Peter Hinch 59746ac14a docs/library/uos.rst: Improve block devices section, and ioctl ret vals. 5 years ago
Jason Neal 7ef2f65114 docs/library: Add / to indicate positional-only args in library docs. 5 years ago
Thorsten von Eicken 1caede927a docs/library/machine: Document machine.soft_reset() function. 5 years ago
Thorsten von Eicken bc5c993adf docs/README: Add short paragraph about using readthedocs. 5 years ago
Jason Neal 5ef3b6b2d9 docs/library/machine.UART.rst: Detail timeout behaviour of read methods. 5 years ago