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
2016-04-17
docs/machine: reset_cause() has been implemented for esp8266.
Paul Sokolovsky
2016-04-15
docs/speed_python: Add article.
Paul Sokolovsky
2016-04-15
docs/speed_python: Add many more details on memoryviews.
Paul Sokolovsky
2016-04-15
docs/speed_python: Generalize "Floating point" subsection.
Paul Sokolovsky
2016-04-15
docs/speed_python: Clarify/generalize "Buffers" subsection.
Paul Sokolovsky
2016-04-15
docs/machine: Start to update for esp8266 port.
Paul Sokolovsky
2016-04-15
docs/esp: Enumerate flash access functions.
Paul Sokolovsky
2016-04-13
stmhal: Properly handle RTS/CTS flow control for buf/unbuf transfers.
Peter Hinch
2016-04-11
docs: Bump version to 1.7.
v1.7
Damien George
2016-04-07
docs: esp8266: Enable "machine" module docs.
Paul Sokolovsky
2016-04-07
docs/ubinascii: Document non-standard "sep" argument to hexlify().
Paul Sokolovsky
2016-04-05
docs/esp8266/quickref: Add note about physical vs logical pin numbers.
Paul Sokolovsky
2016-04-05
docs/ubinascii: Document a2b_base64(), b2a_base64().
Paul Sokolovsky
2016-04-03
docs/machine: Change wording to be a bit more port-neutral.
Paul Sokolovsky
2016-04-03
docs/os: Change wording to be a bit more port-neutral.
Paul Sokolovsky
2016-04-03
docs: esp8266: esp.socket is deprecated, remove from docs.
Paul Sokolovsky
2016-04-03
docs: Update copyright notice.
Paul Sokolovsky
2016-03-30
docs: network: esp8266: .scan() is now synchronous and returns result list.
Paul Sokolovsky
2016-03-30
docs: network: esp8266: status is WLAN object method.
Paul Sokolovsky
2016-03-28
docs: Correct pin interrupt example code for the WiPy.
danicampora
2016-03-27
docs/esp8266: esp.mac() replaced with network.WLAN.mac().
Paul Sokolovsky
2016-03-27
docs/esp8266: esp.wifi_mode() replaced with network.WLAN.active().
Paul Sokolovsky
2016-03-27
docs/esp8266: phy_mode() moved to network module.
Paul Sokolovsky
2016-03-25
docs/esp8266/quickref: Add note about GPIO16.
Paul Sokolovsky
2016-03-25
docs/esp8266/quickref: Note that timers supported are virtual ones.
Paul Sokolovsky
2016-03-25
docs/esp: Remove getaddrinfo(), now in socket module as expected.
Paul Sokolovsky
2016-03-25
docs: More standard modules for esp8266.
Paul Sokolovsky
2016-03-25
docs/network: esp8266: Update docs on WLAN constructor.
Paul Sokolovsky
2016-03-25
docs: Add standard modules list for esp8266.
Paul Sokolovsky
2016-03-25
docs/topindex.html: Refer to "pyb" module only for pyboard.
Paul Sokolovsky
2016-03-17
docs: Update pyb.UART.any() to mention that it returns character count.
Peter Hinch
2016-03-17
docs: Mention that pyb.SPI constructor accepts "X" and "Y" arguments.
Peter Hinch
2016-03-17
docs: Update pyb.I2C constructor to reflect changes in Pyboard Lite.
Peter Hinch
2016-03-17
docs: Update asm tutorial, maximum number of allowed args is now 4.
Peter Hinch
2016-03-16
docs/esp8266: Update quick reference: i2c.readfrom and neopixel example.
Damien George
2016-03-11
docs: Add Python speed optimisation guide, including minimal viper ref.
Peter Hinch
2016-03-11
docs: Update details on using ADCAll object for vref/vbat channels.
Peter Hinch
2016-03-11
docs: Update asm_thumb2_hints_tips re return type of asm funcs.
Peter Hinch
2016-03-09
docs/esp8266: Fix indent errors, typos, and add info about REPL UART.
Damien George
2016-03-09
docs: Allow list of versions to be specified by environment variable.
Damien George
2016-03-09
docs: Add versions.html template and support code for a version sidebar.
Damien George
2016-03-09
docs/esp8266: Minor tweaks to quickref, Timer and I2C classes.
Damien George
2016-03-08
docs: Add esp8266 quick reference page, with basic info.
Damien George
2016-03-02
docs/uctypes.rst: Fix typo (steamlined -> streamlined).
Noah Rosamilia
2016-02-23
docs: Correct machine.Timer code examples related to duty cycle.
danicampora
2016-02-23
docs: Add note on machine.Timer class regarding PWM output pins.
danicampora
2016-02-22
cc3200: Rename 'server' class to 'Server' for consistency.
danicampora
2016-02-22
docs: Minor change to improve clarity in machine.Timer docs.
danicampora
2016-02-21
docs: Correct WiPy Timer docs.
danicampora
2016-02-21
cc3200: Simplify the Timer API and correct the documents.
danicampora
[next]