11004 Commits (6632dd3981cbdca8e70c0bf19e36338101e9ce0e)
 

Author SHA1 Message Date
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
Yonatan Goldschmidt 61d2b40ad5 lib/utils/pyexec: Introduce MICROPY_REPL_INFO, wrap debug prints in it. 5 years ago
Yonatan Goldschmidt aca8873bb8 extmod/modbluetooth: Fix func prototype, empty args should be (void). 5 years ago
David Lechner e79424d672 ports: Allow overriding CROSS_COMPILE in a custom makefile. 5 years ago
Damien George d56bc6e03d py/obj.h: Use 32-bit shift in MP_OBJ_NEW_QSTR calc for obj-repr D. 5 years ago
Damien George 4c0176d13f py/objstr: Don't use inline GET_STR_DATA_LEN for object-repr D. 5 years ago
Damien George e83ab7374b travis: Add stm32 build in nanbox mode. 5 years ago
Damien George 93509ac8c7 stm32: Add configuration to build in nanbox mode. 5 years ago
Damien George d980d51807 stm32: Fix to build in nanbox mode. 5 years ago
Damien George e83fc3260e drivers/cyw43: Fix to build in nanbox mode. 5 years ago
Damien George 6f872f81d6 extmod: Fix modbluetooth and modwebrepl to build in nanbox mode. 5 years ago
Damien George 1f499ad2fe py/objobject: Fix __setattr__/__delattr__ to build in nanbox mode. 5 years ago
Damien George d97b40bdaa py: Introduce MP_ROM_FALSE/MP_ROM_TRUE for ROM to refer to bool objects. 5 years ago
Damien George 09376f0e47 py: Introduce MP_ROM_NONE macro for ROM to refer to None object. 5 years ago
Damien George f5eec903fa py/objsingleton: Use mp_generic_unary_op for singleton objects. 5 years ago
Damien George de8c04317b tests/micropython: Add test for yield-from while heap is locked. 5 years ago
Damien George aacd618939 py/runtime: Don't allocate iter buf for user-defined types. 5 years ago
Damien George 11b4524b39 travis: Add new job to build and test unix coverage in 32-bit mode. 5 years ago
Damien George 99a04b8060 tests/extmod: Split out VfsFat finaliser tests to separate test file. 5 years ago
Damien George 865827ed8e tests/run-tests: Add "--mpy-cross-flags" arg to specify mpy-cross flags. 5 years ago
Damien George ab75210e33 py/asmx86: Remove unused 5th argument facility. 5 years ago
Damien George b97fb683d0 py/asmx86: Fix stack to be 16-byte aligned for entry and sub-call. 5 years ago