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-07-25
docs/library: Update pyb.SPI init method to add descr about "ti" arg.
Howard Lovatt
2020-07-21
docs/library: Update documentation of esp32's RMT.
Jonathan Hogg
2020-07-20
docs/library: For ubluetooth, add docs for _IRQ_GATTS_INDICATE_DONE.
Jim Mussared
2020-07-18
docs/library: Add gatts_indicate() doc to ubluetooth.rst.
Jim Mussared
2020-06-30
docs/esp32: Add info about PWM duty cycle range to esp32 quickref.
spacemanspiff2007
2020-06-30
docs/library: Clarify that the arg to esp.deepsleep is in microseconds.
victor
2020-06-17
esp32/esp32_rmt: Extend RMT to support carrier feature.
Jon Rob
2020-06-10
docs/esp8266: Add quickref documentation for UART on esp8266.
Nick Crabtree
2020-06-10
extmod/uasyncio: Add asyncio.wait_for_ms function.
Damien George
2020-06-05
docs: Fix Sphinx 3.x warnings, and enable warnings-as-errors on build.
David Lechner
2020-06-05
extmod/modbluetooth: Ensure status=0 always on success.
Jim Mussared
2020-06-05
docs/library: Update ubluetooth for new events and discover by uuid.
Jim Mussared
2020-06-02
docs/reference: Add note about multiple exceptions when heap is locked.
Andrew Leech
2020-05-28
esp32/machine_sdcard: Add "freq" keyword arg to SDCard constructor.
cccc
2020-05-16
docs/develop: Fix module/source name in Makefile of native example.
Damien George
2020-05-11
extmod/modbluetooth: Add support for changing the GAP device name.
Damien George
2020-05-03
esp32: Improve support for OTA updates.
Thorsten von Eicken
2020-05-02
docs/library: Fix docs for machine.WDT to specify millisecond timeout.
Thorsten von Eicken
2020-04-30
docs/library: Note that machine.Pin.irq's hard arg may not be supported.
Damien George
2020-04-29
unix: Add support for modbluetooth and BLE using btstack.
Jim Mussared
2020-04-23
esp32/modesp32: Add idf_heap_info(capabilities) to esp32 module.
Thorsten von Eicken
2020-04-19
docs/library: Document that char_data/notify_data are also references.
Thomas Friebel
2020-04-13
extmod/uasyncio: Add Loop.new_event_loop method.
Damien George
2020-04-09
docs/library: Note that uasyncio.wait_for() can raise exception.
Peter Hinch
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
[next]