933 Commits (c1f74b300548912f92edb4ae004dc486e0b7c8bf)

Author SHA1 Message Date
Tom McDermott c1f74b3005 docs/library: Warn that ustruct doesn't handle spaces in format strings. 5 years ago
Mike Teachman 8a5bfe44a5 esp32,stm32: Add new machine.I2S class for I2S protocol support. 4 years ago
Jonathan Hogg 0b3332c8e1 docs/library: Document new esp32.RMT features and fix wait_done. 3 years ago
Krzysztof Adamski 35b1359a3a rp2: Use 0=Monday datetime convention in RTC. 3 years ago
Damien George 63b8b79610 stm32/usb: Make irq's default trigger enable all events. 3 years ago
Jim Mussared 2fa975c264 LICENSE: Reference third-party licenses. 6 years ago
Damien George 7c51cb2307 all: Bump version to 1.16. 3 years ago
Thomas Wenrich 364670ecf1 docs/esp32: Document WLAN "reconnects" config option. 3 years ago
Mike Teachman b0b8ebc4f6 extmod/uasyncio: Add readinto() method to Stream class. 3 years ago
Peter Hinch c0499bc2b9 docs/library/machine.RTC.rst: Document datetime method and fix ex code. 5 years ago
Damien George 71e3538a32 stm32/usb: Add USB_VCP.irq method, to set a callback on USB data RX. 4 years ago
Matt Trentini a6a8941d84 docs/rp2: Add skeleton docs for the rp2 port. 4 years ago
Mike Causer 47b778332a all: Replace busses with buses. 4 years ago
Andrew Leech 9d58d46e0a docs/library/pyb.Pin.rst: Update the arguments for Pin.init(). 4 years ago
Brett Cannon 452fa3f8d4 docs/library: Add a blank line to fix formatting for ussl docs. 4 years ago
Brett Cannon 07528d1f85 docs/library: Clarify what type of algorithm is implemented in heapq. 4 years ago
Mike Causer 97fee47716 docs/esp8266: Add SSD1306 to quickref and tutorial. 4 years ago
Mike Causer d43ed087ae docs/esp8266: Mention Signal in GPIO section of quickref. 4 years ago
Mike Causer 85c51a548f docs/esp32: Mention Signal in GPIO section of quickref. 4 years ago
Mike Causer 30cbcf881d docs/esp32: Add APA106 to quickref. 4 years ago
Damien George 87e38b3cc8 docs/library/rp2.rst: Fix typo overriden->overridden. 4 years ago
Tim Radvan fd24e649fd docs/library: Add initial API reference for rp2 module and its classes. 4 years ago
Mike Causer 64aebed70e docs/esp8266: Add WDT to quickref. 4 years ago
Mike Causer a111889705 docs/esp32: Add SDCard to quickref. 4 years ago
Mike Causer a65942a41d docs/esp32: Add WDT to quickref. 4 years ago
Mike Causer b98197f950 docs/esp32: Add UART to quickref. 4 years ago
Gabriel M Schuyler 0054fff840 docs/pyboard: Fix typo in pyb.Switch tutorial. 4 years ago
Mike Causer 31ac410a4f docs: Fix some spelling mistakes. 4 years ago
Mordy Ovits d70ab87b2b docs/esp8266: Clarify limitations of SSL in esp8266 and fix typos. 7 years ago
Damien George 2bf1beef5c docs/esp8266: Add instructions on entering programming mode manually. 4 years ago
Chris Liechti 4154ffbcba docs/esp8266: Add note about simultaneous use of STA_IF and AP_IF. 8 years ago
Damien George dd5c831a0b docs/library/machine: Add machine.bootloader docs. 4 years ago
Damien George 9e1b25a99e docs/library/machine: Specify initial machine.PWM class. 4 years ago
Damien George 3c4bfd1dec py/objexcept: Support errno attribute on OSError exceptions. 4 years ago
Damien George 321d1897c3 all: Bump version to 1.15. 4 years ago
Damien George f541b3673d docs/develop: Improve user C modules to properly describe how to build. 4 years ago
Damien George d87f42b0e5 examples/usercmodules: Simplify user C module enabling. 4 years ago
Phil Howard 8e5756e2b6 docs/develop/cmodules.rst: Document C-modules and micropython.cmake. 4 years ago
stijn 914380cb89 all: Add .git-blame-ignore-revs for fixing up git blame output. 4 years ago
Damien George 6129b8e401 tests: Rename run-tests to run-tests.py for consistency. 4 years ago
Damien George b24fcd7aec esp32/machine_hw_spi: Use default pins when making SPI if none given. 4 years ago
Thorsten von Eicken c10d431819 esp32: Add basic support for Non-Volatile-Storage in esp32 module. 4 years ago
Thorsten von Eicken 2c1299b007 extmod/modussl: Fix ussl read/recv/send/write errors when non-blocking. 5 years ago
Jim Mussared cdf9c8648f docs/library/uasyncio.rst: Add docs for ThreadSafeFlag. 4 years ago
Jim Mussared 7ed99544e4 extmod/uasyncio: Add asyncio.current_task(). 4 years ago
Brianna Laugher d128999938 tools: Add filesystem action examples to pyboard.py help. 4 years ago
Damien George 78b23c3a1f all: Bump version to 1.14. 4 years ago
Damien George 0e44587076 docs/library/machine.Pin.rst: Make it clear which methods are not core. 4 years ago
Damien George ef9fde7339 LICENSE,docs: Update copyright year range to include 2021. 4 years ago
Samuelson 407df82f81 docs/develop/natmod: Fix a small typo, con->can. 4 years ago