6905 Commits (5d2279bec12da4da62e38544608198b57a47efd2)
 

Author SHA1 Message Date
Paul Sokolovsky d86cac4b82 extmod/utime_mphal: Implement ticks_add(), add to all maintained ports. 8 years ago
Paul Sokolovsky c62679bdaa unix/mphalport.h: Add dummy definition of mp_hal_ticks_cpu(). 8 years ago
Paul Sokolovsky 6a2c6098f4 windows: Enable utime_mphal following unix, define mp_hal_ticks_*. 8 years ago
Paul Sokolovsky 3cc87b1e2a unix/modtime: Switch ticks/sleep_ms/us() to utime_mphal. 8 years ago
Paul Sokolovsky 6a87084019 extmod/utime_mphal: Add MP_THREAD_GIL_EXIT/ENTER warppers for sleep functions. 8 years ago
Paul Sokolovsky 99ed0f25cb unix/mphalport.h: Add warning of mp_hal_delay_ms() implementation. 8 years ago
Paul Sokolovsky 6ed5583f8c extmod/utime_mphal: ticks_diff(): switch arg order, return signed value. 8 years ago
Paul Sokolovsky e381efed4a unix/modtime: Use ticks_diff() implementation from extmod/utime_mphal.c. 8 years ago
Paul Sokolovsky aee6483536 zephyr/README: Update for the current featureset, add more info. 8 years ago
Paul Sokolovsky 938c693948 zephyr: Support time -> utime module "weaklink". 8 years ago
Alex March cc0cc67815 tests/extmod/uhashlib_sha256: Rename sha256.py test. 8 years ago
Alex March b83ac44e82 tests/extmod/uhashlib_sha1: Coverage for SHA1 algorithm. 8 years ago
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