micropython/stm
Damien George 323f39a2b3 Merge pull request #278 from pfalcon/unix-gc
Enable GC for Unix port
2014-02-11 21:42:09 +00:00
..
cc3k
cmsis
fatfs
stmperiph
stmusb
stmusbd
stmusbh
.gitignore
Makefile Enable link map file generation. 2014-02-11 14:42:20 +02:00
adc.c
adc.h
audio.c
audio.h
delay.s
file.c
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
i2c.h
lcd.c
lcd.h
led.c
led.h
lexerfatfs.c
lexerfatfs.h
main.c stm: Tidy up memory labels; optimise GC root scanning. 2014-02-10 22:50:44 +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: Provide malloc()/realloc()/free(), as forwarding to gc_*() functions. 2014-02-11 18:09:50 +02:00
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 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
stm32fxxx_it.h
storage.c
storage.h
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
usart.h
usb.c
usb.h
usrsw.c
usrsw.h