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
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
2018-10-13
docs/machine.Pin: Add note regarding irq handler argument.
Peter Hinch
2018-10-13
lib/utils/pyexec: Forcefully unlock the heap if locked and REPL active.
Damien George
2018-10-05
docs/uselect: Describe more aspects of poll.register/modify behavior.
Paul Sokolovsky
2018-10-01
docs/wipy: Fix links to network.Server, and markup for boot.py.
Damien George
2018-10-01
docs: Remove sphinx_selective_exclude, it's no longer used.
Damien George
2018-10-01
docs: Unify all the ports into one set of documentation.
Damien George
2018-09-27
docs/library/network: Make AbstractNIC methods layout correctly.
Damien George
2018-09-27
docs/library/network: Move specific network classes to their own file.
Damien George
2018-09-26
docs/library/machine.SPI: Add note about baudrate imprecision.
Peter Hinch
2018-09-20
docs/pyboard: Fix to use Sphinx style for internal/external links.
Damien George
2018-09-20
docs/library/pyb: Add deprecation warning for mount and old block proto.
Peter Hinch
2018-08-14
docs/library/machine.UART.rst: Specify optional txbuf and rxbuf args.
Damien George
2018-08-04
docs/library/machine.I2C.rst: Clarify availability of primitive I2C ops.
Peter Hinch
2018-07-31
docs: Move WiPy specific Timer class to separate doc file.
Damien George
2018-07-20
docs/library/machine: Remove conditionals in machine class index.
Damien George
2018-07-20
docs/reference/index: Remove conditional for inline asm docs.
Damien George
2018-07-20
docs/library/index: Add hint about using help('modules') for discovery.
Damien George
2018-07-20
docs/library/index: Remove all conditionals from library index.
Damien George
2018-07-18
docs/library/machine: Remove conditional docs for rng function.
Damien George
2018-07-18
docs/library/machine: Remove conditional docs for wake_reason function.
Damien George
2018-07-18
docs/library/machine.UART: Remove conditional docs for wipy port.
Damien George
2018-07-18
docs/library/pyb.DAC: Fix typo in markup to balance quotes.
Damien George
2018-07-18
docs/library: Remove "only" directive from all pyb module docs.
Damien George
2018-07-10
docs/pyboard: For latex build, use smaller quickref jpg, and no gifs.
Damien George
2018-07-02
docs/ure: Document some more supported regex operators.
Damien George
2018-07-02
docs/ure: Document sub(), groups(), span(), start() and end().
Damien George
2018-06-28
docs/uos: Make it clear that block device block_num param is an index.
Damien George
2018-06-27
extmod/moducryptolib: Optionally export MODE_* constants to Python.
Yonatan Goldschmidt
2018-06-27
docs/usocket: Minor fixes to grammar of getaddrinfo.
Damien George
2018-06-27
docs/usocket: getaddrinfo: Describe af/type/proto optional params.
Paul Sokolovsky
2018-06-27
docs/ucryptolib: Add docs for new ucryptolib module.
Paul Sokolovsky
2018-06-26
docs/library: Add documentation for ucollections.deque.
Damien George
2018-06-25
docs/esp8266: Fix minor typo in "certificates".
jcea
2018-05-21
stm32/rtc: Don't try to set SubSeconds value on RTC.
Damien George
2018-05-11
docs: Bump version to 1.9.4.
v1.9.4
Damien George
2018-04-26
docs/library: Add ussl module to library index for unix port.
Damien George
2018-04-20
docs/library/pyb.ADC: Fix typo of "prarmeter".
Damien George
2018-04-20
docs/library/pyb.ADC: Remove outdated ADCAll code example.
Peter Hinch
2018-04-11
stm32/dac: Add buffering argument to constructor and init() method.
Damien George
2018-04-11
stm32/adc: Optimise read_timed_multi() by caching buffer pointers.
Damien George
2018-04-11
stm32/adc: Add read_timed_multi() static method, with docs and tests.
Peter Hinch
2018-04-10
docs/library/pyb.ADC.rst: Document new features for ADCAll.
T S
2018-03-19
stm32/can: Add "list" param to CAN.recv() to receive data inplace.
Damien George
2018-03-16
docs/library/pyb.CAN: Clean up documentation of data constants.
Damien George
2018-03-16
stm32/can: Add CAN.info() method to retrieve error and tx/rx buf info.
Damien George
2018-03-16
stm32/can: Add CAN.state() method to get the state of the controller.
Damien George
2018-03-15
stm32/can: Add CAN.restart() method so controller can leave bus-off.
Damien George
[next]