micropython/stm
Damien George 698ec21e46 Make mp_obj_str_get_data return char* instead of byte*.
Can't decide which is better for string type, char or byte pointer.
Changing to char removes a few casts.  Really need to do proper unicode.
2014-02-08 18:17:23 +00:00
..
cc3k
cmsis
fatfs
stmperiph
stmusb
stmusbd
stmusbh
.gitignore
Makefile
adc.c
adc.h
audio.c
audio.h
delay.s
file.c Make mp_obj_str_get_data return char* instead of byte*. 2014-02-08 18:17:23 +00:00
file.h
flash.c
flash.h
font_petme128_8x8.h
gccollect.c
gccollect.h
gchelper.s
i2c.c
i2c.h
lcd.c Make mp_obj_str_get_data return char* instead of byte*. 2014-02-08 18:17:23 +00:00
lcd.h
led.c
led.h
lexerfatfs.c
lexerfatfs.h
main.c
malloc0.c
mma.c
mma.h
mpconfigport.h
pendsv.c
pendsv.h
printf.c
pybwlan.c
pybwlan.h
qstrdefsport.h
rtc.c
rtc.h
sdcard.c
sdcard.h
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 Make mp_obj_str_get_data return char* instead of byte*. 2014-02-08 18:17:23 +00:00
usart.h
usb.c
usb.h
usrsw.c
usrsw.h