summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2021-08-17docs/library/network.rst: Simplify socket import.Jim Mussared
2021-08-17docs/library/builtins.rst: Add module title.Jim Mussared
2021-08-14extmod/modbluetooth: Add send_update arg to gatts_write.Jim Mussared
2021-08-13docs/library/index.rst: Clarify module naming and purpose.Jim Mussared
2021-08-13docs: Replace ufoo with foo in all docs.Jim Mussared
2021-08-13docs: Rename ufoo.rst to foo.rst.Jim Mussared
2021-08-13docs/templates: Add unix and zephyr quickref links to top-index.Damien George
2021-08-13docs/library/zephyr: Add libraries specific to the Zephyr port.Julia Hathaway
2021-08-13docs/zephyr: Add quick reference for the Zephyr port.Julia Hathaway
2021-08-07docs/library/machine.I2S.rst: Fix use of sd pin in examples.Damien George
2021-08-07extmod/modujson: Add support for dump/dumps separators keyword-argument.Peter Züger
2021-08-07esp8266,esp32: Include hidden networks in WLAN.scan results.Damien George
2021-08-04esp32/machine_uart: Add flow kw-arg to enable hardware flow control.Will Sowerbutts
2021-07-22docs/library/uasyncio.rst: Document stream readexactly() method.Damien George
2021-07-22docs/library/utime.rst: Clarify behaviour and precision of sleep ms/us.Damien George
2021-07-20docs/rp2: Update general section to give a brief technical overview.NitiKaur
2021-07-20docs/rp2: Enhance quickref and change image to Pico pinout.NitiKaur
2021-07-18docs: Replace master/slave with controller/peripheral in I2C and SPI.David P
2021-07-12all: Update to point to files in new shared/ directory.Damien George
2021-07-07docs/esp8266/tutorial: Change flash mode from dio to dout.finefoot
2021-07-06docs/library: Warn that ustruct doesn't handle spaces in format strings.Tom McDermott
2021-07-05esp32,stm32: Add new machine.I2S class for I2S protocol support.Mike Teachman
2021-07-01docs/library: Document new esp32.RMT features and fix wait_done.Jonathan Hogg
2021-06-25rp2: Use 0=Monday datetime convention in RTC.Krzysztof Adamski
2021-06-23stm32/usb: Make irq's default trigger enable all events.Damien George
2021-06-22LICENSE: Reference third-party licenses.Jim Mussared
2021-06-18all: Bump version to 1.16.v1.16Damien George
2021-06-17docs/esp32: Document WLAN "reconnects" config option.Thomas Wenrich
2021-06-15extmod/uasyncio: Add readinto() method to Stream class.Mike Teachman
2021-06-12docs/library/machine.RTC.rst: Document datetime method and fix ex code.Peter Hinch
2021-06-10stm32/usb: Add USB_VCP.irq method, to set a callback on USB data RX.Damien George
2021-05-30docs/rp2: Add skeleton docs for the rp2 port.Matt Trentini
2021-05-20all: Replace busses with buses.Mike Causer
2021-05-20docs/library/pyb.Pin.rst: Update the arguments for Pin.init().Andrew Leech
2021-05-18docs/library: Add a blank line to fix formatting for ussl docs.Brett Cannon
2021-05-18docs/library: Clarify what type of algorithm is implemented in heapq.Brett Cannon
2021-05-14docs/esp8266: Add SSD1306 to quickref and tutorial.Mike Causer
2021-05-14docs/esp8266: Mention Signal in GPIO section of quickref.Mike Causer
2021-05-14docs/esp32: Mention Signal in GPIO section of quickref.Mike Causer
2021-05-14docs/esp32: Add APA106 to quickref.Mike Causer
2021-05-12docs/library/rp2.rst: Fix typo overriden->overridden.Damien George
2021-05-08docs/library: Add initial API reference for rp2 module and its classes.Tim Radvan
2021-05-06docs/esp8266: Add WDT to quickref.Mike Causer
2021-05-06docs/esp32: Add SDCard to quickref.Mike Causer
2021-05-06docs/esp32: Add WDT to quickref.Mike Causer
2021-05-06docs/esp32: Add UART to quickref.Mike Causer
2021-05-04docs/pyboard: Fix typo in pyb.Switch tutorial.Gabriel M Schuyler
2021-05-04docs: Fix some spelling mistakes.Mike Causer
2021-05-04docs/esp8266: Clarify limitations of SSL in esp8266 and fix typos.Mordy Ovits
2021-05-04docs/esp8266: Add instructions on entering programming mode manually.Damien George