index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
library
Age
Commit message (
Expand
)
Author
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-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: 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-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
2019-10-16
docs: Fix spelling in various parts of the docs.
Mike Causer
2019-10-16
docs/library: Clarify relation between machine and port-specific mods.
Peter Hinch
2019-10-16
docs/library/bluetooth.rst: Fix typo in HR/UART services example.
Damien George
2019-10-15
extmod/modbluetooth: Make gap_disconnect not raise when disconnected.
Jim Mussared
2019-10-15
docs/library/bluetooth.rst: Explain how to increase char buffer size.
Jim Mussared
2019-10-15
docs/library/bluetooth.rst: Clarify gap_advertise adv_data behavior.
Jim Mussared
2019-10-11
docs/library/bluetooth: Add initial BLE documentation.
Jim Mussared
2019-09-26
docs/library/pyb.USB_VCP.rst: Add info about id and flow params.
Damien George
2019-09-11
docs/library/pyb.rst: Update pyb.usb_mode() to mention VCP+MSC+HID.
Damien George
2019-09-10
docs/library/pyb.rst: Update docs for pyb.usb_mode() function.
Damien George
2019-09-04
docs/library: Specify new machine.ADC class.
Damien George
2019-09-04
docs: Rename machine.ADC docs to machine.ADCWiPy.
Damien George
2019-09-03
docs/library/pyb.DAC.rst: Correct frequency for triangle mode output.
Jim Mussared
2019-08-20
esp32: Add esp32.Partition class to expose partition and OTA funcs.
Damien George
2019-08-15
docs/library: Document that sys.version_info returns a 3-tuple only.
Tom McDermott
2019-08-15
docs/library/sys: Add documentation for sys.atexit function.
Damien George
2019-07-31
docs/library/framebuf: Add missing module reference in example code.
Arsenijs
2019-07-17
py/scheduler: Rename sched_stack to sched_queue.
Jim Mussared
2019-06-17
esp32/machine_sdcard: Fix bug in SPI slot number selection.
Nicko van Someren
2019-06-03
docs/machine: Add initial docs for new machine.SDCard class.
Nicko van Someren
2019-05-20
docs/machine.I2C: Add writevto method to write a vector of byte bufs.
Damien George
2019-05-07
stm32/machine_uart: Change default UART timeout to 0, for non blocking.
Damien George
2019-05-06
extmod/moducryptolib: Add AES-CTR support.
Yonatan Goldschmidt
2019-03-14
docs/library/machine.Pin: Add PULL_HOLD constant to possible pin pulls.
Damien George
2019-02-26
docs/uos: Document extra requirements on stream objs passed to dupterm.
Yonatan Goldschmidt
2019-02-08
docs/ure: Fix match.group signature to indicate index param is required.
Yonatan Goldschmidt
2019-01-27
docs/machine: Change sleep to lightsleep and add timeout arguments.
Damien George
2019-01-25
docs/library: Add documentation for esp32 module.
Damien George
2019-01-25
docs: Add initial docs for esp32 port, including quick-ref and general.
Matt Trentini
2018-12-13
docs/ure: Fully describe supported syntax subset, add example.
Paul Sokolovsky
2018-10-23
docs/library/uctypes: Add examples and make general updates.
Paul Sokolovsky
2018-10-19
docs/pyb.Pin: Minor typo fix to specify Pin in pyb.Pin.cpu.
Dave Hylands
2018-10-18
docs/uio: Document StringIO/BytesIO(alloc_size) constructors.
Paul Sokolovsky
2018-10-15
docs/machine.Pin: Document "hard" argument of Pin.irq method.
Peter Hinch
[next]