4440 Commits (7a4b10cc4ced3aa5562841536be897c0701012dc)
 

Author SHA1 Message Date
Daniel Campora a243d6b057 cc3200: Make socket stream methods return POSIX error codes. 9 years ago
Daniel Campora f738424403 cc3200: Remove superflous assignment since the result is not used. 9 years ago
Daniel Campora 753a8e8bc4 cc3200: Create /flash/cert folder if it doesn't exist. 9 years ago
Daniel Campora e955089da0 cc3200: Implement new OTA mechanism with 2 firmware update slots. 9 years ago
Dave Hylands 9309e609cd stmhal: Add qstr definition for ifconfig when building for WizNet 9 years ago
Damien George ade9a05236 py: Improve allocation policy of qstr data. 10 years ago
Paul Sokolovsky c48740e20b unix: modsocket: Implement inet_pton() in preference of inet_aton(). 9 years ago
Paul Sokolovsky b178dccb9c unix: modsocket: Implement recvfrom(). 9 years ago
Paul Sokolovsky 3b83aeb403 unix: modsocket: Implement sendto(). 9 years ago
Paul Sokolovsky 115afdb07d unix: socket.getaddrinfo: Port is unsigned value. 9 years ago
Daniel Campora cf814b2d34 cc3200: Refactor and clean-up socket closing code. 9 years ago
Daniel Campora ecb7f9fe58 cc3200: Set simplelink time and date when enabling WLAN. 9 years ago
Daniel Campora fa47bebfbc cc3200: Add struct weak link for ustruct. 9 years ago
Paul Sokolovsky 8eb802a55b unix: socket.getaddrinfo: Accept family & socktype arguments. 9 years ago
Daniel Campora af33ebb13b cc3200: Increment telnet Tx retry delay on every try. 9 years ago
Daniel Campora 9220dc466a cc3200: Correct udelay us to ticks calculation. 9 years ago
Daniel Campora d18ced9cdd cc3200: Use alternative HAL_Delay also when interrupts are disabled. 9 years ago
Damien George 7463442e58 docs: Update pyb.Accel doc to reflect changes and explain filtered_xyz. 9 years ago
Paul Sokolovsky 354d17523f modmachine: Implement physical memory access using /dev/mem (Linux, etc). 9 years ago
Daniel Campora a0a3de60be cc3200: Translate simplelink's socket error numbers to POSIX values. 9 years ago
Daniel Campora 5685b565c3 cc3200: Create /flash/sys and /flash/lib directories while booting. 9 years ago
Daniel Campora 76e52b5daf cc3200: Make update-wipy.py more robust. 9 years ago
Daniel Campora fa655ce196 cc3200: Improve interrupt handling and fix bug in HAL_Delay(). 9 years ago
Daniel Campora 194c8c761e cc3200: Increment interrupt stack size from 2K to 3K. 9 years ago
Dave Hylands 11115e4d23 stmhal: Add I2S support to make-pins.py 9 years ago
Dave Hylands c91727b75a tools: Fix pydfu.py to work with old and new versions of PyUSB 10 years ago
Dave Hylands 9f76dcd682 py: Prevent many extra vstr allocations. 10 years ago
Damien George ef7dd8db2d py/repl: Fix case where shorter names are shadowed by longer names. 9 years ago
Paul Sokolovsky 6ab8b63bdd tools/make-frozen.py: Use Python2-compatible shebang. 9 years ago
Damien George 68e8b595de tests: Catch ValueError instead of any exception to properly test error. 9 years ago
Damien George 722d4842df extmod/modubinascii: Re-use error string to reduce code size. 9 years ago
Paul Sokolovsky de575c80b9 tools/make-frozen.py: Actually make Python2-compatible. 9 years ago
Paul Sokolovsky 3a2e9f20f6 tools/make-frozen.py: Add Python2 compatibility. 9 years ago
Paul Sokolovsky 7e66b859b2 modstruct: Raise NotImplementedError for unsupported repeat specification. 9 years ago
Daniel Campora aaf7c5b35e cc3200/README.md: Improve make deploy instructions. 9 years ago
Daniel Campora c030e77861 cc3200: Enable base64 methods from modubinascii. 9 years ago
Daniel Campora 219a74c014 cc3200/README.md: Add notes about deploying a new software version. 9 years ago
Paul Sokolovsky 7370fd5560 ubinascii: Fix a shadowed variable case. 9 years ago
Paul Sokolovsky e284a95cc3 ubinascii: b2a_base64: Optimize away a modulo operation. 9 years ago
Galen Hazelwood 616986a5f3 extmod: Add a2b_base64 and b2a_base64 functions to ubinascii. 9 years ago
Paul Sokolovsky b19d273beb esp8266: Allow to easily override programming baudrate. 9 years ago
Daniel Campora 31b40eebe8 cc3200: Fix socket recv and recvfrom return value type. 9 years ago
Damien George 035deae1c6 py/objarray.c: Allow to build with debugging and bytearray but no array. 9 years ago
Daniel Campora 5161239c9f cc3200: time.sleep() now receives seconds, like CPython. 9 years ago
Daniel Campora 9a65fa304c cc3200: Add modussl, ssl sockets subclassed from normal sockets. 10 years ago
Daniel Campora 7c1c9af5d4 cc3200: Code clean-up on pybpin. 9 years ago
Daniel Campora 4f8eeaedef cc3200: Set WLAN date/time via the rtc.datetime method(). 10 years ago
Daniel Campora d680e28a11 cc3200: Optimize check for WLAN AP mode. 9 years ago
Daniel Campora 7fd538c1b6 cc3200: Raise an exception if trying to scan for networks in AP mode. 9 years ago
Daniel Campora f522849a4d cc3200: Add socket.timeout and socket.error exceptions. 9 years ago