micropython/stm
Damien George 2abbae3419 stm: Rename mma -> accel. 2014-02-16 21:41:57 +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 stm: Only define __packed if not already defined. 2014-02-16 11:24:44 +00:00
stmusbd stm: If SD card inserted on hard reset, it is the medium for USB MSD. 2014-02-13 23:21:02 +00:00
stmusbh
.gitignore
Makefile stm: Rename mma -> accel. 2014-02-16 21:41:57 +00:00
accel.c stm: Rename mma -> accel. 2014-02-16 21:41:57 +00:00
accel.h stm: Rename mma -> accel. 2014-02-16 21:41:57 +00:00
adc.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
adc.h
audio.c
audio.h
delay.s
file.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
file.h
flash.c
flash.h
font_petme128_8x8.h
gccollect.c stm: Tidy up memory labels; optimise GC root scanning. 2014-02-10 22:50:44 +00:00
gccollect.h stm: Tidy up memory labels; optimise GC root scanning. 2014-02-10 22:50:44 +00:00
gchelper.s stm: Tidy up memory labels; optimise GC root scanning. 2014-02-10 22:50:44 +00:00
i2c.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
i2c.h
lcd.c Change mp_obj_type_t.name from const char * to qstr. 2014-02-15 11:34:50 +00:00
lcd.h
led.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +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: Rename mma -> accel. 2014-02-16 21:41:57 +00:00
malloc0.c Generalize malloc-via-gc-heap support, make it available to unix port. 2014-02-11 16:20:02 +02:00
mpconfigport.h stm: Add specific UINT_FMT and INT_FMT. 2014-02-11 21:58:08 +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 Make DEBUG_printf() a proper function, implementation is port-dependent. 2014-02-16 18:20:49 +02:00
pybwlan.c Remove mp_obj_new_exception_msg_1_arg and _2_arg. 2014-02-12 23:02:19 +00:00
pybwlan.h
pyexec.c stm: Put REPL functions in own file; add raw REPL mode. 2014-02-16 21:36:03 +00:00
pyexec.h stm: Put REPL functions in own file; add raw REPL mode. 2014-02-16 21:36:03 +00:00
qstrdefsport.h stm: Rename mma -> accel. 2014-02-16 21:41:57 +00:00
rtc.c stm: Increase timeout for RTC LSE startup; use backup regs. 2014-01-28 23:47:28 +00:00
rtc.h
sdcard.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
sdcard.h stm: If SD card inserted on hard reset, it is the medium for USB MSD. 2014-02-13 23:21:02 +00:00
servo.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
servo.h
startup_stm32f40xx.s stm: Tidy up memory labels; optimise GC root scanning. 2014-02-10 22:50:44 +00:00
std.h stm: Provide malloc()/realloc()/free(), as forwarding to gc_*() functions. 2014-02-11 18:09:50 +02:00
stm32f405.ld stm: Tidy up memory labels; optimise GC root scanning. 2014-02-10 22:50:44 +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 stm: Remove unused, useless and not-to-be-used strndup. 2014-02-10 22:55:15 +00:00
system_stm32f4xx.c
systick.c
systick.h
timer.c
timer.h
usart.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
usart.h
usb.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
usb.h stm: Put REPL functions in own file; add raw REPL mode. 2014-02-16 21:36:03 +00:00
usrsw.c Initial support for Netduino 2014-02-03 23:26:05 -08:00
usrsw.h