micropython/stm
Dave Hylands d80ee8bbfd Added memzip filesystem support for teensy
You can now append a zipfile (containining uncomressed python sources)
to the micropython.hex file.

Use MEMZIP_DIR=directory when you call make, or set that in your
environment to include a different tree of source files.

Added sample /boot.py, /src/main.py, /test.py and /src/test.py files.

Added run command so that you can execute scripts from REPL (until import is implemented).

Added build directory to .gitignore
2014-01-11 16:16:20 -08:00
..
cc3k
fatfs
lib
.gitignore
Makefile Fix Makefile typo 2014-01-09 13:45:29 +02:00
audio.c
audio.h
delay.s
flash.c
flash.h
font_petme128_8x8.h
gchelper.s
i2c.c Merge branch 'cplusplus' of https://github.com/ian-v/micropython into ian-v-cplusplus 2014-01-07 15:58:30 +00:00
i2c.h
lcd.c
lcd.h
led.c Merge branch 'cplusplus' of https://github.com/ian-v/micropython into ian-v-cplusplus 2014-01-07 15:58:30 +00:00
led.h
lexerfatfs.c Updated teensy to use common code from stm directory. 2014-01-08 00:29:44 -08:00
lexerfatfs.h Move lexerstr to main py directory (everyone uses it). 2014-01-08 15:28:26 +00:00
main.c stm: Disable usart calls from C. 2014-01-11 10:01:22 +00:00
malloc0.c
mma.c
mma.h
mpconfigport.h Factor and simplify Makefile's and mpconfig, part 2. 2014-01-07 15:20:33 +00:00
printf.c Added memzip filesystem support for teensy 2014-01-11 16:16:20 -08:00
pybwlan.c py: Implement base class lookup, issubclass, isinstance. 2014-01-09 21:43:51 +00:00
pybwlan.h
sdio.c
servo.c Merge branch 'cplusplus' of https://github.com/ian-v/micropython into ian-v-cplusplus 2014-01-07 15:58:30 +00:00
servo.h
startup_stm32f40xx.s
std.h
stm32f405.ld
stm32fxxx_it.c
stm32fxxx_it.h
storage.c
storage.h
string0.c
system_stm32f4xx.c
systick.c
systick.h
timer.c
timer.h
usart.c Fix usart_obj_tx_str 2014-01-10 11:19:34 +02:00
usart.h Add USART Micro Python Bindings 2014-01-09 13:36:13 +02:00
usb.c
usb.h
usrsw.c
usrsw.h