aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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.Damien George
2021-02-03docs/library/machine.Pin.rst: Make it clear which methods are not core.Damien George
2021-01-31LICENSE,docs: Update copyright year range to include 2021.Damien George
2021-01-30docs/develop/natmod: Fix a small typo, con->can.Samuelson
2021-01-30docs/esp8266/quickref: Add warning block about NeoPixel timing.Christopher Tse
2021-01-30docs,stm32: Fix minor typos in RTC docs, and->an.Andrew Scheller
2021-01-27docs/develop: Add MicroPython Internals chapter.nanjekyejoannah
2020-12-17stm32/pyb_can: Add ability to calculate CAN bit timing from baudrate.iabdalkader
2020-12-14extmod/modubinascii: Update code, docs for hexlify now CPython has sep.Damien George
2020-12-02docs/library/ubluetooth.rst: Add passkey docs.Jim Mussared
2020-12-02docs/library/ubluetooth.rst: Add bonding docs.Jim Mussared
2020-12-02docs/library/ubluetooth.rst: Add gap_pair() docs.Jim Mussared
2020-12-02docs/library/ubluetooth.rst: Add pairing/bonding config docs.Jim Mussared
2020-12-02extmod/modbluetooth: Add _IRQ_ENCRYPTION_UPDATE event.Andrew Leech
2020-12-02docs/library/ubluetooth.rst: Update read request IRQ docs.Jim Mussared
2020-12-02docs/library/ubluetooth.rst: Update char/desc flags.Jim Mussared
2020-12-02docs/library/ubluetooth.rst: Add _IRQ_CONNECTION_UDPATE docs.Jim Mussared
2020-12-01docs/reference/repl.rst: Add information about new raw-paste mode.Damien George
2020-11-24docs/library/ubluetooth.rst: Add docs for L2CAP channels.Jim Mussared
2020-10-29docs/develop/cmodules.rst: Add link to source code for user C example.Damien George
2020-10-29examples: Add example code for user C modules, both C and C++.stijn
2020-10-29py/py.mk: Support C++ code for user C modules.stijn
2020-10-29docs: Fix reference to QSTR_GEN_CFLAGS Makefile flag.stijn
2020-10-22docs/reference/glossary.rst: Fix minor grammar error, An -> A.Kevin Thomas
2020-10-20docs/library/machine.Timer.rst: Add mention of constructor arguments.Howard Lovatt
2020-10-20docs/library/machine.Signal.rst: Correct typo: usecases to use cases.Howard Lovatt
2020-10-20docs/library/machine.rst: Correct minor typo: timout to timeout.Howard Lovatt
2020-10-20docs/library/btree.rst: Correct method typo: __detitem__ to __delitem__.Howard Lovatt
2020-10-01extmod/utime_mphal: Add generic utime.time_ns() function.Damien George
2020-10-01docs: Update I2C and SPI docs to add reference to SoftI2C and SoftSPI.Damien George
2020-09-30docs/reference/packages.rst: Fix typo, remove duplicate "port".David Lechner
2020-09-25docs/develop: Add notes on prerequisite tools for building native .mpy.Damien George
2020-09-25extmod/modbluetooth: Change module-owned bytes objects to memoryview.Damien George
2020-09-18ports: Add utime.gmtime() function.Damien George
2020-09-18docs/library/ubluetooth.rst: Add docs for MTU API.Jim Mussared
2020-09-15docs/library/ubluetooth.rst: Clarify peripheral/central vs server/clientJim Mussared
2020-09-15docs/library/ubluetooth.rst: Clarify position/kw arguments.Jim Mussared
2020-09-08docs/library/ubluetooth.rst: Document BLE address modes.Jim Mussared
2020-09-04all: Rename "sys" module to "usys".stijn