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
/
pyb.rst
Age
Commit message (
Expand
)
Author
2020-08-21
docs: Change `\*` to `*` in argument lists.
Zenix27
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-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
2018-09-20
docs/library/pyb: Add deprecation warning for mount and old block proto.
Peter Hinch
2018-07-18
docs/library: Remove "only" directive from all pyb module docs.
Damien George
2018-02-01
docs/library/pyb.rst: Add note about availability of USB MSC-only mode.
Damien George
2017-07-15
docs,teensy: Use the name MicroPython consistently in documentation
Alexander Steffen
2017-06-27
docs/{esp,pyb,ubinascii}: Use markup adhering to the latest docs conventions.
Paul Sokolovsky
2017-02-06
stmhal: Add pyb.fault_debug() function, to control hard-fault behaviour.
Damien George
2016-08-29
docs/library: Add reference for pyb.usb_mode and pyb.USB_HID.
Philip Potter
2016-08-02
docs: Spelling mistakes
Mike Causer
2016-01-13
docs: Several minor changes: network, pyb, ADCAll and inline asm.
Peter Hinch
2015-10-17
docs: Update all WiPy docs to reflect the new API.
danicampora
2015-10-10
docs: Describe properly how MCU can be woken from pyb.standby() state.
Damien George
2015-06-16
docs: Add more documentation for the CC3200 in the pyb module.
Daniel Campora
2015-06-10
docs: Add initial draft documentation for the WiPy.
Daniel Campora
2015-04-21
docs: Document pyb.stop, pyb.standby and pyb.RTC.wakeup.
Damien George
2015-04-09
docs: Document pyb.main function to set main script.
Damien George
2015-02-13
stmhal: Add Python-configurable USB HID mode.
Damien George
2015-01-08
docs: Add note about maximum frequency of busses.
Damien George
2015-01-01
docs: Add quickref info about Servo; improve Servo docs.
Damien George
2014-12-27
stmhal: Add ability to mount custom block device.
Damien George
2014-12-08
stmhal: Enhance pyb.freq to configure bus (AHB, APB1, APB2) freqs.
Damien George
2014-11-02
stmhal: Improve pyb.freq to allow 8 and 16MHz (not usable with USB).
Damien George
2014-10-31
docs: Cleanup and update some docs.
Damien George
2014-10-31
docs: Import documentation from source-code inline comments.
Damien George