4451 Commits (4ba9b340124e59ccc9d3daa3269132d9e4e6b7d3)
 

Author SHA1 Message Date
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
Daniel Campora 077812b2ab py: Add TimeoutError exception subclassed from OSError. 9 years ago
Daniel Campora bdf958df30 docs/wipy: Update safe boot comments to match actual behaviour. 9 years ago
Daniel Campora 70fc42cb28 cc3200: Add CA, certificate and key files to the updater list. 9 years ago
Daniel Campora 5ebf39784a cc3200: Correct socket settimeout time format. 9 years ago
Paul Sokolovsky 9780e55274 builtinimport: Fix running package submodule with -m. 10 years ago
Daniel Campora 4f5b896a0b cc3200: Adapt update-wipy.py timing to improve stability. 10 years ago
Daniel Campora 813b581127 cc3200: Add `Pin.name()` method. 10 years ago
Daniel Campora 778413168b cc3200: Enable more features to improve compatibility with stmhal. 10 years ago
Damien George 0807139c1d stmhal: Add config option for storage to use second flash segment. 10 years ago
Damien George fa1cdb09fc docs: Fix duplicate label error for network.WLAN. 10 years ago
Damien George 8cc8f280eb docs: Make index link point to "index.html" irrespective of port. 10 years ago
Paul Sokolovsky 9896314f5b tests: Add test for relative import without package context. 10 years ago
Paul Sokolovsky c4045f57e3 builtinimport: Catch case when relative import happens without active package. 10 years ago
Paul Sokolovsky 6557a096d6 runtime: Improve mp_import_name() debug logging. 10 years ago
Paul Sokolovsky f44cc517a2 objstr: Add note that replace() is nicely optimized. 10 years ago
Damien George abfd4da287 docs: Add link from pyboard asm tutorial to asm reference. 10 years ago
Damien George 59fba2d6ea py: Remove mp_load_const_bytes and instead load precreated bytes object. 10 years ago
Damien George ed570e4b2a py: Remove mp_load_const_str and replace uses with inlined version. 10 years ago
Paul Sokolovsky 484adac0bb tools: Update upip to 0.5.4. 10 years ago
Garrett Berg f64e080d9a CODECONVENTIONS.md: add documentation on putting comments in code. 10 years ago
Damien George e44c1d3ace tests: Split out json float tests to separate files. 10 years ago
Daniel Campora 186b355b28 tests: Add support for the WiPy in run-tests script. 10 years ago
Damien George 0d3e309ebc docs: Add link in references index to Thumb2 assembler docs. 10 years ago
Damien George 2110dc5a6d docs: Add reference for Thumb2 inline assembler. 10 years ago
Damien George aef3846c13 docs: Add "reference" directory for putting docs about the language. 10 years ago
Daniel Campora 4af5424242 tests: Adapt misc/features.py tests for ports without floating point. 10 years ago
blmorris c5175526dd stmhal/dma.c: Modify dma_init() to accept init struct as an argument 10 years ago
Damien George 3299f687f5 CODECONVENTIONS.md: Mention macro and enum names. 10 years ago
stijn 9c7d183a94 CODECONVENTIONS.md: Add function/variable/argument naming convention 10 years ago
Daniel Campora d02f671737 cc3200: Add deploy target and improve robustness of update-wipy.py. 10 years ago
Daniel Campora d709622bd2 tests: Adapt basics/memoryerror.py for ports with lower heap sizes. 10 years ago
Daniel Campora e64afde073 cc3200: Create tools folder and add update-wipy.py script. 10 years ago
Damien George 2a1090a637 py: Clarify comment in parsenum.c about ValueError vs SyntaxError. 10 years ago
Daniel Campora 228c68a9cd py: Change exception type to ValueError when error reporting is terse. 10 years ago
Damien George 6e1dfb0d1a stmhal: Reorganise code for parsing keyword args in I2C methods. 10 years ago
Damien George de8b585ab7 esp8266: Make pyb.RTC a type, and pyb.RTC() constructs an RTC object. 10 years ago
Damien George c4b592d379 bare-arm, minimal, qemu-arm: Make do_str() take parse-input-kind as arg. 10 years ago
Paul Sokolovsky fe99ea9aab README: Add quick information about builtin upip package manager. 10 years ago
Damien George 7f19a39a3b py: Cast argument for printf to int, to be compatible with more ports. 10 years ago