index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
Age
Commit message (
Expand
)
Author
2015-11-23
docs: Bump version to 1.5.1.
v1.5.1
Damien George
2015-11-18
docs/wipy: Make wifi/wlan naming consistent with tutorial.rst.
Chris Liechti
2015-11-18
docs/wipy: Add warning about losing wlan connection when changing mode.
Jason Hildebrand
2015-11-18
docs: Update docs for WiPy wlan.connect().
Noah
2015-11-18
docs/wipy: Fixed some typos in the WiPy's tutorials.
Dave Hylands
2015-11-10
docs: Fix a typo in the REPL documentation.
Dave Hylands
2015-11-09
docs/select: Document POLLIN/OUT/ERR/HUP.
Paul Sokolovsky
2015-11-07
lib/mp-readline: Make it easy to exit auto-indent mode by pressing enter.
Damien George
2015-11-03
docs: Add docs about REPL paste-mode and Control-C
Dave Hylands
2015-11-03
docs: Move instructions on generating the documentation to docs/README.md
Dave Hylands
2015-10-31
docs/library/index.rst: Minimally adapt for unix port.
Paul Sokolovsky
2015-10-31
docs: Actually add unix port indexes, so docs for it could be generated.
Paul Sokolovsky
2015-10-29
docs: select: Describe poll.poll() return value in detail.
Paul Sokolovsky
2015-10-26
docs/wipy: Fix bug in example code and add note regarding OTA.
danicampora
2015-10-26
docs/wipy: Fix several typos and change some pyboard to WiPy.
Martijn Koster
2015-10-25
docs/wipy: Fix several typos.
Martijn Koster
2015-10-25
docs/wipy: Fix error in WLAN quickref.
danicampora
2015-10-25
docs: USB_VCP: Always in non-blocking mode, clarify stream method returns.
Paul Sokolovsky
2015-10-25
docs: Explicitly specify behavior of UART stream protocol methods on timeout.
Paul Sokolovsky
2015-10-22
docs: Correct machine.RTC examples.
danicampora
2015-10-22
docs: Fix typos on wipy docs.
danicampora
2015-10-22
docs/wipy: Correct typo in safe boot description.
danicampora
2015-10-21
docs/wipy: Remove windows instructions that refer to the pyboard.
danicampora
2015-10-21
docs: Add remark about ssl sockets and standard sockets.
danicampora
2015-10-21
docs: Bump version to 1.5.
v1.5
Damien George
2015-10-21
docs/wipy: Fix formatting indentation.
danicampora
2015-10-21
docs/wipy: Remove incorrect references to usb configuration.
danicampora
2015-10-21
docs/wipy: Add more tutorials and examples.
danicampora
2015-10-21
docs: Remove remaining references to 'af', which is now 'alt'.
danicampora
2015-10-21
docs: Several corrections to the classes in the machine module.
danicampora
2015-10-21
docs: Add usocket and ussl modules' documentation.
danicampora
2015-10-19
cc3200: WLAN class can retrieve the existing instance.
danicampora
2015-10-19
docs/wipy: Add wipy tutorials section.
danicampora
2015-10-19
docs: Add wipy and network.server documentation.
danicampora
2015-10-18
docs: In top index fix machine module link for the WiPy.
danicampora
2015-10-17
docs: Update all WiPy docs to reflect the new API.
danicampora
2015-10-13
docs: Fix formatting of DAC code examples.
Damien George
2015-10-13
stmhal: Allow to set bits resolution for DAC; 8 is default, can have 12.
Damien George
2015-10-10
docs: Describe properly how MCU can be woken from pyb.standby() state.
Damien George
2015-10-06
docs: Update esp8266 documentation to match the code.
Radomir Dopieralski
2015-09-23
docs: Bump version to 1.4.6.
v1.4.6
Damien George
2015-09-21
cc3200: New SD and RTC API plus os and time modules' extensions.
Daniel Campora
2015-09-16
docs: Adapt WiPy's ADC doc and quickref to the new API.
Daniel Campora
2015-09-16
cc3200: New SPI API.
Daniel Campora
2015-09-16
docs/wipy: Add pins to the I2C constructor.
Daniel Campora
2015-09-16
cc3200: New WDT API.
Daniel Campora
2015-09-16
cc3200: Add UART.ODD and UART.EVEN to select parity.
Daniel Campora
2015-09-16
cc3200: Replace Pin.PULL_NONE with None.
Daniel Campora
2015-09-16
docs: Update I2C and UART docs to match the new API.
Daniel Campora
2015-09-10
cc3200: New UART API plus related test.
Daniel Campora
[next]