aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-07-06atmel-samd: Give the on board flash filesystem a unique volume ID. This is us...Scott Shawcroft
2017-05-25Change the approach for input so that its not included in every single build....Scott Shawcroft
2017-04-20Switch to a shared piece of code to compute start and length of aScott Shawcroft
2017-02-19Switch enum-like attributes to all caps and add print support for them. Make ...Scott Shawcroft
2017-02-15Fix the keyboard exception in REPL by ignoring forced exit results when in RE...Scott Shawcroft
2017-01-10Merge tag 'v1.8.7'Scott Shawcroft
2017-01-05Rename to CircuitPythonScott Shawcroft
2017-01-03Reduce size of root directory because its allocated a fixed size (was 16k, no...Scott Shawcroft
2016-12-15lib/utils/interrupt_char: Use core-provided mp_kbd_exception if enabled.Damien George
2016-12-09atmel-samd: Add APA102 support and flash more advanced status.Scott Shawcroft
2016-11-22Add uheap for debugging the size of objects. Still not perfect though.Scott Shawcroft
2016-11-21This introduces an alternative hardware API called nativeio structured around...Scott Shawcroft
2016-11-14Merge tag 'v1.8.6'Scott Shawcroft
2016-11-03lib/libm: Move Thumb-specific sqrtf function to separate file.Damien George
2016-10-28lib/utils/pyexec: Return FORCED_EXIT from pyexec_file when its stopped by CTR...Scott Shawcroft
2016-10-26zephyr: Fix mp_hal_set_interrupt_char() declaration to be compatible.Paul Sokolovsky
2016-10-26lib/utils/pyexec: Fix compilation warning of type vs format mismatch.Paul Sokolovsky
2016-10-26lib/utils/pyexec: Add mp_hal_set_interrupt_char() prototype.Vincenzo Frascino
2016-10-25atmel-samd: Support auto-reset based on USB write activity.Scott Shawcroft
2016-10-21lib/utils/pyhelp.c: Use mp_printf() instead of printf()Erik Moqvist
2016-10-21py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.Damien George
2016-10-20Merge remote-tracking branch 'micropython/master'Tony DiCola
2016-10-17lib/utils/pyexec: Allow behaviour of SystemExit to be configurable.Damien George
2016-10-14lib/utils: Clarify this is Adafruit's MicroPython derivative and help() isn't...Scott Shawcroft
2016-10-14py/vstr: Combine vstr_new_size with vstr_new since they are rarely used.Damien George
2016-10-12lib/utils/pyexec: Don't treat SystemExit as "forced exit".Paul Sokolovsky
2016-09-30lib/cmsis: upgrade CMSIS-CORE to V4.30Krzysztof Blazewicz
2016-09-30lib/cmsis: remove CMSIS-DSP headers, they are unusedKrzysztof Blazewicz
2016-09-30lib/cmsis: move CMSIS headers to lib/Krzysztof Blazewicz
2016-09-29lib/interrupt_char: Factor out typical Ctrl+C handling from esp8266 port.Paul Sokolovsky
2016-09-05py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled.Delio Brignoli
2016-08-30lib/utils/pyexec: qstr_pool_info() requires size_t* parameters.Paul Sokolovsky
2016-08-25lib/berkeley-db-1.xx: Update to upstream, fixes MacOSX build.Paul Sokolovsky
2016-08-25lib/utils/stdout_helpers: Fix function signature to match py/mphal.h.Paul Sokolovsky
2016-08-09lib/berkeley-db-1.xx: Update, sets default page size to 4096.Paul Sokolovsky
2016-07-31lib/berkeley-db-1.xx: Switch to "embedded" branch.Paul Sokolovsky
2016-07-30lib/abort_.c: Add prototype to make coverage build happy.Paul Sokolovsky
2016-07-30lib/embed/abort_: Implementation of abort_() function raising uPy exception.Paul Sokolovsky
2016-07-22lib/utils/stdout_helpers: Move from minimal/uart_extra.c for reuse.Paul Sokolovsky
2016-07-21lib/utils/pyexec: Use full path to readline.h header, per latest conventions.Paul Sokolovsky
2016-07-11lib/axtls: Update, fixes esp8266 build.Paul Sokolovsky
2016-07-10lib/axtls: Upgrade to axTLS 1.5.4 + MicroPython patchset.Paul Sokolovsky
2016-06-25lib/libm: Remove unused definition of "one".Damien George
2016-06-25lib/libm: Format code to pass gcc v6.1.1 warning.Damien George
2016-06-15lib/fatfs/option/ccsbcs: Follow uPy optional features model.Paul Sokolovsky
2016-06-15lib/berkeley-db-1.xx: Update to upstream which builds for uPy.Paul Sokolovsky
2016-06-14lib/berkeley-db-1.xx: Add Berkeley DB 1.85 as a submodule.Paul Sokolovsky
2016-06-03lib/timeutils/timeutils: Fix pedantic warning in coverage build.Paul Sokolovsky
2016-06-02lib/timeutils/timeutils: timeutils_mktime may accept negative time values.Paul Sokolovsky
2016-05-02lib/libc/string0: Remove better-than-standard strncpy() implementation.Paul Sokolovsky