aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2020-06-05docs/library: Update ubluetooth for new events and discover by uuid.Jim Mussared
2020-06-02docs/reference: Add note about multiple exceptions when heap is locked.Andrew Leech
2020-05-28esp32/machine_sdcard: Add "freq" keyword arg to SDCard constructor.cccc
2020-05-16docs/develop: Fix module/source name in Makefile of native example.Damien George
2020-05-11extmod/modbluetooth: Add support for changing the GAP device name.Damien George
2020-05-03esp32: Improve support for OTA updates.Thorsten von Eicken
2020-05-02docs/library: Fix docs for machine.WDT to specify millisecond timeout.Thorsten von Eicken
2020-04-30docs/library: Note that machine.Pin.irq's hard arg may not be supported.Damien George
2020-04-29unix: Add support for modbluetooth and BLE using btstack.Jim Mussared
2020-04-23esp32/modesp32: Add idf_heap_info(capabilities) to esp32 module.Thorsten von Eicken
2020-04-19docs/library: Document that char_data/notify_data are also references.Thomas Friebel
2020-04-13extmod/uasyncio: Add Loop.new_event_loop method.Damien George
2020-04-09docs/library: Note that uasyncio.wait_for() can raise exception.Peter Hinch
2020-04-04esp8266: Change from FAT to littlefs v2 as default filesystem.Damien George
2020-04-04docs,tests: Add docs and test for uasyncio custom exc handler methods.Damien George
2020-04-02extmod/uasyncio: Add StreamReader/StreamWriter as aliases of Stream cls.Damien George
2020-04-02extmod/uasyncio: Implement Loop.stop() to stop the event loop.Damien George
2020-03-30tools/pyboard.py: Add -d as an alias for --device.Lars Kellogg-Stedman
2020-03-30tools/pyboard.py: Support setting device/baudrate from shell env vars.Lars Kellogg-Stedman
2020-03-26docs/library: Add initial docs for uasyncio module.Damien George
2020-03-11py/modmicropython: Add heap_locked function to test state of heap.Andrew Leech
2020-03-11extmod/modbluetooth: Change scan result's "connectable" to "adv_type".Damien George
2020-02-18extmod/modbluetooth: Implement config getter for BLE rxbuf size.Thomas Friebel
2020-02-16docs/develop: Detail how to add symbols to mp_fun_table for native mods.Thorsten von Eicken
2020-02-11windows: Improve default search path.stijn
2020-02-10docs/library: Fix framebuf monochrome 1-bit modes, swapping HLSB/HMSB.Peter Hinch
2020-02-04unix/main: Add command-line -h option for printing help text.David Lechner
2020-02-04docs/unix: Add a new new quickref page for the UNIX port.David Lechner
2020-02-03docs/esp8266: In TCP tutorial, add HTTP response code and content-type.Jesse Andrews
2020-01-22esp32/modnetwork: Add max_clients kw-arg to WLAN.config for AP setting.adzierzanowski
2020-01-22docs/library/uos.rst: Improve block devices section, and ioctl ret vals.Peter Hinch
2020-01-12docs/library: Add / to indicate positional-only args in library docs.Jason Neal
2020-01-12docs/library/machine: Document machine.soft_reset() function.Thorsten von Eicken
2020-01-12docs/README: Add short paragraph about using readthedocs.Thorsten von Eicken
2020-01-06docs/library/machine.UART.rst: Detail timeout behaviour of read methods.Jason Neal
2020-01-06docs/library/machine.I2C.rst: Use positional-only arguments syntax.Jason Neal
2020-01-06docs: More consistent capitalization and use of articles in headings.Jason Neal
2019-12-20all: Bump version to 1.12.Damien George
2019-12-20docs/esp32: Add quickref and full docs for esp32.RMT class.Matt Trentini
2019-12-19docs/develop: Add documentation on how to build native .mpy modules.Damien George
2019-12-19docs/reference: Add documentation describing use of .mpy files.Damien George
2019-12-17docs/esp8266/quickref: Add note that machine.RTC is not fully supported.ketograph
2019-12-16docs/library/uos.rst: Clarify why the extended interface exists.Jim Mussared
2019-12-10docs/library/uos: Add notes and links about littlefs failures.Damien George
2019-12-10docs/library/ubluetooth: Add note about API being under development.Damien George
2019-12-09docs/reference/filesystem: Add note and example about using filesystem.Damien George
2019-12-09docs/reference/filesystem: Fix typo in block device code example.Daniel Mizyrycki
2019-12-05extmod/modbluetooth: Allow setting ringbuf size via BLE.config(rxbuf=).Damien George
2019-12-04extmod/modbluetooth: Add optional 4th arg to gattc_write for write mode.Damien George
2019-12-04docs: Add littlefs docs and a filesystem tutorial.Jim Mussared