micropython/stm
Damien George a71c83a1d1 Change mp_obj_type_t.name from const char * to qstr.
Ultimately all static strings should be qstr.  This entry in the type
structure is only used for printing error messages (to tell the type of
the bad argument), and printing objects that don't supply a .print method.
2014-02-15 11:34:50 +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 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 Change mp_obj_type_t.name from const char * to qstr. 2014-02-15 11:34:50 +00:00
adc.c Change mp_obj_type_t.name from const char * to qstr. 2014-02-15 11:34:50 +00:00
adc.h
audio.c
audio.h
delay.s
file.c Change mp_obj_type_t.name from const char * to qstr. 2014-02-15 11:34:50 +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 Change mp_obj_type_t.name from const char * to qstr. 2014-02-15 11:34:50 +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 Change mp_obj_type_t.name from const char * to qstr. 2014-02-15 11:34:50 +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: If SD card inserted on hard reset, it is the medium for USB MSD. 2014-02-13 23:21:02 +00:00
malloc0.c Generalize malloc-via-gc-heap support, make it available to unix port. 2014-02-11 16:20:02 +02:00
mma.c
mma.h
mpconfigport.h stm: Add specific UINT_FMT and INT_FMT. 2014-02-11 21:58:08 +00:00
pendsv.c
pendsv.h
printf.c
pybwlan.c Remove mp_obj_new_exception_msg_1_arg and _2_arg. 2014-02-12 23:02:19 +00:00
pybwlan.h
qstrdefsport.h Change mp_obj_type_t.name from const char * to qstr. 2014-02-15 11:34:50 +00:00
rtc.c
rtc.h
sdcard.c Change mp_obj_type_t.name from const char * to qstr. 2014-02-15 11:34:50 +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 Change mp_obj_type_t.name from const char * to qstr. 2014-02-15 11:34:50 +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 Change mp_obj_type_t.name from const char * to qstr. 2014-02-15 11:34:50 +00:00
usart.h
usb.c
usb.h
usrsw.c Initial support for Netduino 2014-02-03 23:26:05 -08:00
usrsw.h