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
/
unix
/
mpconfigport.h
Age
Commit message (
Expand
)
Author
2016-08-07
py/objstr: Make .partition()/.rpartition() methods configurable.
Paul Sokolovsky
2016-08-06
unix: Enable websocket module.
Paul Sokolovsky
2016-07-30
py/mpconfig.h: Add MICROPY_STREAMS_POSIX_API setting.
Paul Sokolovsky
2016-07-26
unix/mpconfigport.h: Include stdio.h by default.
Paul Sokolovsky
2016-07-22
unix: Enable MICROPY_PY_STR_BYTES_CMP_WARN.
Paul Sokolovsky
2016-07-13
extmod/modussl_axtls: Further changes to allow alternative SSL modules.
Paul Sokolovsky
2016-06-19
unix/modmachine: Enable time_pulse_us() function.
Paul Sokolovsky
2016-06-18
unix: Disable FatFs VFS for normal build, keep enabled for coverage.
Paul Sokolovsky
2016-06-18
unix/alloc: Add option to use uPy's alloc-exec implementation even for libffi.
Paul Sokolovsky
2016-06-17
unix: Move "utime" module config to C level instead of make level.
Paul Sokolovsky
2016-06-15
py/mpconfig.h: MP_NOINLINE is universally useful, move from unix port.
Paul Sokolovsky
2016-05-22
py/objstr: Implement str.center().
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-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
2016-04-11
unix: Build with MICROPY_PY_UHASHLIB_SHA1 if already building with axTLS.
Paul Sokolovsky
2016-02-25
unix: Enabled importing of persistent bytecode (.mpy files).
Damien George
2016-02-15
py/mpstate.h: fs_user_mount is now standard, reusable uPy functionality.
Paul Sokolovsky
2016-02-14
unix: Enable VfsFat support.
Paul Sokolovsky
2016-01-29
py/runtime: mp_stack_ctrl_init() should be called immediately on startup.
Paul Sokolovsky
2016-01-17
extmod/modurandom: Add "urandom" module.
Paul Sokolovsky
2016-01-15
unix: Add option to build 64-bit NaN-boxing interpreter.
Damien George
2016-01-01
extmod/moduos_dupterm: Make mp_uos_dupterm_tx_strn() function reusable.
Paul Sokolovsky
2016-01-01
py: Clean up instantiation of dupterm object.
Paul Sokolovsky
2016-01-01
py/mpconfig: Make configuration of dupterm object reusable.
Paul Sokolovsky
2015-12-28
unix: Implement uos.dupterm(). Conditional on MICROPY_PY_OS_DUPTERM.
Paul Sokolovsky
2015-12-23
unix/unix_mphal: Raise KeyboardInterrupt straight from signal handler.
Paul Sokolovsky
2015-12-18
unix: machine_mem improvements
Dave Hylands
2015-12-18
ports: Rename "machine" module to "umachine".
Paul Sokolovsky
2015-12-16
unix: Change define logic of _DIRENT_HAVE_D_INO to match other macros.
Damien George
2015-12-14
unix/modos: Implement ilistdir().
Paul Sokolovsky
2015-12-13
unix/moduselect: Make configurable with MICROPY_PY_USELECT.
Paul Sokolovsky
2015-12-13
unix: Move modmachine into unix directory
Dave Hylands
2015-12-12
unix: Rename "_os" module to "uos" for consistency with baremetal ports.
Paul Sokolovsky
2015-12-03
unix/mpconfigport: Typo fix in comment.
Paul Sokolovsky
2015-12-02
unix/mpconfigport.h: For MICROPY_NO_ALLOCA=1, don't even include alloca.h.
Paul Sokolovsky
2015-11-29
py: Add MP_ROM_* macros and mp_rom_* types and use them.
Damien George
2015-11-29
unix/modtime: sleep(): Automatically restart after receiving EINTR.
Paul Sokolovsky
2015-11-22
unix: Use printf() implementation in terms of mp_printf().
Paul Sokolovsky
2015-11-17
unix: Add "uselect" module, with poll() function.
Paul Sokolovsky
2015-11-13
unix: Use standard mphalport.h header.
Paul Sokolovsky
2015-11-13
unix: Allow to override MICROPY_PY_MATH_SPECIAL_FUNCTIONS from command-line.
Paul Sokolovsky
2015-11-13
unix/mpconfigport: Move log2() definition to modmath.c.
Paul Sokolovsky
2015-10-31
all: Add py/mphal.h and use it in all ports.
Damien George
2015-10-18
unix/modos: Add statvfs() function.
Paul Sokolovsky
2015-10-15
unix: Fix coverage build now that mp_plat_print uses write.
Damien George
2015-10-15
py: Remove dependency on printf/fwrite in mp_plat_print.
Damien George
2015-10-15
unix: Allow to build against Android down to 1.5.
Paul Sokolovsky
[next]