6843 Commits (64db4080cec88c7b3937229a653c65a631732379)
 

Author SHA1 Message Date
Paul Sokolovsky b0feef7a57 zephyr/zephyr_getchar: Update for recent Zephyr refactor of console hooks. 8 years ago
Paul Sokolovsky c28f9df63a docs/library/network: Typo fixes, consistent acronym capitalization. 8 years ago
Paul Sokolovsky b9a88683a4 docs/library/network: Reword intro paragraph. 8 years ago
Alex March 964fb2450e tests/basics/gc1: Garbage collector threshold() coverage. 8 years ago
Paul Sokolovsky 8a49905a2f py/stream: Typo fix in comment. 8 years ago
Alex March 52aa532050 qemu-arm: Exclude new vfs_fat tests. 8 years ago
Alex March fbca4f94b3 tests/extmod/vfs_fat_oldproto: Test old block device protocol. 8 years ago
Alex March 38a9359339 tests/extmod/vfs_fat_fsusermount: Improve fsusermount test coverage. 8 years ago
Daniel Thompson 67b6d9d499 zephyr: Initial implementation of machine.Pin. 8 years ago
Vincenzo Frascino a3519332b6 zephyr: Use board/SoC values for startup banner based on Zephyr config. 8 years ago
Paul Sokolovsky 3cdccb9b14 zephyr: Fix mp_hal_set_interrupt_char() declaration to be compatible. 8 years ago
Paul Sokolovsky 6832cbd69d lib/utils/pyexec: Fix compilation warning of type vs format mismatch. 8 years ago
Vincenzo Frascino c38ea32810 lib/utils/pyexec: Add mp_hal_set_interrupt_char() prototype. 8 years ago
Paul Sokolovsky 73b72799f3 examples/http_server_simplistic: Add "not suitable for real use" note. 8 years ago
Paul Sokolovsky f00ecdb54d extmod/moduos_dupterm: Renamed to uos_dupterm. 8 years ago
Paul Sokolovsky 67c91df7e8 docs/machine.SPI.rst: Fix typos and formatting, clarify. 8 years ago
Paul Sokolovsky 760ed4629f unix/Makefile: Remove references to deprecated pip-micropython. 8 years ago
Paul Sokolovsky d5cf8c5753 .travis.yml: minimal: Use CROSS=1, for binary size check. 8 years ago
Paul Sokolovsky ca008bfd2d .travis.yml: Integrate tools/check_code_size.sh. 8 years ago
Paul Sokolovsky f7aa692093 tools/check_code_size.sh: Code size validation script for CI. 8 years ago
Radomir Dopieralski 984a867341 esp8266/scripts: Make neopixel/apa102 handle 4bpp LEDs with common code. 8 years ago
Damien George f1b2b1b600 docs/library/builtins: Add docs for delattr and slice. 8 years ago
Paul Sokolovsky 2550d7dfd2 esp8266: Add support for building firmware version for 512K modules. 8 years ago
Paul Sokolovsky b78144c64d tools/pip-micropython: Remove deprecated wrapper tool. 8 years ago
Paul Sokolovsky e6af94d13b esp8266/modesp: Add flash_user_start() function. 8 years ago
Damien George 266e4acdc2 docs/library/machine.SPI: Remove spurious "of". 8 years ago
Damien George 25c6fc731b tests/basics: Add test for builtin "delattr". 8 years ago
Damien George 5076e5c339 py: Add "delattr" builtin, conditional on MICROPY_CPYTHON_COMPAT. 8 years ago
Damien George bc5b896f24 tests/basics/builtin_slice: Add test for "slice" builtin name. 8 years ago
Damien George bdb0d2d0bc py/modbuiltins: Add builtin "slice", pointing to existing slice type. 8 years ago
Damien George 5694201930 extmod/vfs_fat_file: Make file.close() a no-op if file already closed. 8 years ago
Alex March 06e7032906 qemu-arm: Exclude extmod/vfs_fat_fileio.py test. 8 years ago
Alex March cb20d999bc tests/extmod/vfs_fat: Improve VFS test coverage. 8 years ago
Paul Sokolovsky b6c22c42ab esp8266/etshal.h: Add few more ESP8266 vendor lib prototypes. 8 years ago
Paul Sokolovsky a4dbb4230a minimal/Makefile: Split rule for firmware.bin generation. 8 years ago
Paul Sokolovsky 197a5724d8 tools: Upgrade upip to 1.1.4. 8 years ago
Daniel Thompson 479b961d39 zephyr: Implement utime module. 8 years ago
Paul Sokolovsky 1b76614d41 esp8266/Makefile: deploy: Remove deprecated line. 8 years ago
Fabricio Biazzotto 979e9a45d8 ACKNOWLEDGEMENTS: Change backer 905 info, replace city with name. 8 years ago
Paul Sokolovsky 3730090d8f py/{modbuiltins,obj}: Use MP_PYTHON_PRINTER where possible. 8 years ago
Erik Moqvist f64e806f50 lib/utils/pyhelp.c: Use mp_printf() instead of printf() 8 years ago
Damien George 571e6f26db py: Specialise builtin funcs to use separate type for fixed arg count. 8 years ago
Damien George 4ebdb1f2b2 py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros. 8 years ago
Paul Sokolovsky 5d0735b93a README: "MicroPython board" is much more commonly known as PyBoard. 8 years ago
Paul Sokolovsky 3967ca7390 stmhal/Makefile: Use standard rules for frozen module generation. 8 years ago
Paul Sokolovsky b440307b4a py/py.mk: Automatically add frozen.c to source list if FROZEN_DIR is defined. 8 years ago
Paul Sokolovsky 3f251efb9b esp8266/modules/webrepl: Enforce only one concurrent WebREPL connection. 8 years ago
Alex March 84679e0c06 extmod/vfs_fat_file: Check fatfs f_sync() and f_close() returns for errors. 8 years ago
Damien George 17ba6ef5fa cc3200: Fix thread mutex's so threading works with interrupts. 8 years ago
Paul Sokolovsky 204222653e esp8266/main: Mark nlr_jump_fail() as MP_FASTCODE. 8 years ago