5918 Commits (a0a08b4be1583aa7a4ef33d3b1b0aa6553732eca)
 

Author SHA1 Message Date
misterdanb a0a08b4be1 esp8266: Add APA102 serial individually controllable LEDs support. 9 years ago
Torwag 6fa60153ea esp8266/README: Add a very first start section. 9 years ago
Paul Sokolovsky 7f7c84b10a py/stream: Support both "exact size" and "one underlying call" operations. 9 years ago
Paul Sokolovsky 92a342a011 unix/mpconfigport_coverage.h: Add dedicated config file for coverage build. 9 years ago
Paul Sokolovsky 418faae8f7 esp8266/scripts/webrepl_setup: Add max password length check. 9 years ago
Damien George 1e024de7be unix: Add ability to include frozen bytecode in the build. 9 years ago
Damien George 99b4719357 tools/mpy-tool.py: Add checks for critical configuration vars. 9 years ago
Paul Sokolovsky 21ec1fd850 esp8266/scripts/webrepl_setup: Show password placeholder char. 9 years ago
Paul Sokolovsky 7327d5f6f7 esp8266/scripts/port_diag: Add network diagnostic output. 9 years ago
Robert HH a676a41cb7 esp8266/moduos.c: Addition of the rename method to module uos. 9 years ago
Paul Sokolovsky afce978aca extmod/modlwip: Rework how Python accept callback is called. 9 years ago
Paul Sokolovsky ca63c77073 docs/ustruct: Describe supported type codes. 9 years ago
Paul Sokolovsky 7b1bf0c308 tools/make-frozen.py: Quick fix to support package-modules. 9 years ago
Paul Sokolovsky 719f8c044a tests/struct1: Add testcase for an unknown type char. 9 years ago
Paul Sokolovsky e53fb1bf03 py/modstruct: Raise ValueError on unsupported format char. 9 years ago
Paul Sokolovsky 2ae6697300 py/objstringio: Add TODO comment about avoiding copying on .getvalue(). 9 years ago
Paul Sokolovsky 772c73fa16 README: Add explicit note that subdirs contain more READMEs. 9 years ago
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