1023 Commits (5f50f4a130e60c4bc5f4fbf58ac849dcaf764e72)

Author SHA1 Message Date
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
Christopher Tse ddb53c9458 docs/esp8266/quickref: Add warning block about NeoPixel timing. 4 years ago
Andrew Scheller 499e199add docs,stm32: Fix minor typos in RTC docs, and->an. 4 years ago
nanjekyejoannah 4eaebc1988 docs/develop: Add MicroPython Internals chapter. 4 years ago
iabdalkader 20f8ce1982 stm32/pyb_can: Add ability to calculate CAN bit timing from baudrate. 4 years ago
Damien George 1719459c28 extmod/modubinascii: Update code, docs for hexlify now CPython has sep. 4 years ago
Jim Mussared 68136eb4ba docs/library/ubluetooth.rst: Add passkey docs. 4 years ago
Jim Mussared b799fe1421 docs/library/ubluetooth.rst: Add bonding docs. 4 years ago
Jim Mussared fff634e031 docs/library/ubluetooth.rst: Add gap_pair() docs. 4 years ago
Jim Mussared f822557cbb docs/library/ubluetooth.rst: Add pairing/bonding config docs. 4 years ago
Andrew Leech 05fef8c6a4 extmod/modbluetooth: Add _IRQ_ENCRYPTION_UPDATE event. 4 years ago