index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
py
/
emitglue.c
Commit message (
Expand
)
Author
Age
*
Merge tag 'v1.9.2' into parse-bytecode
Damien George
2017-08-30
|
\
|
*
py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.
Stefan Naumann
2017-08-15
|
*
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-31
*
|
Merge tag 'v1.8.7' into parse-bytecode
Damien George
2017-08-14
|
\
|
|
*
py/emitglue: Refactor to remove assert(0), to improve coverage.
Damien George
2016-12-21
|
*
py: Allow inline-assembler emitter to be generic.
Damien George
2016-12-09
|
*
py: Factor persistent code load/save funcs into persistentcode.[ch].
Damien George
2016-11-16
*
|
Merge tag 'v1.8.5' into parse-bytecode
Damien George
2017-08-14
|
\
|
|
*
esp8266: Enable importing of precompiled .mpy files.
Damien George
2016-10-12
*
|
Merge tag 'v1.8.4' into parse-bytecode
Damien George
2017-08-14
|
\
|
|
*
py/emitglue.c: provide mp_raw_code_load_file for any unix architecture
Chris Packham
2016-09-04
|
*
py/emitglue: Use more compact mp_raise_ValueError function.
Damien George
2016-08-26
*
|
Merge tag 'v1.8.1' into parse-bytecode
Damien George
2017-08-13
|
\
|
|
*
py/emitglue: Fix build on AArch64 (ARMv8, etc.) related to loading .mpy files.
Paul Sokolovsky
2016-05-12
*
|
Merge tag 'v1.8' into parse-bytecode
Damien George
2017-08-13
|
\
|
|
*
py: Add ability to have frozen persistent bytecode from .mpy files.
Damien George
2016-04-13
|
*
py/emitglue: Make mp_raw_code_t* arguments constant pointers.
Damien George
2016-04-13
|
*
py/emitglue: Move typedef of mp_raw_code_t from .c to .h file.
Damien George
2016-04-13
*
|
py/emitglue: Suppress warning for unused parameter.
Damien George
2016-04-18
|
/
*
py/emitglue: Get persistent bytecode working on Linux ARM platform.
Markus Fix
2016-03-07
*
py: Add MICROPY_DYNAMIC_COMPILER option to config compiler at runtime.
Damien George
2016-02-25
*
py/inlineasm: Add ability to specify return type of asm_thumb funcs.
Damien George
2016-01-27
*
py/emitglue: Use mp_obj_is_float instead of MP_OBJ_IS_TYPE.
Damien George
2016-01-13
*
py/emitglue: Add more feature flags to .mpy persistent bytecode output.
Damien George
2016-01-08
*
py/emitglue: Add include of unistd.h for read function.
Damien George
2015-12-18
*
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Damien George
2015-11-29
*
py: Change qstr_* functions to use size_t as the type for str len arg.
Damien George
2015-11-29
*
py: Change mp_print_strn_t func type to use size_t for the str length.
Damien George
2015-11-29
*
py/emitglue: Implement persistent saving and loading of const objects.
Damien George
2015-11-23
*
py/emitglue: Add feature-flag header to .mpy to detect bytecode compat.
Damien George
2015-11-23
*
py/emitglue: Host definition of mp_verbose_flag.
Paul Sokolovsky
2015-11-21
*
py/emitglue: Add mp_raw_code_load_mem to load raw-code from memory.
Damien George
2015-11-20
*
py/emitglue: Only compile raw-code fatfs loader when on thumb2 platform.
Damien George
2015-11-20
*
py: Add MICROPY_PERSISTENT_CODE_LOAD/SAVE to load/save bytecode.
Damien George
2015-11-13
*
py: Add constant table to bytecode.
Damien George
2015-11-13
*
py: Put all bytecode state (arg count, etc) in bytecode.
Damien George
2015-11-13
*
py: Implement full func arg passing for native emitter.
Damien George
2015-04-07
*
py: Don't use anonymous unions, name them instead.
Damien George
2015-01-24
*
py, unix: Allow to compile with -Wunused-parameter.
Damien George
2015-01-20
*
py: Add "default" to switches to allow better code flow analysis.
Damien George
2015-01-14
*
py: Move to guarded includes, everywhere in py/ core.
Damien George
2015-01-01
*
unix: Make -v dump memory info at exit.
Paul Sokolovsky
2014-10-26
*
py: Store bytecode arg names in bytecode (were in own array).
Damien George
2014-10-25
*
py: Fix debug-printing of bytecode line numbers.
Damien George
2014-10-24
*
py: Fix line number printing for file with 1 line.
Damien George
2014-08-26
*
py: Fix bug where GC collected native/viper/asm function data.
Damien George
2014-08-24
*
py: Allow viper to have type annotations.
Damien George
2014-08-15
*
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-07-03
*
py: Include mpconfig.h before all other includes.
Paul Sokolovsky
2014-06-21
*
py: Implement default keyword only args.
Damien George
2014-06-07
[next]