1023 Commits (5f50f4a130e60c4bc5f4fbf58ac849dcaf764e72)

Author SHA1 Message Date
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
Jason Neal 99ed431d28 docs/library/machine.I2C.rst: Use positional-only arguments syntax. 5 years ago
Jason Neal aec88ddf03 docs: More consistent capitalization and use of articles in headings. 5 years ago
Damien George 1f37194730 all: Bump version to 1.12. 5 years ago
Matt Trentini 7f235cbee9 docs/esp32: Add quickref and full docs for esp32.RMT class. 5 years ago
Damien George 8449e41818 docs/develop: Add documentation on how to build native .mpy modules. 5 years ago
Damien George e58c7ce3d6 docs/reference: Add documentation describing use of .mpy files. 5 years ago
ketograph 04e7aa0563 docs/esp8266/quickref: Add note that machine.RTC is not fully supported. 5 years ago
Jim Mussared f3f7eb48da docs/library/uos.rst: Clarify why the extended interface exists. 5 years ago
Damien George b310930dba docs/library/uos: Add notes and links about littlefs failures. 5 years ago
Damien George 159388f850 docs/library/ubluetooth: Add note about API being under development. 5 years ago
Damien George 381be9a745 docs/reference/filesystem: Add note and example about using filesystem. 5 years ago
Daniel Mizyrycki 50dc5f10a6 docs/reference/filesystem: Fix typo in block device code example. 5 years ago
Damien George 84958a8fe1 extmod/modbluetooth: Allow setting ringbuf size via BLE.config(rxbuf=). 5 years ago
Damien George 7aeafe2ae9 extmod/modbluetooth: Add optional 4th arg to gattc_write for write mode. 5 years ago
Jim Mussared 9a849cc7ca docs: Add littlefs docs and a filesystem tutorial. 5 years ago
Jim Mussared f2650be844 docs/library: Add docs for pyb.Flash class. 5 years ago
Jim Mussared d7dbd267e7 docs/reference: Add docs describing use of pyboard.py. 5 years ago
Damien George 90c524c114 docs: Remove spaces on lines that are empty. 5 years ago
Jim Mussared e873d352ad extmod/modbluetooth: Simplify management of pre-allocated event data. 5 years ago
Damien George d667bc642f docs/library/ubluetooth: Fix name and link to FLAG_xxx constants. 5 years ago
Jim Mussared d30b75e8f2 docs/library/machine.SDCard.rst: Fix various typos. 5 years ago