2443 Commits (8993fb6cf0677ce980ab56cbad326e4e6bc47811)
 

Author SHA1 Message Date
Paul Sokolovsky 8993fb6cf0 py: Add protection against printing too nested or recursive data structures. 11 years ago
Paul Sokolovsky 7e4ec3bf4f bare-arm: Hint of setting MICROPY_ERROR_REPORTING to REPORTING_TERSE. 11 years ago
Paul Sokolovsky 81df1e6c98 bare-arm: Disable array module and even bytearray type. 11 years ago
Paul Sokolovsky cb78f862cb py: Allow to disable array module and bytearray type. 11 years ago
Paul Sokolovsky 0a1ea40273 bare-arm: Enable link map file. 11 years ago
Paul Sokolovsky 8a96ebea75 py: Move stack_ctrl_init() to mp_init(). 11 years ago
Paul Sokolovsky 64c58403ef Merge pull request #720 from iabdalkader/mcu_name 11 years ago
mux a75e382a9b Change MCU name config micro 11 years ago
Paul Sokolovsky 3c8ce38d20 Merge pull request #717 from stinos/dead-code 11 years ago
Paul Sokolovsky 3659af97c5 Merge pull request #703 from iabdalkader/micro_names 11 years ago
Paul Sokolovsky 16ac4962ae tests: Add test for catching infinite function recursion. 11 years ago
Paul Sokolovsky 7a8ab5a730 stmhal: Use stackctrl framework. 11 years ago
Paul Sokolovsky 23668698cb py: Add portable framework to query/check C stack usage. 11 years ago
Paul Sokolovsky 91b576d147 Merge pull request #719 from dhylands/pin_fix 11 years ago
Dave Hylands f170735b73 Use mp_const_none to initialize mapper and map_dict 11 years ago
Paul Sokolovsky f3de62e6c2 binary: machine_uint_t vs uint dichotomy starts doing real damage. 11 years ago
Paul Sokolovsky 8e01291c18 travis: Use unified diffs for failed tests. 11 years ago
Paul Sokolovsky 7a2f166949 modstruct: Fix alignment handling issues. 11 years ago
stijn 39b6e27944 unix: Remove unused CTRL-D definition 11 years ago
Paul Sokolovsky 5aa740c3e2 modgc: Add mem_free()/mem_alloc() methods. 11 years ago
Damien George e973acde81 Merge branch 'master' of github.com:micropython/micropython 11 years ago
Paul Sokolovsky 939c2e7f44 Merge pull request #690 from stinos/msvc-gc 11 years ago
Paul Sokolovsky 3c9b24bebe modsocket: Fix uClibc detection. 11 years ago
Paul Sokolovsky 141df2d350 unix: Dump default heap size in usage message. 11 years ago
Damien George 780e54cdc3 py: Implement delete_attr in native emitter. 11 years ago
Paul Sokolovsky cd590cbfaa unix: Don't error out on #warning directive. 11 years ago
Paul Sokolovsky ff5932a8d8 modsocket: Workaround uClibc issue with numeric port for getaddrinfo(). 11 years ago
Paul Sokolovsky 949a49c9da modsocket: Add call to freeaddrinfo(). 11 years ago
Paul Sokolovsky 69d0a1c540 unix: uClibc doesn't like NULL as a buffer arg to realpath(). 11 years ago
stijn de5ce6d461 gc: Use simple cast instead of union to silence compiler 11 years ago
stijn 8abcf666cb windows: Enable GC and implement bss start and end symbols 11 years ago
Paul Sokolovsky a96cc824bd py: Support arm and thumb ARM ISAs, in addition to thumb2. 11 years ago
Paul Sokolovsky 59c675a64c py: Include mpconfig.h before all other includes. 11 years ago
Paul Sokolovsky 4c4b9d15ab mkrules.mk: Pass $(COPT) to link stage. 11 years ago
Paul Sokolovsky 0fc7efb663 makefile: Pass STRIPFLAGS_EXTRA to strip. 11 years ago
Paul Sokolovsky 17a49431d4 unix: Allow to override MICROPY_GCREGS_SETJMP from cmdline. 11 years ago
Paul Sokolovsky 7cd46a12ae unix: Add CFLAGS_EXTRA & LDFLAGS_EXTRA for command line usage. 11 years ago
Paul Sokolovsky 7e56e55252 unix: Refactor order file munging fo MacOSX. 11 years ago
Paul Sokolovsky eecf3e90c6 unix: Group CFLAGS related stuff together. 11 years ago
Paul Sokolovsky 2099b6897f unix: Allow to override compiler warning options without touching the rest. 11 years ago
Paul Sokolovsky f605172d2b tests/float/: Skip tests if "math" module is not available. 11 years ago
Paul Sokolovsky 3b6f7b95eb py: Separate MICROPY_PY_BUILTINS_COMPLEX from MICROPY_PY_BUILTINS_FLOAT. 11 years ago
Paul Sokolovsky 7efbd325bb Merge pull request #697 from stinos/gc-debug 11 years ago
Paul Sokolovsky 09e3f8f0d1 Merge pull request #707 from eblot/master-v1.1.1-build-fixes 11 years ago
Paul Sokolovsky 74c710187c bench: Three ways to process a byte buffer. 11 years ago
Paul Sokolovsky 59ced651b5 bench: Add test for map() vs inplace operations in array-likes. 11 years ago
Paul Sokolovsky 17db096505 bench: Add tests for constructing various containers from iterator. 11 years ago
Paul Sokolovsky e53d2197e4 bench: Add test for function call overhead. 11 years ago
Emmanuel Blot f6932d6506 Prefix ARRAY_SIZE with micropython prefix MP_ 11 years ago
Emmanuel Blot bf3366a48b Add missing “assert.h” file header inclusion from “nlr.h” 11 years ago