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
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
2015-06-07
cc3200: Add antenna selection feature to WLAN.
Daniel Campora
2015-06-03
cc3200: Add method to configure the servers timeout.
Daniel Campora
2015-05-29
cc3200: Add period set method to the Timer class.
Daniel Campora
2015-05-29
cc3200: Rename pyb.reset() to pyb.hard_reset() and add pyb.unique_id().
Daniel Campora
2015-05-28
cc3200: Rename Pin.get_config() to Pin.info().
Daniel Campora
2015-05-27
cc3200: Add make_new method to the WDT.
Daniel Campora
2015-05-26
cc3200: Use polarity and phase instead of submode in the SPI construct.
Daniel Campora
2015-05-25
cc3200: Make API more similar to stmhal.
Daniel Campora
2015-05-22
cc3200: Finally unlock the full wake on WLAN feature set.
Daniel Campora
2015-05-22
cc3200: Add own ubinascii module.
Daniel Campora
2015-05-21
cc3200: Remove uhashlib.hexdigest().
Daniel Campora
2015-05-20
cc3200: Add uhashlib. Supports SHA1 and SHA256.
Daniel Campora
2015-05-20
cc3200: Rewrite WLAN.ifconfig(). Add WLAN.info() and WLAN.connections().
Daniel Campora
2015-05-17
cc3200: Re-name 'intmode' to 'mode' in the callback API.
Daniel Campora
2015-05-17
cc3200: Add Timer module. Supports free running, PWM and capture modes.
Daniel Campora
2015-05-17
cc3200: Add os.rename()
Daniel Campora
2015-05-07
cc3200: Enable MICROPY_MODULE_WEAK_LINKS.
Daniel Campora
[next]