micropython/stm
Damien George 27e735fd18 py: Replace stream_p with *stream_p in mp_obj_type_t.
This is to reduce ROM usage.  stream_p is used in file and socket types
only (at the moment), so seems a good idea to make the protocol
functions a pointer instead of the actual structure.

It saves 308 bytes of ROM in the stmhal/ port, 928 in unix/.
2014-04-05 23:02:23 +01:00
..
boards
cc3k
cmsis
fatfs
stmperiph
stmusb
stmusbd
stmusbh
.gitignore
Makefile
accel.c
accel.h
adc.c
adc.h
audio.c
audio.h
delay.s
exti.c
exti.h
file.c
file.h
flash.c
flash.h
font_petme128_8x8.h
gccollect.c
gccollect.h
gchelper.s
gpio.c
gpio.h
i2c.c
i2c.h
import.c
lcd.c
lcd.h
led.c
led.h
lexerfatfs.c
lexerfatfs.h
main.c
malloc0.c
math.c
mpconfigport.h
pendsv.c
pendsv.h
pin.c
pin.h
pin_map.c
pin_named_pins.c
printf.c
pybmodule.c
pybmodule.h
pybwlan.c
pybwlan.h
pyexec.c
pyexec.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
usart.h
usb.c
usb.h
usrsw.c
usrsw.h