3358 Commits (e5bcbcdebd0af90df914c480d714af8f09174bf0)
 

Author SHA1 Message Date
Damien George 3dd1c0a88a py: Make a function static and comment out those not used. 10 years ago
Damien George 0178aa9a11 py, unix: Allow to compile with -Wdouble-promotion. 10 years ago
Damien George b58da9420c qemu-arm: Disable basics/memoryerror.py test. 10 years ago
Damien George 131185a2b8 stmhal: Add MICROPY_HW_USB_OTG_ID_PIN config, set for relevant boards. 10 years ago
Damien George 7630d9ca0e travis: grep for failure in qemu-arm output if tests fail. 10 years ago
Damien George 5b76e3b75e windows: Enable MICROPY_STACK_CHECK. 10 years ago
Damien George 99dde4ed1f qemu-arm: Enable GC and native code-gen; enable more tests. 10 years ago
Paul Sokolovsky 3f9f9cac75 lib/mp-readline: Refactor to support coroutine/event-driven usage. 10 years ago
Paul Sokolovsky 708574b082 teensy: Update for readline module moved to lib/. 10 years ago
Paul Sokolovsky 06e9cb688b esp8266: Update for readline module moved to lib/. 10 years ago
Paul Sokolovsky a7bcb218fe stmhal: Move readline code to lib/mp-readline/. 10 years ago
Damien George 99ab64ffd4 py/makeqstrdata.py: Make it work again with both Python2 and Python3. 10 years ago
Damien George 95836f8439 py: Add MICROPY_QSTR_BYTES_IN_LEN config option, defaulting to 1. 10 years ago
Damien George 6942f80a8f py: Add qstr cfg capability; generate QSTR_NULL and QSTR_ from script. 10 years ago
Damien George e233a55a29 py: Remove unnecessary BINARY_OP_EQUAL code that just checks pointers. 10 years ago
Damien George c38dc3ccc7 py: Implement fallback for equality check for all types. 10 years ago
Damien George ec21405821 py: Add (commented out) code to gc_dump_alloc_table for qstr info. 10 years ago
Damien George 56e1f99ca1 py/makeqstrdata.py: Add more allowed qstr characters; escape quot. 10 years ago
Damien George 01418e9690 py: Fix hard-coded hash for empty qstr (was 0x0000 now 0x1505). 10 years ago
Damien George ddd1e18801 py: Add config option MICROPY_COMP_MODULE_CONST for module consts. 10 years ago
Paul Sokolovsky 7bfe4b21b9 tests: Make ffi_callback.py be able to run on uclibc and macosx. 10 years ago
Damien George 58056b0f43 py: Fix handling of "0" mpz in some functions. 10 years ago
Damien George f5465b9eb0 stmhal: Reclaim 72 bytes of stack by factoring out flash init code. 10 years ago
Damien George 5d48f234d2 py: Make mem_info print correct remaining stack bytes. 10 years ago
Damien George a9a0862078 windows: Enable MICROPY_PY_MICROPYTHON_MEM_INFO. 10 years ago
Damien George 89deec0bab py: Add MICROPY_PY_MICROPYTHON_MEM_INFO to enable mem-info funcs. 10 years ago
Damien George 4a5895c4eb py: Disable stack checking by default; enable on most ports. 10 years ago
Damien George 85e8e2ed5b qemu-arm: Add 'test' target to Makefile to run and verify test suite. 10 years ago
Damien George 3990dcfcd7 docs: Add note about maximum frequency of busses. 10 years ago
Damien George 14fab60baf qemu-arm: Get "make RUN_TESTS=1" compiling after changes to core. 10 years ago
Damien George d2d0648ad0 qemu-arm: Set stack limit in main. 10 years ago
Damien George 7a53ac8ec2 stmhal: Allow to build without float support if wanted. 10 years ago
Damien George c33ecb83ba tests: Add test for when instance member overrides class member. 10 years ago
Damien George 5b7aa294e0 py: Fix nlr mp_state_ctx symbol error for Mac. 10 years ago
Damien George 19b3fea6a8 tests: Separate out test cases that rely on float support to float/ dir. 10 years ago
Damien George 115187f7ce unix: Allow to compile with float support disabled. 10 years ago
stijn afd6c8e1d2 Remove obsolete bss-related code/build features 10 years ago
Damien George 181bfb6db2 stmhal: Add MICROPY_HW_USB_VBUS_DETECT_PIN option, for boards without it 10 years ago
Damien George c223df5113 drivers/cc3000: Fix call to extint_register. 10 years ago
Damien George 3b51b3e90f stmhal: Collect all root pointers together in 1 place. 10 years ago
Paul Sokolovsky 7a0636e80a docs: Add initial "uctypes" modules docs. WIP. 10 years ago
Damien George 7ee91cf861 py: Add option to cache map lookup results in bytecode. 10 years ago
Damien George b4b10fd350 py: Put all global state together in state structures. 10 years ago
Damien George ad2307c92c py: Temporary fix for conversion of float to int when fits in small int. 10 years ago
Paul Sokolovsky d8bfd77ad5 showbc: Show conditional jump destination as unsigned value. 10 years ago
Damien George b27c9876ea docs: For Windows USB CDC driver setup, add link to existing PDF guide. 10 years ago
Paul Sokolovsky 343ca1e63a objarray: Make sure that longint works as bytearray size. 10 years ago
stijn 51af362e31 msvc: Define no-op MP_LIKELY/UNLIKELY since there's no __builtin_expect 10 years ago
Paul Sokolovsky ed3b20aae8 modbuiltins.c: Fix NULL vs MP_OBJ_NULL usage. 10 years ago
Paul Sokolovsky ff8e35b42e objstr: Common subexpression elimination for vstr_str(field_name). 10 years ago