6001 Commits (927388e80ecac345147597c1d7a53b0c1848f609)
 

Author SHA1 Message Date
Radomir Dopieralski ccb00b7724 docs/esp8266/quickstart: remove i2c examples with stop=False 9 years ago
Damien George 87981fc517 stmhal/sdcard: Allow to do unaligned read-from/write-to SD card. 9 years ago
Damien George 5985e41afc tools/make-frozen.py: Properly escape hex chars when making C strings. 9 years ago
Damien George 1e2f829293 tests/basics/string_splitlines: Reinstate feature test for splitlines. 9 years ago
Damien George cc80c4dd59 py/objstr: Make dedicated splitlines function, supporting diff newlines. 9 years ago
Damien George 1e388079f9 stmhal/i2c: Expose I2CHandle3 for use by custom C code. 9 years ago
Damien George 1dc2862a83 stmhal/led: Allow LEDs to be in PWM mode with TIM1 and channels 1-4. 9 years ago
Paul Sokolovsky 68a7a92cec py/gc: gc_dump_alloc_table(): Dump heap offset instead of actual address. 9 years ago
Paul Sokolovsky 9a8751b006 gc: gc_dump_alloc_table(): Use '=' char for tail blocks. 9 years ago
Paul Sokolovsky 10503f3534 py/moduerrno: Add EACCES, pretty common error on Unix. 9 years ago
Damien George 9a92499641 py/objexcept: Don't convert errno to str in constructor, do it in print. 9 years ago
Paul Sokolovsky a314b842bb py/emitglue: Fix build on AArch64 (ARMv8, etc.) related to loading .mpy files. 9 years ago
Colin Hogben a896951a9a py/objfloat, py/modmath: Ensure M_PI and M_E defined. 9 years ago
Damien George d45e5f8c35 py: Add mp_errno_to_str() and use it to provide nicer OSError msgs. 9 years ago
Damien George 47bf6ba61a py/moduerrno: Add more constants to the errno module. 9 years ago
Damien George 0d6d315ba6 esp8266: Change to use internal errno's. 9 years ago
Damien George 0055457b5f extmod/modlwip: Convert errno's to use MP_Exxx symbols. 9 years ago
Damien George c9a7430dbe py/mperrno: Add some more MP_Exxx constants, related to networking. 9 years ago
Paul Sokolovsky bc04dc277e py/gc: Make (byte)array type dumping conditional on these types being enabled. 9 years ago
Paul Sokolovsky 3d7f3f00e0 py/gc: gc_dump_alloc_table(): Show byte/str and (byte)array objects. 9 years ago
Damien George 80a8d473f6 py/repl: Fix handling of backslash in quotes when checking continuation. 9 years ago
Damien George 9b4502b7e8 docs/esp8266/tutorial: Fix typo in do_connect() network example. 9 years ago
Damien George ce2d34d74f drivers/cc3000: Rename timeval to cc3000_timeval, to avoid clash. 9 years ago
Damien George 79a38a7a43 stmhal: For network drivers, convert to use MP_Exxx errno symbols. 9 years ago
Damien George 83a9a723b9 py/mperrno: Add EAFNOSUPPORT definition. 9 years ago
Damien George 7e1f580910 esp8266: Enable uerrno module, weak linked also as errno. 9 years ago
Damien George 4f2ba9fbdc esp8266: Convert to use new MP_Exxx errno symbols. 9 years ago
Damien George 5ab98d5c41 stmhal: Convert to use internal errno symbols; enable uerrno module. 9 years ago
Damien George 088127d91c unix: Enable uerrno module. 9 years ago
Damien George e36ff98c80 py/parse: Add uerrno to list of modules to look for constants in. 9 years ago
Damien George 596a3feb8f py: Add uerrno module, with errno constants and dict. 9 years ago
Damien George 3f56fd64b8 py: Add mperrno.h file with uPy defined errno constants. 9 years ago
Paul Sokolovsky d60cb8e180 esp8266/help: Add "sta_if.active(True)" command. 9 years ago
Paul Sokolovsky f16bec6bc9 esp8266/mpconfigport: Reduce various parser-related allocation params. 9 years ago
Tobias Badertscher b924f649cd stmhal: Fix clock configuration for STM32L476-discovery; also add I2C2. 9 years ago
Radomir Dopieralski e89413e9b0 docs/esp8266/quickref: New way to get MAC address 9 years ago
Paul Sokolovsky 6f34e138f1 py/vstr: Change allocation policy, +16 to requested size, instead of *2. 9 years ago
Paul Sokolovsky 40f0096ee7 Revert "py/objstr: .format(): Avoid call to vstr_null_terminated_str()." 9 years ago
Paul Sokolovsky a1f2245a81 py/vstr: vstr_null_terminated_str(): Extend string by at most one byte. 9 years ago
Paul Sokolovsky 6de8dbb488 py/objstr: .format(): Avoid call to vstr_null_terminated_str(). 9 years ago
Damien George 460b086333 py/mpz: Fix mpn_div so that it doesn't modify memory of denominator. 9 years ago
Paul Sokolovsky de5e0ed2e0 esp8266/main: Bump heap size to 28K. 9 years ago
Damien George 65402ab1ec py/mpz: Do Python style division/modulo within bignum divmod routine. 9 years ago
Damien George dc3faea040 py/mpz: Fix bug with overflowing C-shift in division routine. 9 years ago
Paul Sokolovsky d59c2e5e45 py/repl: If there're no better alternatives, try to complete "import". 9 years ago
Paul Sokolovsky 13a1acc7e2 esp8266/scripts/webrepl: Add start_foreground() method. 9 years ago
Henrik Sölver c4587e2426 stmhal/can: Allow to get existing CAN obj if constructed without args. 9 years ago
stijn 87106d025b windows: Enable multi-processor compilation for msvc 9 years ago
Paulus Schoutsen c156e89379 Fix ESP8266 Network tutorial 9 years ago
Damien George 9e47c145c7 tests: Disable memoryview tests that overflow int conversion. 9 years ago