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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unix
Age
Commit message (
Expand
)
Author
2016-07-09
unix: Disable the GIL to improve performance of non-thread code.
Damien George
2016-07-09
unix/main: When preparing sys.path, allocate exact strings on uPy heap.
Paul Sokolovsky
2016-07-08
unix/main: Improve help for -X options a bit.
Paul Sokolovsky
2016-07-08
unix/main: Error out on unknown value of suffix in -X heapsize= option.
Paul Sokolovsky
2016-07-03
unix/mpconfigport_minimal.h: Allow to print a string within 1KB of heap.
Paul Sokolovsky
2016-07-03
unix/Makefile: Make "minimal" build be minimal again.
Paul Sokolovsky
2016-07-02
unix: Enable btree module.
Paul Sokolovsky
2016-06-28
py/modthread: Allow to properly set the stack limit of a thread.
Damien George
2016-06-28
unix/modtime: Release the GIL when sleeping.
Damien George
2016-06-28
unix/mpthreadport: Suppress compiler warning about unused arguments.
Damien George
2016-06-28
unix/gccollect: Provide declaration of exported function.
Damien George
2016-06-28
unix/mpthreadport: Use SA_SIGINFO for GC signal handler.
Damien George
2016-06-28
unix: Implement garbage collection with threading.
Damien George
2016-06-28
unix/file: If write syscall returns because of EINTR then try again.
Damien George
2016-06-28
py/modthread: Implement lock object, for creating a mutex.
Damien George
2016-06-28
py/modthread: Add stack_size() function.
Damien George
2016-06-28
unix: Add basic thread support using pthreads.
Damien George
2016-06-28
py: Add MP_STATE_THREAD to hold state specific to a given thread.
Damien George
2016-06-27
unix: Fix Makefile to handle gc-sections linker flags on Mac OS.
Martin Müller
2016-06-19
unix/modmachine: Enable time_pulse_us() function.
Paul Sokolovsky
2016-06-18
unix/modmachine: Include PinBase class.
Paul Sokolovsky
2016-06-18
all: Rename mp_obj_type_t::stream_p to protocol.
Paul Sokolovsky
2016-06-18
unix: Disable FatFs VFS for normal build, keep enabled for coverage.
Paul Sokolovsky
2016-06-18
unix/alloc: Make coverage build and its overzealous warnings happy.
Paul Sokolovsky
2016-06-18
unix/alloc: Add option to use uPy's alloc-exec implementation even for libffi.
Paul Sokolovsky
2016-06-18
unix/Makefile: libffi: Build with -Os.
Paul Sokolovsky
2016-06-17
unix: Move "utime" module config to C level instead of make level.
Paul Sokolovsky
2016-06-17
unix: Time to build with --gc-sections.
Paul Sokolovsky
2016-06-16
unix: Deprecate support for GNU Readline (MICROPY_USE_READLINE=2).
Paul Sokolovsky
2016-06-16
unix/mpconfigport_minimal.h: Clearly mark where user-define config ends.
Paul Sokolovsky
2016-06-16
unix: Unbreak "minimal" target by disabling FatFs.
Paul Sokolovsky
2016-06-15
py/mpconfig.h: MP_NOINLINE is universally useful, move from unix port.
Paul Sokolovsky
2016-05-31
extmod/vfs_fat.c: Add vfs.stat().
Robert HH
2016-05-28
unix/Makefile: "make axtls": Automatically fetch submodules if missing.
Paul Sokolovsky
2016-05-28
unix/mpconfigport.mk: Document MICROPY_STANDALONE make-level option.
Paul Sokolovsky
2016-05-26
unix: Enable "ussl" module.
Paul Sokolovsky
2016-05-26
unix/Makefile: nanbox build is not compatible with modussl, disable.
Paul Sokolovsky
2016-05-23
unix: Support frozen packages.
Damien George
2016-05-22
py/objstr: Implement str.center().
Paul Sokolovsky
2016-05-21
unix/unix_mphal: Implement mp_hal_ticks_us().
Paul Sokolovsky
2016-05-18
unix/mpconfigport_coverage.h: Add dedicated config file for coverage build.
Paul Sokolovsky
2016-05-16
unix: Add ability to include frozen bytecode in the build.
Damien George
2016-05-10
unix: Enable uerrno module.
Damien George
2016-05-07
unix/mphalport: Add mp_hal_delay_us() for consistency with other ports.
Pavol Rusnak
2016-04-28
unix/Makefile: Make install more compatible (BSD, etc.).
Martin Müller
2016-04-19
unix: Make sure build dir exists before accessing it for freezing upip.
Paul Sokolovsky
2016-04-16
py: Add rules for automated extraction of qstrs from sources.
Jan Čapek
2016-04-15
py: Declare help, input, open builtins in core.
Paul Sokolovsky
2016-04-13
py: Add ability to have frozen persistent bytecode from .mpy files.
Damien George
2016-04-13
lib/utils/printf: Rework overriding printer of DEBUG_printf().
Paul Sokolovsky
[next]