Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lite
/
micropython
/
dc948e4d54eb8f7fecbd26efcfb3cd5d02bf8500
/
py
/
modarray.c
55f3324
all: Use the name MicroPython consistently in comments
by Alexander Steffen
· 8 years ago
93c4a6a
all: Remove 'name' member from mp_obj_module_t struct.
by Damien George
· 9 years ago
cbf7674
py: Add MP_ROM_* macros and mp_rom_* types and use them.
by Damien George
· 10 years ago
51dfcb4
py: Move to guarded includes, everywhere in py/ core.
by Damien George
· 11 years ago
3b603f2
Use MP_DEFINE_CONST_DICT macro to define module dicts.
by Damien George
· 11 years ago
cb78f86
py: Allow to disable array module and bytearray type.
by Paul Sokolovsky
· 11 years ago
59c675a
py: Include mpconfig.h before all other includes.
by Paul Sokolovsky
· 11 years ago
f6932d6
Prefix ARRAY_SIZE with micropython prefix MP_
by Emmanuel Blot
· 11 years ago
04b9147
Add license header to (almost) all files.
by Damien George
· 11 years ago
6d3c5e4
Add ARRAY_SIZE macro, and use it where possible.
by Damien George
· 11 years ago
8b0535e
py: Change module globals from mp_map_t* to mp_obj_dict_t*.
by Damien George
· 11 years ago
df6567e
Merge map.h into obj.h.
by Damien George
· 11 years ago
caac542
Proper support for registering builtin modules in ROM.
by Damien George
· 11 years ago