11025 Commits (6db5cede06dfb580c5e4f6cdeb1796256969b4fb)
 

Author SHA1 Message Date
c0rejump 6db5cede06 tools/pydfu.py: Clean up syntax, update comments and docstrings. 5 years ago
Damien George a11e306227 tools: Add metrics.py script to build and compute port sizes/metrics. 5 years ago
Damien George dccace6f3f tests/unix: Add coverage tests for pairheap data structure. 5 years ago
Damien George cfddc6a8c7 tests/extmod: Add basic machine.Timer test. 5 years ago
Damien George f70373c7b2 stm32/softtimer: Change linear linked list to a pairing heap. 5 years ago
Damien George fe203bb3e2 py/pairheap: Add generic implementation of pairing heap data structure. 5 years ago
stijn 599371b133 windows: Support word-based move/delete key sequences for REPL. 5 years ago
adzierzanowski a55c17dc69 esp32/modnetwork: Add max_clients kw-arg to WLAN.config for AP setting. 5 years ago
Peter Hinch 59746ac14a docs/library/uos.rst: Improve block devices section, and ioctl ret vals. 5 years ago
Thorsten von Eicken 5c5f93c1b8 tests: Make run-tests help and README be more descriptive of behaviour. 5 years ago
Jim Mussared 3032ae1155 esp32: Enable NimBLE support on all builds (IDF 3.3 and 4.0). 5 years ago
JensDiemer c14ff6194c esp8266/modules: Fix AttributeError in _boot.py if flash not formatted. 5 years ago
Memiks 4ab4bf3ec6 ports: Modify mp_hal_pin_write macro so it can be used as a function. 5 years ago
Damien George 3448e69c2d tests/unix: Add coverage test for new mp_obj_int_get_uint_checked func. 5 years ago
Yonatan Goldschmidt 176ab99180 py/objint: Add mp_obj_int_get_uint_checked() helper. 5 years ago
Yonatan Goldschmidt 1c849d63a8 py/mpconfig.h: Define BITS_PER_BYTE only if not already defined. 5 years ago
Damien George 40057600b8 py/obj: Optimise mp_obj_get_type for immediate objs with repr A and C. 5 years ago
Damien George d96cfd13e3 py/obj: Add MICROPY_OBJ_IMMEDIATE_OBJS option to reduce code size. 5 years ago
Damien George 6f0c83f6e1 py/obj.h: Redefine qstr object encoding to add immediate obj encoding. 5 years ago
Damien George ecdb30ea64 py/nativeglue: Use mp_const_X instead of &mp_const_X_obj. 5 years ago
Jason Neal 7ef2f65114 docs/library: Add / to indicate positional-only args in library docs. 5 years ago
Thorsten von Eicken 6632dd3981 esp32/modmachine: Add implementation of machine.soft_reset(). 5 years ago
Thorsten von Eicken 1caede927a docs/library/machine: Document machine.soft_reset() function. 5 years ago
David Lechner 339d0816c5 py/runtime: Move MICROPY_PORT_INIT_FUNC near the end of mp_init(). 5 years ago
Yonatan Goldschmidt 853aaa06f2 lib/mp-readline: Add word-based move/delete EMACS key sequences. 5 years ago
Yonatan Goldschmidt dce590c29d lib/mp-readline: Add an assert() to catch buffer overflows. 5 years ago
Yonatan Goldschmidt df5c3bd976 py/unicode: Add unichar_isalnum(). 5 years ago
Thorsten von Eicken bc5c993adf docs/README: Add short paragraph about using readthedocs. 5 years ago
Jim Mussared 977b532c8f unix: Rename unix binaries to micropython-variant (not _variant). 5 years ago
Jim Mussared 7319d546b7 travis: Update travis to specify which unix variant to build. 5 years ago
Jim Mussared 2357338e93 unix: Add placeholder DEV variant with settrace enabled. 5 years ago
Jim Mussared bd2fff6687 unix: Add build variants, analogous to boards on bare-metal. 5 years ago
Jim Mussared 7d2ccd027f py/mkenv.mk: Move usage of 32-bit flags to py.mk. 5 years ago
Damien George bfbd94401d py: Make mp_obj_get_type() return a const ptr to mp_obj_type_t. 5 years ago
Damien George e3187b052f stm32/boards/PYBD: Change RTC asynch prediv from 1 to 4. 5 years ago
stijn 54a2584de1 tests/unix: Make unix time test pass on more platforms. 5 years ago
Damien George 4d528bbaa8 tests/cpydiff: Add CPy diff-test for using dict.keys() as a set. 5 years ago
Damien George 99b8c1a937 esp32/Makefile: Assign result of $call to dummy var for older make. 5 years ago
Jason Neal 5ef3b6b2d9 docs/library/machine.UART.rst: Detail timeout behaviour of read methods. 5 years ago
Jason Neal 99ed431d28 docs/library/machine.I2C.rst: Use positional-only arguments syntax. 5 years ago
David Lechner 1bc9fc8082 tests/run-tests: Handle 'CRASH' return by float.py feature test. 5 years ago
Jason Neal aec88ddf03 docs: More consistent capitalization and use of articles in headings. 5 years ago
Jason Neal de78a9e317 tools/gen-cpydiff.py: Adjust subsections to sentence case. 5 years ago
Nicko van Someren 10709846f3 py/objslice: Inline fetching of slice paramters in str_subscr(). 5 years ago
Nicko van Someren 4c93955b7b py/objslice: Add support for indices() method on slice objects. 5 years ago
Tim Gates 007a704d82 nrf/examples: Fix typo in mountsd.py, wireing -> wiring. 5 years ago
Damien George 269c9a08b6 unix/modos: Add uos.rename and uos.rmdir. 5 years ago
Andrew Leech 1b844e908c unix/modtime: Add utime.mktime function, to complement utime.localtime. 5 years ago
Damien George b23bd6433c py: Clean up commented-out code and comments about exception hierarchy. 5 years ago
Yonatan Goldschmidt b2e4a57289 nrf/main: Remove unnecessary repl_info(0) call. 5 years ago