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
/
py
/
nativeglue.c
Age
Commit message (
Expand
)
Author
2017-10-11
py/emitnative: Implement floor-division and modulo for viper emitter.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-08-15
py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.
Stefan Naumann
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-04-22
py: Add LOAD_SUPER_METHOD bytecode to allow heap-free super meth calls.
Damien George
2017-02-16
py: Optimise storage of iterator so it takes only 4 slots on Py stack.
Damien George
2017-02-16
py/runtime: Convert mp_uint_t to size_t where appropriate.
Damien George
2016-12-09
py: Allow inline-assembler emitter to be generic.
Damien George
2016-02-09
py/viper: Allow casting of Python integers to viper pointers.
Damien George
2016-02-02
py: Extend native type-sig to use 4 bits, so uint is separate to ptr.
Damien George
2016-01-27
py/inlineasm: Add ability to specify return type of asm_thumb funcs.
Damien George
2016-01-07
py/viper: Truncate viper integer args so they can be up to 32-bit.
Damien George
2015-10-11
py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming.
Paul Sokolovsky
2015-06-25
py: Remove mp_load_const_bytes and instead load precreated bytes object.
Damien George
2015-06-25
py: Remove mp_load_const_str and replace uses with inlined version.
Damien George
2015-04-07
py: Implement full func arg passing for native emitter.
Damien George
2015-04-06
py: Implement calling functions with *args in native emitter.
Damien George
2015-04-03
py: Implement closures in native code generator.
Damien George
2015-02-08
py: Parse big-int/float/imag constants directly in parser.
Damien George
2015-01-21
py: Implement proper re-raising in native codegen's finally handler.
Damien George
2015-01-01
py: Move to guarded includes, everywhere in py/ core.
Damien George
2014-09-29
py: Add casting to viper; add native mem stores to viper.
Damien George
2014-09-06
py: Native emitter now supports delete name & global, and end finally.
Damien George
2014-08-30
py: Change uint to mp_uint_t in runtime.h, stackctrl.h, binary.h.
Damien George
2014-08-28
py: Move native glue code from runtime.c to new file nativeglue.c.
v1.3.1
Damien George