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
/
qemu-arm
/
mpconfigport.h
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-08-21
all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-06-06
qemu-arm: Enable micropython.mem_*() functions to allow more tests.
Paul Sokolovsky
2017-04-01
all: Move BYTES_PER_WORD definition from ports to py/mpconfig.h
Damien George
2017-03-13
qemu-arm: Add basic uos module with generic VFS capabilities.
Damien George
2017-03-02
qemu-arm: Enable machine module and associated tests.
Damien George
2017-02-03
qemu-arm/mpconfigport.h: Enable MICROPY_PY_BUILTINS_POW3 option.
Damien George
2016-11-03
qemu-arm: Enable software floating point support, and float tests.
Damien George
2016-10-21
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
Damien George
2016-10-14
qemu-arm: Enable lots of extmods and enable tests for them.
Damien George
2016-09-05
py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled.
Delio Brignoli
2016-08-17
qemu-arm: Enable MICROPY_PY_ALL_SPECIAL_METHODS.
Damien George
2016-08-15
ports: Remove typedef of machine_ptr_t, it's no longer needed.
Damien George
2016-03-15
qemu-arm: Enable builtin override feature, and enable more tests.
Damien George
2015-10-15
py: Remove dependency on printf/fwrite in mp_plat_print.
Damien George
2015-07-20
qemu-arm: Enable array slice assignment to get memoryview1 test to pass.
Delio Brignoli
2015-04-04
stmhal, qemu-arm: Enable sys.maxsize attribute.
Damien George
2015-02-28
qemu-arm: Handle sys.exit() to allow skip tests in testsuite.
Paul Sokolovsky
2015-02-16
qemu-arm: Enable source line numbers, for easier debugging.
Damien George
2015-01-12
qemu-arm: Enable GC and native code-gen; enable more tests.
Damien George
2015-01-09
py: Disable stack checking by default; enable on most ports.
Damien George
2015-01-09
qemu-arm: Add 'test' target to Makefile to run and verify test suite.
Damien George
2014-11-17
ports: Define mp_off_t.
Paul Sokolovsky
2014-08-24
py: Fix bug where GC collected native/viper/asm function data.
Damien George
2014-07-03
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-06-08
Provide definition of alloca() in mpconfigport.h.
Damien George
2014-05-24
Rename configuration variables controling Python features.
Damien George
2014-05-21
Tidy up some configuration options.
Damien George
2014-05-19
qemu-arm: Disable "io" module.
Paul Sokolovsky
2014-04-21
qemu-arm: more generic port name.
Ilya Dmitrichenko