278 Commits (c8a687a8fa696a2c8ce46b36d5e14322bb1cd526)

Author SHA1 Message Date
Paul Sokolovsky 06b783cf58 lib/berkeley-db-1.xx: Add Berkeley DB 1.85 as a submodule. 9 years ago
Paul Sokolovsky 1bc8aa85a4 lib/timeutils/timeutils: Fix pedantic warning in coverage build. 9 years ago
Paul Sokolovsky 993cc3611a lib/timeutils/timeutils: timeutils_mktime may accept negative time values. 9 years ago
Paul Sokolovsky c6923f52f0 lib/libc/string0: Remove better-than-standard strncpy() implementation. 9 years ago
Paul Sokolovsky bd9de5ec90 lib/libc/string0: Add strncpy() implementation. 9 years ago
Paul Sokolovsky 1f0dfe37a1 lib/axtls: Update to the latest upstream, fix reported MacOSX build issue. 9 years ago
Paul Sokolovsky 50ef851bee lib/timeutils/timeutils: Typo fix in comment. 9 years ago
Colin Hogben 2b46da234c lib/utils/pyhelp: Extract implementation of help(obj) to a library function. 9 years ago
Colin Hogben 8aa3cbf153 lib/utils/pyexec: Condition-out GC calls from pyexec. 9 years ago
Damien George 0a2e9650f5 py: Add ability to have frozen persistent bytecode from .mpy files. 9 years ago
Paul Sokolovsky 47442d9f52 lib/utils/printf: Rework overriding printer of DEBUG_printf(). 9 years ago
Paul Sokolovsky 5e919b7ef8 lib/axtls: Update to the latest upstream master. 9 years ago
Paul Sokolovsky 777232c9a5 esp8266: Disallow recursive calls to REPL. 9 years ago
Paul Sokolovsky 2e75a17bab esp8266: Fix issue when current repl line was garbage-collected. 9 years ago
Damien George 13a4c120ce lib/fatfs: Add support for sector sizes larger than 512 bytes. 9 years ago
Damien George 64ececb72f lib/libc/string0: Use uintptr_t instead of uint32_t. 9 years ago
Damien George 84b245f187 lib/utils: Add pyexec_frozen_module to load and execute frozen module. 9 years ago
Damien George a67651406d lib/libm: Allow math funcs to be used by non-Thumb archs. 9 years ago
Paul Sokolovsky f2ed736b29 lib/utils/printf: Add vsnprintf alias for Clang. 9 years ago
Paul Sokolovsky 1f0aaece3a lib/utils/printf: Apply workaround for static linking with uclibc. 9 years ago
Damien George 4e7107a572 py: Change mp_print_strn_t func type to use size_t for the str length. 9 years ago
Paul Sokolovsky 4892e4c5fc lib/utils/printf: Use more conservative check for MICROPY_DEBUG_STDERR. 9 years ago
Paul Sokolovsky 1818da2ef3 lib/utils/printf: Fix issue with putchar define for some ports. 9 years ago
Paul Sokolovsky 8ee43e24f3 lib/utils/printf: Add extra prototypes. 9 years ago
Paul Sokolovsky c3280d83e7 unix: Use printf() implementation in terms of mp_printf(). 9 years ago
Paul Sokolovsky 295ea12411 py/emitglue: Host definition of mp_verbose_flag. 9 years ago
Paul Sokolovsky 73ff0687f2 lib/utils/printf: Move from stmhal/ . 9 years ago
Damien George 40274fec9c lib/pyexec: Move header pyexec.h from stmhal directory. 9 years ago
Alex March 34472302d6 lib/fatfs: Unify fatfs configuration. 9 years ago
Damien George b7ca945877 lib/mp-readline: Make it easy to exit auto-indent mode by pressing enter. 9 years ago
Dave Hylands 074d713bfb lib/memzip: Factor out memzip from teensy/ into lib/memzip. 9 years ago
Damien George dde0c204e7 lib/pyexec: For paste mode use "Ctrl" as the name of the key, not "CTRL". 9 years ago
Paul Sokolovsky 0ec51441de stmhal: pyexec.c is common module, move to lib/utils/ . 9 years ago
Damien George 731f359292 all: Add py/mphal.h and use it in all ports. 9 years ago
stijn 12fab63928 lib: Replace tabs with spaces in readline.c 9 years ago
Galen Hazelwood 22cb7cd953 lib/lwip: Add LwIP stack as a submodule in the library directory 9 years ago
Damien George f961456b29 lib/mp-readline: Add n_chars argument to mp_hal_erase_line_from_cursor. 9 years ago
Paul Sokolovsky c13be69a8e lib/libffi: Add libffi as a submodule. 9 years ago
Damien George 46a1102852 repl: Add paste mode to friendly REPL, entered via CTRL-E. 9 years ago
Paul Sokolovsky f4d55c91fe lib/axtls: Update submodule, adds .gitignore . 9 years ago
Paul Sokolovsky 90a36942b4 lib/axtls: Add axtls git submodule, dependency of modussl. 9 years ago
Damien George 0af73014cc lib/mp-readline: Add auto-indent support. 9 years ago
Tom Soulanille 7d588b0c7c lib/mp-readline: Add emacs-style control characters for cursor movement. 9 years ago
stijn 278d22ce8f lib/mp-readline: Allow overriding implementation of cursor functions 10 years ago
stijn 9a522dda6e lib/mp-readline: Add implementation for deleting a character 10 years ago
Damien George 2acfb7c002 lib/mp-readline: Export readline_push_history function. 10 years ago
Dave Hylands a3a14b9db7 lib: Fix some issues in timeutils 10 years ago
Josef Gajdusek 1db4253886 lib: Move time utility functions to common library. 10 years ago
Josef Gajdusek 04ee5983fe lib: Move some common mod_network_* functions to lib/netutils. 10 years ago
Damien George a1a2c411b2 py, readline: Add tab autocompletion for REPL. 10 years ago