Proper support for registering builtin modules in ROM.

Comes with some refactoring of code and renaming of files.  All modules
are now named mod*.[ch].
This commit is contained in:
Damien George
2014-03-25 14:18:18 +00:00
parent 1dfde891e3
commit caac542b23
26 changed files with 297 additions and 196 deletions

View File

@@ -74,8 +74,11 @@ PY_O_BASENAME = \
builtin.o \
builtinimport.o \
builtinevex.o \
builtinmp.o \
builtinmath.o \
builtintables.o \
modarray.o \
modcollections.o \
modmath.o \
modmicropython.o \
vm.o \
showbc.o \
repl.o \