micropython/cc3200/util
Damien George 4ebdb1f2b2 py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
In order to have more fine-grained control over how builtin functions are
constructed, the MP_DECLARE_CONST_FUN_OBJ macros are made more specific,
with suffix of _0, _1, _2, _3, _VAR, _VAR_BETEEN or _KW.  These names now
match the MP_DEFINE_CONST_FUN_OBJ macros.
2016-10-21 16:26:01 +11:00
..
cryptohash.c
cryptohash.h
fifo.c
fifo.h
gccollect.c
gccollect.h
gchelper.h
gchelper.s
random.c
random.h py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros. 2016-10-21 16:26:01 +11:00
sleeprestore.h
sleeprestore.s
socketfifo.c
socketfifo.h
std.h