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
/
mods
Age
Commit message (
Expand
)
Author
2015-08-16
cc3200: Correct WLAN constructor argument checking.
Daniel Campora
2015-08-16
cc3200: Fix typo in modpyb.
Daniel Campora
2015-08-16
cc3200: Make sure to update sleep objects when registered.
Daniel Campora
2015-08-16
cc3200: Small renaming in wdt functions for the sake of consistency.
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-16
cc3200: Server side SSL socket requires both certfile and keyfile.
Daniel Campora
2015-08-10
cc3200: Make ADC API compatible with the pyboard.
Daniel Campora
2015-08-09
cc3200: Refactor PRCM special user bits implementation.
Daniel Campora
2015-08-09
cc3200: Improve support for WEP security.
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: Append last 2 bytes of the MAC address to the default SSID.
Daniel Campora
2015-07-30
cc3200: On ssl.read() or ssl.readall() ignore ssl layer closed error.
Daniel Campora
2015-07-30
cc3200: Add socket.makefile()
Daniel Campora
2015-07-30
cc3200: Rename pins from GPIO to just GP.
Daniel Campora
2015-07-17
cc3200: Add socket.sendall() (aliases to send()).
Daniel Campora
2015-07-16
cc3200: Make socket stream methods return POSIX error codes.
Daniel Campora
2015-07-10
cc3200: Refactor and clean-up socket closing code.
Daniel Campora
2015-07-10
cc3200: Set simplelink time and date when enabling WLAN.
Daniel Campora
2015-07-07
cc3200: Translate simplelink's socket error numbers to POSIX values.
Daniel Campora
2015-07-07
cc3200: Improve interrupt handling and fix bug in HAL_Delay().
Daniel Campora
2015-07-04
cc3200: Enable base64 methods from modubinascii.
Daniel Campora
2015-07-02
cc3200: Fix socket recv and recvfrom return value type.
Daniel Campora
2015-07-02
cc3200: time.sleep() now receives seconds, like CPython.
Daniel Campora
2015-07-02
cc3200: Add modussl, ssl sockets subclassed from normal sockets.
Daniel Campora
2015-07-02
cc3200: Code clean-up on pybpin.
Daniel Campora
2015-07-02
cc3200: Set WLAN date/time via the rtc.datetime method().
Daniel Campora
2015-07-02
cc3200: Optimize check for WLAN AP mode.
Daniel Campora
2015-07-02
cc3200: Raise an exception if trying to scan for networks in AP mode.
Daniel Campora
2015-07-02
cc3200: Add socket.timeout and socket.error exceptions.
Daniel Campora
2015-06-29
cc3200: Correct socket settimeout time format.
Daniel Campora
2015-06-28
cc3200: Add `Pin.name()` method.
Daniel Campora
2015-06-16
docs: Add more documentation for the CC3200 in the pyb module.
Daniel Campora
2015-06-16
cc3200: In Timer.callback() only use value param if in edge count mode.
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: Clarify notes about the extended functionality of uhashlib.
Daniel Campora
2015-06-10
cc3200: Re-name pyb.hard_reset() to pyb.reset().
Daniel Campora
2015-06-10
cc3200: Use the pull up/down resistors on the antenna selection pins.
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-10
cc3200: Change MP_OBJ_NULL for mp_const_none in params default value.
Daniel Campora
2015-06-10
cc3200: Only kick the WDT if it's actually running.
Daniel Campora
2015-06-10
cc3200: Add contructor to the HeartBeat class.
Daniel Campora
2015-06-08
cc3200: Wrap antenna_init0() with #if MICROPY_HW_ANTENNA_DIVERSITY.
Daniel Campora
2015-06-07
cc3200: Re-config antenna selection when waking from suspended mode.
Daniel Campora
2015-06-07
cc3200: Add antenna selection feature to WLAN.
Daniel Campora
2015-06-04
cc3200: Do not kick the watchdog inside the idle task.
Daniel Campora
[next]