4451 Commits (4ba9b340124e59ccc9d3daa3269132d9e4e6b7d3)
 

Author SHA1 Message Date
Delio Brignoli 32aba40830 py: Implement memoryview slice assignment. 10 years ago
Damien George f576057274 stmhal: Add CMSIS device header files for STM32F2xx series. 9 years ago
Wojtek Siudzinski 0621eca05e stmhal: Add STM32CubeF2 version 1.1.0, in hal/f2 directory. 9 years ago
Damien George a39df51d8a stmhal: Update Makefile and board configs to compile with relocated hal. 9 years ago
Damien George e4d43401eb stmhal: Move HAL Cube files to f4/ subdir, keeping only those we use. 9 years ago
Damien George d136737872 CODECONVENTIONS: Add a short section about how to allocate heap memory. 9 years ago
Damien George 75b1d881ec esp8266: Use m_new/m_renew/m_del funcs instead of private gc_xxx. 9 years ago
Damien George c3bd9415cc py: Make qstr hash size configurable, defaults to 2 bytes. 9 years ago
Sebastian Plamauer 1e8ca3a3cf modbuiltins: Implement round() to precision. 9 years ago
Paul Sokolovsky ab14c30493 esp8266: modesp: Update for gc_realloc() refactor. 9 years ago
Daniel Campora f22b35e4e5 cc3200: Add socket.sendall() (aliases to send()). 9 years ago
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