255 Commits (da2b5fa1c1a569faa0d139d97369cce9c0b55a00)

Author SHA1 Message Date
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
Damien George b7a4f15b34 mp-readline: Save "prompt" string in readline state. 10 years ago
Daniel Campora abea1c38a9 lib/libc: Add memchr. We already have strchr, but memchr is useful too. 10 years ago
Damien George f53a8e712f lib/libc/string0.c: Remove include of std.h, replace with string.h. 10 years ago
Damien George d07ccc5a39 lib/fatfs: Space optimise the ff_wtoupper function. 10 years ago
Paul Sokolovsky 3a84c8b58d string0.c: Move from stmhal/ to lib/. 10 years ago
Daniel Campora 7b19e99edd lib: Update FatFs to R0.11. 10 years ago
Damien George 9ab94c468c lib/libm: Add implementations of erf, erfc, lgamma, tgamma. 10 years ago
Damien George 601c814603 minimal: Allow to compile without defining MICROPY_HAL_H. 10 years ago
Damien George 0b32e50365 stmhal: Make pybstdio usable by other ports, and use it. 10 years ago
Damien George 827b0f747b py: Change vstr_null_terminate -> vstr_null_terminated_str, returns str. 10 years ago
Damien George 0d3cb6726d py: Change vstr so that it doesn't null terminate buffer by default. 10 years ago
Damien George 17d299b7bd lib/mp-readline: Use simple VT100 commands to speed up line redraw. 10 years ago
Damien George 6d1f5070ce lib/libm: Add frexp and modf functions; use in stmhal; add tests. 10 years ago
Damien George bbf5cd01e3 py: Allow to compile with -Wstrict-prototypes. 10 years ago
Damien George abc1959e2c py, unix, lib: Allow to compile with -Wold-style-definition. 10 years ago
Paul Sokolovsky 3f9f9cac75 lib/mp-readline: Refactor to support coroutine/event-driven usage. 10 years ago
Paul Sokolovsky a7bcb218fe stmhal: Move readline code to lib/mp-readline/. 10 years ago
Paul Sokolovsky 8a2cc1c7e4 stmhal: Add fake implementation of __aeabi_f2lz(). 10 years ago
Damien George e2745b307b lib/fatfs: Allow a smaller minimum sector count for fatfs to be created. 10 years ago
Damien George 6b755d827a lib/fatfs: Support our volume names; make some funcs static. 10 years ago
Damien George c546b66bab lib/fatfs: Upgrade to new FatFs driver, put in lib/ for common use. 10 years ago
Damien George f04329e93b lib/libm: Add acosh, asinh, atanh, tan; get working with stmhal. 10 years ago
Damien George 1559a97810 py: Add builtin round function. 10 years ago