aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-20stmhal: Move HAL Cube files to f4/ subdir, keeping only those we use.Damien George
2015-07-20CODECONVENTIONS: Add a short section about how to allocate heap memory.Damien George
2015-07-20esp8266: Use m_new/m_renew/m_del funcs instead of private gc_xxx.Damien George
2015-07-20py: Make qstr hash size configurable, defaults to 2 bytes.Damien George
2015-07-19modbuiltins: Implement round() to precision.Sebastian Plamauer
2015-07-19esp8266: modesp: Update for gc_realloc() refactor.Paul Sokolovsky
2015-07-17cc3200: Add socket.sendall() (aliases to send()).Daniel Campora
2015-07-16cc3200: Make socket stream methods return POSIX error codes.Daniel Campora
2015-07-15cc3200: Remove superflous assignment since the result is not used.Daniel Campora
2015-07-15cc3200: Create /flash/cert folder if it doesn't exist.Daniel Campora
2015-07-15cc3200: Implement new OTA mechanism with 2 firmware update slots.Daniel Campora
2015-07-14stmhal: Add qstr definition for ifconfig when building for WizNetDave Hylands
2015-07-14py: Improve allocation policy of qstr data.Damien George
2015-07-15unix: modsocket: Implement inet_pton() in preference of inet_aton().Paul Sokolovsky
2015-07-14unix: modsocket: Implement recvfrom().Paul Sokolovsky
2015-07-12unix: modsocket: Implement sendto().Paul Sokolovsky
2015-07-11unix: socket.getaddrinfo: Port is unsigned value.Paul Sokolovsky
2015-07-10cc3200: Refactor and clean-up socket closing code.Daniel Campora
2015-07-10cc3200: Set simplelink time and date when enabling WLAN.Daniel Campora
2015-07-10cc3200: Add struct weak link for ustruct.Daniel Campora
2015-07-10unix: socket.getaddrinfo: Accept family & socktype arguments.Paul Sokolovsky
2015-07-09cc3200: Increment telnet Tx retry delay on every try.Daniel Campora
2015-07-08cc3200: Correct udelay us to ticks calculation.Daniel Campora
2015-07-08cc3200: Use alternative HAL_Delay also when interrupts are disabled.Daniel Campora
2015-07-08docs: Update pyb.Accel doc to reflect changes and explain filtered_xyz.Damien George
2015-07-08modmachine: Implement physical memory access using /dev/mem (Linux, etc).Paul Sokolovsky
2015-07-07cc3200: Translate simplelink's socket error numbers to POSIX values.Daniel Campora
2015-07-07cc3200: Create /flash/sys and /flash/lib directories while booting.Daniel Campora
2015-07-07cc3200: Make update-wipy.py more robust.Daniel Campora
2015-07-07cc3200: Improve interrupt handling and fix bug in HAL_Delay().Daniel Campora
2015-07-07cc3200: Increment interrupt stack size from 2K to 3K.Daniel Campora
2015-07-07stmhal: Add I2S support to make-pins.pyDave Hylands
2015-07-06tools: Fix pydfu.py to work with old and new versions of PyUSBDave Hylands
2015-07-06py: Prevent many extra vstr allocations.Dave Hylands
2015-07-06py/repl: Fix case where shorter names are shadowed by longer names.Damien George
2015-07-06tools/make-frozen.py: Use Python2-compatible shebang.Paul Sokolovsky
2015-07-06tests: Catch ValueError instead of any exception to properly test error.Damien George
2015-07-06extmod/modubinascii: Re-use error string to reduce code size.Damien George
2015-07-06tools/make-frozen.py: Actually make Python2-compatible.Paul Sokolovsky
2015-07-06tools/make-frozen.py: Add Python2 compatibility.Paul Sokolovsky
2015-07-05modstruct: Raise NotImplementedError for unsupported repeat specification.Paul Sokolovsky
2015-07-04cc3200/README.md: Improve make deploy instructions.Daniel Campora
2015-07-04cc3200: Enable base64 methods from modubinascii.Daniel Campora
2015-07-04cc3200/README.md: Add notes about deploying a new software version.Daniel Campora
2015-07-04ubinascii: Fix a shadowed variable case.Paul Sokolovsky
2015-07-04ubinascii: b2a_base64: Optimize away a modulo operation.Paul Sokolovsky
2015-07-04extmod: Add a2b_base64 and b2a_base64 functions to ubinascii.Galen Hazelwood
2015-07-04esp8266: Allow to easily override programming baudrate.Paul Sokolovsky
2015-07-02cc3200: Fix socket recv and recvfrom return value type.Daniel Campora
2015-07-02py/objarray.c: Allow to build with debugging and bytearray but no array.Damien George