5938 Commits (3e33aeb0db428a312725f4dc4c242200e8e5f9a0)
 

Author SHA1 Message Date
Paul Sokolovsky 3e33aeb0db docs: esp8266: Include ussl module in the docs. 9 years ago
Paul Sokolovsky bca4c9e465 docs/ussl: Add basic description of axTLS-based modussl. 9 years ago
Paul Sokolovsky cb7693bab4 esp8266/main: Update _boot module loading for recent frozen modules refactors. 9 years ago
Paul Sokolovsky 9c2217a165 esp8266: Enable collections.OrderedDict. 9 years ago
Paul Sokolovsky 9dde6062cc py/objstr: Fix mix-signed comparison in str.center(). 9 years ago
Dave Hylands 6a60fb3cf4 py/objstr*: Properly ifdef str.center(). 9 years ago
Paul Sokolovsky 53bac8e869 tests: Add testcase for str.center(). 9 years ago
Paul Sokolovsky 1b5abfcaae py/objstr: Implement str.center(). 9 years ago
Paul Sokolovsky 2c573f00b8 py/builtinimport: Unbreak bare-arm build. 9 years ago
Paul Sokolovsky 8a2970e136 py/builtinimport: Unbreak minimal build. 9 years ago
Paul Sokolovsky daa4793578 tools/make-frozen: Update for latest changes in frozen modules support. 9 years ago
Paul Sokolovsky fb742cdc12 py/{builtinimport,frozenmod}: Rework frozen modules support to support packages. 9 years ago
Paul Sokolovsky b580958216 unix/unix_mphal: Implement mp_hal_ticks_us(). 9 years ago
Paul Sokolovsky 5a2a4e9452 py/mphal.h: Provide default prototypes for mp_hal_delay_us/mp_hal_ticks_us. 9 years ago
Paul Sokolovsky 0ab372585f extmod/moduos_dupterm: Dumpterm subsystem is responsible for closing stream. 9 years ago
Paul Sokolovsky 3a29db8e58 extmod/modwebrepl: Add close() method. 9 years ago
Paul Sokolovsky ccf4e5ab7b extmod/modwebsocket: Add close() method. 9 years ago
Paul Sokolovsky 497660fcda py/stream: Add mp_stream_close() helper function. 9 years ago
Damien George f9dc644017 extmod: When including extmod headers, prefix path with extmod/. 9 years ago
Damien George 3ff16ff52e py: Declare constant data as properly constant. 9 years ago
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