6657 Commits (8298251215a1606b50d8110665dc6bff9e31ab0e)
 

Author SHA1 Message Date
Damien George 8298251215 stmhal/pybstdio: Use size_t instead of mp_uint_t. 8 years ago
Alex March e42186d356 tests/extmod/vfs_fat: Replace asserts with prints and expected outputs. 8 years ago
Damien George f2f8ae110b extmod/modujson: Fix nanbox build. 8 years ago
Damien George 11ab807d76 tests/extmod: Add test for ujson.load(). 8 years ago
Damien George e93c1ca5da extmod/modujson: Implement ujson.load() to load JSON from a stream. 8 years ago
Paul Sokolovsky f17f3314d0 zephyr: Add copyright blurbs. 8 years ago
Paul Sokolovsky 1a01ed0d2a zephyr/mpconfigport.h: Fix rebasing artifacts. 8 years ago
Daniel Thompson b6a544b917 zephyr: Implement the help() function. 8 years ago
Paul Sokolovsky 06ee5e947f zephyr/Makefile: Be sure to extra qstr's from port sources. 8 years ago
Paul Sokolovsky 998578a2b8 README: Mention _thread module availability in select ports. 8 years ago
Paul Sokolovsky cdbeee0c50 tools: Upgrade upip to 1.1.3. 8 years ago
Paul Sokolovsky 4021b1e1b8 lib/utils/pyexec: Don't treat SystemExit as "forced exit". 8 years ago
Damien George af8d791bd0 esp8266: Enable importing of precompiled .mpy files. 8 years ago
Damien George 11fc6553e8 esp8266: Enable sys.{stdin,stdout,stderr}.buffer for raw serial access. 8 years ago
Damien George 31101d91ce py/lexer: Remove unnecessary code, and unreachable code. 8 years ago
Damien George deaa57acf3 py/compile: Remove debugging code for compiler dispatch. 8 years ago
Radomir Dopieralski db4e009217 esp8266/mpconfigport: Enable MICROPY_PY_BUILTINS_SLICE_ATTRS 8 years ago
Alex March f274561e16 tests/extmod/vfs_fat: Test coverage for remove() and rmdir(). 8 years ago
Alex March d02f3a57f4 extmod/vfs_fat: Add file and directory checks for remove and rmdir. 8 years ago
Radomir Dopieralski eaef6b5324 extmod/machine_i2c: Use writes not reads in i2c.scan(). 8 years ago
Peter Hinch 9e1dec1818 docs/reference: Add constrained.rst doc. 8 years ago
Paul Sokolovsky 39968aaaff extmod/uzlib: Update to upstream v2.1. 8 years ago
Damien George 6dff3df501 py/objint: Use size_t for arguments that measure bytes/sizes. 8 years ago
Damien George 8bb7d958f1 py: Factor duplicated function to calculate size of formatted int. 8 years ago
Damien George df3e5d2b2f py/mpz: Use assert to verify mpz does not have a fixed digit buffer. 8 years ago
Damien George 48874942f0 py/mpz: In divmod, replace check for rhs!=0 with assert. 8 years ago
Damien George 5e22afce41 tests: Improve test coverage of py/compile.c. 8 years ago
Damien George e49153fb98 py/compile: Remove unreachable code. 8 years ago
Damien George 7f0e563de3 tests/micropython: Add test for micropython.opt_level() function. 8 years ago
Damien George 7dc2345715 py/modmicropython: Add micropython.opt_level([value]) function. 8 years ago
Paul Sokolovsky 93c76d2b06 zephyr: Add Ctrl+C handling. 8 years ago
Paul Sokolovsky 1b76f88e7a zephyr/zephyr_getchar: Add support for Ctrl+C handling. 8 years ago
Paul Sokolovsky aa7828f822 zephyr/main: Execute main.py frozen module on boot, if available. 8 years ago
Paul Sokolovsky 7e3b21ec54 zephyr: Enable frozen modules support. 8 years ago
Paul Sokolovsky b3a65791b1 zephyr: Enable stack checking and micropython.mem_info(). 8 years ago
Paul Sokolovsky ac70119779 zephyr: Add README. 8 years ago
daniel a181340ad8 docs/wipy: Correct deep sleep current figure. 8 years ago
Daniel Thompson 5a699a7017 zephyr: Use recently added "make outputexports" Zephyr target. 8 years ago
Paul Sokolovsky 244b02f744 zephyr/Makefile: Automatically derive target-specific CFLAGS. 8 years ago
Daniel Thompson cbc0bf6fec zephyr: Support extra make targets 8 years ago
Daniel Thompson 2ea52cb045 zephyr: Automatically derive ARCH. 8 years ago
Paul Sokolovsky 7df9f313c6 zephyr: Switch to microkernel, required for network to work in background. 8 years ago
Paul Sokolovsky 9ad5032164 zephyr: Add zephyr_getchar module to handle console input. 8 years ago
Paul Sokolovsky 9d9efc0c5a zephyr: Initial Zephyr RTOS port, Zephyr part. 8 years ago
Paul Sokolovsky cff9f02cd7 zephyr: Initial Zephyr RTOS port, MicroPython part. 8 years ago
Paul Sokolovsky fa5ac678fc examples/network/http_client*: Use \r\n line-endings in request. 8 years ago
Paul Sokolovsky 3dabaae47d tests/io/bytesio_ext: Add test for readinto(). 8 years ago
Paul Sokolovsky d22a04d9c4 py/objstringio: Add readinto() method. 8 years ago
Paul Sokolovsky 49e140488d tests/io/write_ext: Add description comment. 8 years ago
Paul Sokolovsky 3b3612c65b esp8266: Make neopixel support configurable. 8 years ago