summaryrefslogtreecommitdiffstatshomepage
path: root/cc3200
Commit message (Collapse)AuthorAge
* cc3200: Append last 2 bytes of the MAC address to the default SSID.Daniel Campora2015-07-30
|
* cc3200: On ssl.read() or ssl.readall() ignore ssl layer closed error.Daniel Campora2015-07-30
|
* cc3200: Switch to 1 byte hash for QSTRs.Daniel Campora2015-07-30
|
* cc3200: Add socket.makefile()Daniel Campora2015-07-30
|
* cc3200: Rename pins from GPIO to just GP.Daniel Campora2015-07-30
| | | | | | This is how the names will be printed on the sticker that goes on top of the EMI shield. The shorter names also help saving a few bytes of RAM and ROM.
* cc3200: Add socket.sendall() (aliases to send()).Daniel Campora2015-07-17
| | | | | Simplelink's socket send checks for the size of the packet and sends it in chunks if the size is too large.
* cc3200: Make socket stream methods return POSIX error codes.Daniel Campora2015-07-16
|
* cc3200: Remove superflous assignment since the result is not used.Daniel Campora2015-07-15
|
* cc3200: Create /flash/cert folder if it doesn't exist.Daniel Campora2015-07-15
|
* cc3200: Implement new OTA mechanism with 2 firmware update slots.Daniel Campora2015-07-15
|
* cc3200: Refactor and clean-up socket closing code.Daniel Campora2015-07-10
|
* cc3200: Set simplelink time and date when enabling WLAN.Daniel Campora2015-07-10
|
* cc3200: Add struct weak link for ustruct.Daniel Campora2015-07-10
|
* cc3200: Increment telnet Tx retry delay on every try.Daniel Campora2015-07-09
|
* cc3200: Correct udelay us to ticks calculation.Daniel Campora2015-07-08
|
* cc3200: Use alternative HAL_Delay also when interrupts are disabled.Daniel Campora2015-07-08
|
* cc3200: Translate simplelink's socket error numbers to POSIX values.Daniel Campora2015-07-07
|
* cc3200: Create /flash/sys and /flash/lib directories while booting.Daniel Campora2015-07-07
|
* cc3200: Make update-wipy.py more robust.Daniel Campora2015-07-07
|
* cc3200: Improve interrupt handling and fix bug in HAL_Delay().Daniel Campora2015-07-07
|
* cc3200: Increment interrupt stack size from 2K to 3K.Daniel Campora2015-07-07
|
* cc3200/README.md: Improve make deploy instructions.Daniel Campora2015-07-04
|
* cc3200: Enable base64 methods from modubinascii.Daniel Campora2015-07-04
|
* cc3200/README.md: Add notes about deploying a new software version.Daniel Campora2015-07-04
|
* cc3200: Fix socket recv and recvfrom return value type.Daniel Campora2015-07-02
|
* cc3200: time.sleep() now receives seconds, like CPython.Daniel Campora2015-07-02
|
* cc3200: Add modussl, ssl sockets subclassed from normal sockets.Daniel Campora2015-07-02
| | | | Stream methods were added to normal sockets as in the unix port.
* cc3200: Code clean-up on pybpin.Daniel Campora2015-07-02
|
* cc3200: Set WLAN date/time via the rtc.datetime method().Daniel Campora2015-07-02
| | | | WLAN needs time info when validating certificates.
* cc3200: Optimize check for WLAN AP mode.Daniel Campora2015-07-02
|
* cc3200: Raise an exception if trying to scan for networks in AP mode.Daniel Campora2015-07-02
|
* cc3200: Add socket.timeout and socket.error exceptions.Daniel Campora2015-07-02
|
* cc3200: Add CA, certificate and key files to the updater list.Daniel Campora2015-06-30
|
* cc3200: Correct socket settimeout time format.Daniel Campora2015-06-29
|
* cc3200: Adapt update-wipy.py timing to improve stability.Daniel Campora2015-06-28
|
* cc3200: Add `Pin.name()` method.Daniel Campora2015-06-28
|
* cc3200: Enable more features to improve compatibility with stmhal.Daniel Campora2015-06-28
|
* cc3200: Add deploy target and improve robustness of update-wipy.py.Daniel Campora2015-06-24
|
* cc3200: Create tools folder and add update-wipy.py script.Daniel Campora2015-06-24
| | | | | | This script is used by Jenkins to update the WiPy with the newly built firmware before running the tests. It's not placed in the common tools folder because it is very WiPy specific.
* cc3200: Remove --specs=nano.specs linker flag.Daniel Campora2015-06-18
|
* docs: Add more documentation for the CC3200 in the pyb module.Daniel Campora2015-06-16
|
* cc3200: In Timer.callback() only use value param if in edge count mode.Daniel Campora2015-06-16
|
* cc3200/README.md: Specify the board name in the build command.Daniel Campora2015-06-11
|
* cc3200: Rename os.mkdisk() to os.mkfs().Daniel Campora2015-06-10
|
* cc3200: Remove Timer.AB constant.Daniel Campora2015-06-10
| | | | Timer.A and Timer.B can be ORed for this purpose.
* cc3200: Clarify notes about the extended functionality of uhashlib.Daniel Campora2015-06-10
|
* cc3200: Re-name pyb.hard_reset() to pyb.reset().Daniel Campora2015-06-10
|
* cc3200: Use the pull up/down resistors on the antenna selection pins.Daniel Campora2015-06-10
|
* cc3200: Fix bootloader build error.Daniel Campora2015-06-10
|
* cc3200: Add sendbreak method to the UART.Daniel Campora2015-06-10
|