micropython/stm
Damien f0d0940638 Add tools/dfu.py, and use it in stm/Makefile. 2013-12-20 12:07:50 +00:00
..
cc3k stm: initial commit of working CC3000 driver, based on Adafruit. 2013-12-05 20:38:23 +00:00
fatfs
lib stm: add pyb.sd_test; flash cache flushed only via MSD. 2013-12-20 11:45:06 +00:00
.gitignore
Makefile Add tools/dfu.py, and use it in stm/Makefile. 2013-12-20 12:07:50 +00:00
audio.c Add to STM code timer functionality to call Python on interrupt. 2013-11-06 23:04:33 +00:00
audio.h Add DAC, and simple audio driver to STM code. 2013-11-04 23:05:48 +00:00
delay.s
flash.c
flash.h
font_petme128_8x8.h
gchelper.s Add simple file support to board. 2013-11-03 14:53:34 +00:00
lcd.c stm: add function to LCD module to show text. 2013-11-30 15:02:29 +00:00
lcd.h STM: add LCD functions for pixel access; add RNG Py bindings. 2013-11-09 20:15:48 +00:00
led.c
led.h
lexerstm.c
lexerstm.h
main.c stm: add pyb.sd_test; flash cache flushed only via MSD. 2013-12-20 11:45:06 +00:00
malloc0.c
mma.c
mma.h
mpyconfig.h STM: add LCD functions for pixel access; add RNG Py bindings. 2013-11-09 20:15:48 +00:00
printf.c Add vprintf, vsnprintf to STM code. 2013-11-03 18:30:30 +00:00
pybwlan.c stm: initial commit of working CC3000 driver, based on Adafruit. 2013-12-05 20:38:23 +00:00
pybwlan.h stm: initial commit of working CC3000 driver, based on Adafruit. 2013-12-05 20:38:23 +00:00
sdio.c
startup_stm32f40xx.s
std.h
stm32f405.ld
stm32fxxx_it.c stm: add basic Servo class, and stop and standby functions. 2013-12-11 00:40:15 +00:00
stm32fxxx_it.h
storage.c stm: add pyb.sd_test; flash cache flushed only via MSD. 2013-12-20 11:45:06 +00:00
storage.h stm: add timer to storage cache so it can be flushed. 2013-12-11 00:38:40 +00:00
string0.c
system_stm32f4xx.c
systick.c stm: add __WFI to sys_tick delay. 2013-12-06 00:42:13 +00:00
systick.h
timer.c Small improvements to timer module. 2013-11-09 11:29:49 +00:00
timer.h Add to STM code timer functionality to call Python on interrupt. 2013-11-06 23:04:33 +00:00
usart.c Add USART support, connected to stdio for REPL. 2013-10-26 18:01:48 +01:00
usart.h Add USART support, connected to stdio for REPL. 2013-10-26 18:01:48 +01:00
usb.c
usb.h