Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lite
/
micropython
/
93965e726fb307739c31b0fc61d972391ffba677
/
py
/
modmicropython.c
bb4c6f3
py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself.
by Damien George
· 11 years ago
5b7fd20
Add support for storing args during an exception raised by an irq.
by Dave Hylands
· 11 years ago
40f3c02
Rename machine_(u)int_t to mp_(u)int_t.
by Damien George
· 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
[Renamed (99%) from py/builtinmp.c]
efe3422
py: Clean up includes.
by xbe
· 11 years ago
0c36da0
Implement ROMable modules. Add math module.
by Damien George
· 11 years ago
520e2f5
Replace global "static" -> "STATIC", to allow "analysis builds". Part 2.
by Paul Sokolovsky
· 11 years ago
55baff4
Revamp qstrs: they now include length and hash.
by Damien George
· 12 years ago
91d457a
py: Put micropython module init code in builtinmp.c.
by Damien George
· 12 years ago
440cc3f
Expose memory stats functions via "micropython" module.
by Paul Sokolovsky
· 12 years ago