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
Age
Commit message (
Expand
)
Author
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
2016-01-29
docs: Update to say that Timer(3) is free, and detail LED intensity.
Damien George
2016-01-13
docs: Several minor changes: network, pyb, ADCAll and inline asm.
Peter Hinch
2016-01-04
docs: Include extra functions in time documentation for pyboard.
Henrik Sölver
2015-12-16
docs/library: Add network server example.
danicampora
2015-11-18
docs: Update docs for WiPy wlan.connect().
Noah
2015-11-09
docs/select: Document POLLIN/OUT/ERR/HUP.
Paul Sokolovsky
2015-10-31
docs/library/index.rst: Minimally adapt for unix port.
Paul Sokolovsky
2015-10-29
docs: select: Describe poll.poll() return value in detail.
Paul Sokolovsky
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-21
docs: Add remark about ssl sockets and standard sockets.
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-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-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
2015-09-10
cc3200: Add alternate functions list to Pin object.
Daniel Campora
2015-09-10
cc3200: Re-work Pin class according to the new API.
Daniel Campora
2015-08-16
cc3200: Rework SD API. Increase heap to avoid malloc failures.
Daniel Campora
2015-08-16
cc3200: Rename SPI nss param to cs.
Daniel Campora
2015-08-16
cc3200: Improve callback API.
Daniel Campora
2015-08-10
cc3200: Make ADC API compatible with the pyboard.
Daniel Campora
2015-08-09
cc3200: Improve support for WEP security.
Daniel Campora
2015-08-09
docs: Add i2c keywork arguments only indication.
Daniel Campora
2015-08-09
cc3200: Add nic.iwconfig() to set/get WLAN configuration.
Daniel Campora
2015-08-02
cc3200: Make I2C and SPI API the same as in stmhal.
Daniel Campora
2015-07-30
cc3200: Rename pins from GPIO to just GP.
Daniel Campora
2015-07-22
stmhal: Allow ADC.read_timed to take Timer object in place of freq.
Damien George
2015-07-21
stmhal: Allow DAC.write_timed to take Timer object in place of freq.
Damien George
2015-07-08
docs: Update pyb.Accel doc to reflect changes and explain filtered_xyz.
Damien George
2015-07-02
cc3200: time.sleep() now receives seconds, like CPython.
Daniel Campora
[prev]
[next]