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-07-20
Use $(MAKE) for invoking sub-make
Sven Wegener
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
2018-03-15
stm32/can: Add "auto_restart" option to constructor and init() method.
Damien George
2018-03-15
docs/library/pyb.CAN: Update markup to use latest doc conventions.
Damien George
2018-03-15
docs: Fix some references and RST markup to eliminate Sphinx warnings.
Damien George
2018-03-12
extmod/vfs_fat: Add file size as 4th element of uos.ilistdir tuple.
Tom Collins
2018-03-09
docs/reference/repl.rst: Fix some minor errors in the REPL tutorial.
Damien George
2018-03-07
docs/library/uos: Document mount, umount, VfsFat and block devices.
Damien George
2018-03-07
docs/library/uos: Create sections for distinct parts and document uname.
Damien George
2018-03-05
docs/library/micropython: Describe optimisation levels for opt_level().
Damien George
2018-03-05
docs/library/usocket: Make xref to uerrno explicitly a module reference.
Damien George
2018-02-26
esp8266/modnetwork: Implement WLAN.status('rssi') for STA interface.
Damien George
2018-02-15
docs/library/ujson: Document dump() and load() functions.
Damien George
2018-02-15
docs/library/ujson: Update to conform with docs conventions.
Damien George
2018-02-15
docs/esp8266: Add a note concerning GPIO16 pull capabilities.
Olivier Ortigues
2018-02-15
docs/esp8266: Update PWM doc regarding clipping of min/max values.
Olivier Ortigues
2018-02-01
docs/library/pyb.rst: Add note about availability of USB MSC-only mode.
Damien George
2017-12-23
docs/library/index: Elaborate uPy libraries intro.
Paul Sokolovsky
2017-12-16
docs/packages: Explicitly recommend usage of setuptools instead of distutils.
Paul Sokolovsky
2017-12-16
docs/packages: Use "install_dir/" in examples.
Paul Sokolovsky
2017-12-16
docs/conf: Reference CPython 3.5 docs.
Paul Sokolovsky
2017-12-15
docs/glossary: micropython-lib: Clarify wording.
Paul Sokolovsky
2017-12-14
docs/packages: mpy_bin2res no longer required to create resources.
Paul Sokolovsky
2017-12-14
extmod/modframebuf: Add 8-bit greyscale format (GS8).
Damien George
2017-12-14
extmod/modframebuf: Add 2-bit color format (GS2_HMSB).
Petr Viktorin
2017-12-13
docs/esp8266/tutorial: Fix typo, change -> changed.
Ryan Finnie
2017-12-13
docs/packages: Add quick "Creating distribution packages" section.
Paul Sokolovsky
2017-12-11
docs/reference/packages: Add chapter on distribution packages and deployment.
Paul Sokolovsky
[next]