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
i2c.h
lcd.c
lcd.h
led.c
led.h
lexerfatfs.c
lexerfatfs.h
main.c stm: Disable usart calls from C. 2014-01-11 10:01:22 +00:00
malloc0.c
mma.c
mma.h
mpconfigport.h
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
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
usb.c
usb.h
usrsw.c
usrsw.h