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