index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
Age
Commit message (
Expand
)
Author
2020-04-04
esp8266: Change from FAT to littlefs v2 as default filesystem.
Damien George
2020-04-04
docs,tests: Add docs and test for uasyncio custom exc handler methods.
Damien George
2020-04-02
extmod/uasyncio: Add StreamReader/StreamWriter as aliases of Stream cls.
Damien George
2020-04-02
extmod/uasyncio: Implement Loop.stop() to stop the event loop.
Damien George
2020-03-30
tools/pyboard.py: Add -d as an alias for --device.
Lars Kellogg-Stedman
2020-03-30
tools/pyboard.py: Support setting device/baudrate from shell env vars.
Lars Kellogg-Stedman
2020-03-26
docs/library: Add initial docs for uasyncio module.
Damien George
2020-03-11
py/modmicropython: Add heap_locked function to test state of heap.
Andrew Leech
2020-03-11
extmod/modbluetooth: Change scan result's "connectable" to "adv_type".
Damien George
2020-02-18
extmod/modbluetooth: Implement config getter for BLE rxbuf size.
Thomas Friebel
2020-02-16
docs/develop: Detail how to add symbols to mp_fun_table for native mods.
Thorsten von Eicken
2020-02-11
windows: Improve default search path.
stijn
2020-02-10
docs/library: Fix framebuf monochrome 1-bit modes, swapping HLSB/HMSB.
Peter Hinch
2020-02-04
unix/main: Add command-line -h option for printing help text.
David Lechner
2020-02-04
docs/unix: Add a new new quickref page for the UNIX port.
David Lechner
2020-02-03
docs/esp8266: In TCP tutorial, add HTTP response code and content-type.
Jesse Andrews
2020-01-22
esp32/modnetwork: Add max_clients kw-arg to WLAN.config for AP setting.
adzierzanowski
2020-01-22
docs/library/uos.rst: Improve block devices section, and ioctl ret vals.
Peter Hinch
2020-01-12
docs/library: Add / to indicate positional-only args in library docs.
Jason Neal
2020-01-12
docs/library/machine: Document machine.soft_reset() function.
Thorsten von Eicken
2020-01-12
docs/README: Add short paragraph about using readthedocs.
Thorsten von Eicken
2020-01-06
docs/library/machine.UART.rst: Detail timeout behaviour of read methods.
Jason Neal
2020-01-06
docs/library/machine.I2C.rst: Use positional-only arguments syntax.
Jason Neal
2020-01-06
docs: More consistent capitalization and use of articles in headings.
Jason Neal
2019-12-20
all: Bump version to 1.12.
v1.12
Damien George
2019-12-20
docs/esp32: Add quickref and full docs for esp32.RMT class.
Matt Trentini
2019-12-19
docs/develop: Add documentation on how to build native .mpy modules.
Damien George
2019-12-19
docs/reference: Add documentation describing use of .mpy files.
Damien George
2019-12-17
docs/esp8266/quickref: Add note that machine.RTC is not fully supported.
ketograph
2019-12-16
docs/library/uos.rst: Clarify why the extended interface exists.
Jim Mussared
2019-12-10
docs/library/uos: Add notes and links about littlefs failures.
Damien George
2019-12-10
docs/library/ubluetooth: Add note about API being under development.
Damien George
2019-12-09
docs/reference/filesystem: Add note and example about using filesystem.
Damien George
2019-12-09
docs/reference/filesystem: Fix typo in block device code example.
Daniel Mizyrycki
2019-12-05
extmod/modbluetooth: Allow setting ringbuf size via BLE.config(rxbuf=).
Damien George
2019-12-04
extmod/modbluetooth: Add optional 4th arg to gattc_write for write mode.
Damien George
2019-12-04
docs: Add littlefs docs and a filesystem tutorial.
Jim Mussared
2019-12-04
docs/library: Add docs for pyb.Flash class.
Jim Mussared
2019-12-04
docs/reference: Add docs describing use of pyboard.py.
Jim Mussared
2019-12-04
docs: Remove spaces on lines that are empty.
Damien George
2019-11-25
extmod/modbluetooth: Simplify management of pre-allocated event data.
Jim Mussared
2019-11-12
docs/library/ubluetooth: Fix name and link to FLAG_xxx constants.
Damien George
2019-11-07
docs/library/machine.SDCard.rst: Fix various typos.
Jim Mussared
2019-11-07
docs/templates/topindex.html: Replace usage of deprecated defindex.html.
Jim Mussared
2019-11-07
docs/conf.py: Fix path to favicon.ico.
Jim Mussared
2019-10-29
docs/library/ubluetooth: Add docs for gatts_set_buffer.
Jim Mussared
2019-10-29
docs/library: Add documentation for extended block device protocol.
Damien George
2019-10-23
docs: Move ubluetooth under "MicroPython-specific libraries".
Mike Wadsten
2019-10-22
docs/library/bluetooth: Rename to "ubluetooth".
Jim Mussared
2019-10-22
docs/library: Rename "array" module to "uarray".
Damien George
[next]