summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2021-05-04docs/esp8266: Add note about simultaneous use of STA_IF and AP_IF.Chris Liechti
2021-04-30docs/library/machine: Add machine.bootloader docs.Damien George
2021-04-30docs/library/machine: Specify initial machine.PWM class.Damien George
2021-04-23py/objexcept: Support errno attribute on OSError exceptions.Damien George
2021-04-19all: Bump version to 1.15.v1.15Damien George
2021-04-02docs/develop: Improve user C modules to properly describe how to build.Damien George
2021-04-01examples/usercmodules: Simplify user C module enabling.Damien George
2021-03-31docs/develop/cmodules.rst: Document C-modules and micropython.cmake.Phil Howard
2021-03-15all: Add .git-blame-ignore-revs for fixing up git blame output.stijn
2021-03-12tests: Rename run-tests to run-tests.py for consistency.Damien George
2021-03-12esp32/machine_hw_spi: Use default pins when making SPI if none given.Damien George
2021-02-19esp32: Add basic support for Non-Volatile-Storage in esp32 module.Thorsten von Eicken
2021-02-17extmod/modussl: Fix ussl read/recv/send/write errors when non-blocking.Thorsten von Eicken
2021-02-16docs/library/uasyncio.rst: Add docs for ThreadSafeFlag.Jim Mussared
2021-02-13extmod/uasyncio: Add asyncio.current_task().Jim Mussared
2021-02-13tools: Add filesystem action examples to pyboard.py help.Brianna Laugher
2021-02-03all: Bump version to 1.14.v1.14Damien George