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
/
cc3200
/
qstrdefsport.h
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2016-04-16
py: Add rules for automated extraction of qstrs from sources.
Jan Čapek
2016-02-22
cc3200: Rename 'server' class to 'Server' for consistency.
danicampora
2016-02-21
cc3200: Simplify the Timer API and correct the documents.
danicampora
2016-02-21
cc3200: Finally fix the Timer class API.
danicampora
2015-12-18
ports: Rename "machine" module to "umachine".
Paul Sokolovsky
2015-11-09
stmhal/moduselect: Expose POLLIN/OUT/ERR/HUP constants.
Paul Sokolovsky
2015-10-21
cc3200: Clean-up socket constants.
danicampora
2015-10-19
docs: Add wipy and network.server documentation.
danicampora
2015-10-19
cc3200: Refactor network module to make the server a propper object.
danicampora
2015-10-19
cc3200: Create wipy module, remove HeartBeat class.
danicampora
2015-10-17
cc3200: In scan results rename 'auth' field to 'sec'.
danicampora
2015-09-27
cc3200: Disable uheapq and uhashlib.
Daniel Campora
2015-09-27
cc3200: Rename pyb module to machine.
Daniel Campora
2015-09-27
cc3200: Implement support for os.dupterm().
Daniel Campora
2015-09-27
cc3200: New WLAN API including test.
Daniel Campora
2015-09-27
cc3200: New irq API, affects all classes that provide the irq method.
Daniel Campora
2015-09-21
cc3200: New SD and RTC API plus os and time modules' extensions.
Daniel Campora
2015-09-16
cc3200: New ADC API.
Daniel Campora
2015-09-16
cc3200: New SPI API.
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
cc3200: Default peripheral ID support on I2C.
Daniel Campora
2015-09-16
cc3200: Make UART choose default id when not given.
Daniel Campora
2015-09-10
cc3200: New I2C 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-09-10
cc3200: Add alt param to Pin constructor.
Daniel Campora
2015-09-10
cc3200: Implement new Pin 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: 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: Add socket.makefile()
Daniel Campora
2015-07-17
cc3200: Add socket.sendall() (aliases to send()).
Daniel Campora
2015-07-10
cc3200: Add struct weak link for ustruct.
Daniel Campora
2015-07-04
cc3200: Enable base64 methods from modubinascii.
Daniel Campora
2015-07-02
cc3200: Add modussl, ssl sockets subclassed from normal sockets.
Daniel Campora
2015-07-02
cc3200: Add socket.timeout and socket.error exceptions.
Daniel Campora
2015-06-28
cc3200: Add `Pin.name()` method.
Daniel Campora
2015-06-10
cc3200: Rename os.mkdisk() to os.mkfs().
Daniel Campora
2015-06-10
cc3200: Remove Timer.AB constant.
Daniel Campora
2015-06-10
cc3200: Re-name pyb.hard_reset() to pyb.reset().
Daniel Campora
2015-06-10
cc3200: Add sendbreak method to the UART.
Daniel Campora
2015-06-10
cc3200: Make UART API more similar to stmhal.
Daniel Campora
[next]