micropython/stm
Damien George 23177088d2 stm: Mount SD card on 1:/ if present.
If SD card is present on (soft) reset then it's mounted on 1:/ and files
can be openned using, eg, open('1:/test.txt', 'r'), or 'w' for writing.
2014-02-08 16:00:15 +00:00
..
cc3k
cmsis
fatfs stm: Mount SD card on 1:/ if present. 2014-02-08 16:00:15 +00:00
stmperiph stm: Mount SD card on 1:/ if present. 2014-02-08 16:00:15 +00:00
stmusb Initial support for Netduino 2014-02-03 23:26:05 -08:00
stmusbd Merge branch 'iabdalkader-master' 2014-02-01 16:17:06 +00:00
stmusbh
.gitignore
Makefile stm: Mount SD card on 1:/ if present. 2014-02-08 16:00:15 +00:00
adc.c
adc.h
audio.c
audio.h
delay.s
file.c Remove redundant include in file.c 2014-01-29 15:05:53 +02:00
file.h
flash.c
flash.h
font_petme128_8x8.h
gccollect.c stm: Fix gccollect ram range. 2014-01-29 19:21:17 +00:00
gccollect.h Move HEAP_END and RAM_END to linker script 2014-01-29 12:52:03 +02:00
gchelper.s
i2c.c
i2c.h
lcd.c Initial support for Netduino 2014-02-03 23:26:05 -08:00
lcd.h
led.c stm: Add support for ctrl-C to interrupt running Python. 2014-02-01 16:04:34 +00:00
led.h
lexerfatfs.c Search paths properly on import and execute __init__.py if it exists. 2014-02-05 23:57:48 +00:00
lexerfatfs.h
main.c stm: Mount SD card on 1:/ if present. 2014-02-08 16:00:15 +00:00
malloc0.c
mma.c
mma.h
mpconfigport.h Implement fixed buffer vstrs; use them for import path. 2014-02-06 21:11:19 +00:00
pendsv.c stm: Add support for ctrl-C to interrupt running Python. 2014-02-01 16:04:34 +00:00
pendsv.h stm: Add support for ctrl-C to interrupt running Python. 2014-02-01 16:04:34 +00:00
printf.c
pybwlan.c
pybwlan.h
qstrdefsport.h
rtc.c
rtc.h
sdcard.c stm: Mount SD card on 1:/ if present. 2014-02-08 16:00:15 +00:00
sdcard.h stm: Mount SD card on 1:/ if present. 2014-02-08 16:00:15 +00:00
servo.c
servo.h
startup_stm32f40xx.s
std.h
stm32f405.ld stm: Fix gccollect ram range. 2014-01-29 19:21:17 +00:00
stm32fxxx_it.c Initial support for Netduino 2014-02-03 23:26:05 -08:00
stm32fxxx_it.h
storage.c stm: Mount SD card on 1:/ if present. 2014-02-08 16:00:15 +00:00
storage.h stm: Mount SD card on 1:/ if present. 2014-02-08 16:00:15 +00:00
string0.c
system_stm32f4xx.c
systick.c
systick.h
timer.c
timer.h
usart.c
usart.h
usb.c Merge branch 'iabdalkader-master' 2014-02-01 16:17:06 +00:00
usb.h Merge branch 'iabdalkader-master' 2014-02-01 16:17:06 +00:00
usrsw.c Initial support for Netduino 2014-02-03 23:26:05 -08:00
usrsw.h