You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Damien b73085d288 stm: add pyb.sd_test; flash cache flushed only via MSD. 11 years ago
..
cc3k stm: initial commit of working CC3000 driver, based on Adafruit. 11 years ago
fatfs Working SysTick, code factoring, some boot-up code. 11 years ago
lib stm: add pyb.sd_test; flash cache flushed only via MSD. 11 years ago
.gitignore Inital commit of stm32f4xx framework. 11 years ago
Makefile stm: flush storage cache immediately; improve user interface. 11 years ago
audio.c Add to STM code timer functionality to call Python on interrupt. 11 years ago
audio.h Add DAC, and simple audio driver to STM code. 11 years ago
delay.s Inital commit of stm32f4xx framework. 11 years ago
flash.c Partially implement proper flash storage. 11 years ago
flash.h Partially implement proper flash storage. 11 years ago
font_petme128_8x8.h Inital commit of stm32f4xx framework. 11 years ago
gchelper.s Add simple file support to board. 11 years ago
lcd.c stm: add function to LCD module to show text. 11 years ago
lcd.h STM: add LCD functions for pixel access; add RNG Py bindings. 11 years ago
led.c Implement simple servo control using PWM. 11 years ago
led.h Implement simple servo control using PWM. 11 years ago
lexerstm.c stm: improved GC, and cooked output for VCP. 11 years ago
lexerstm.h Integrate new lexer stream with stm framework. 11 years ago
main.c stm: add pyb.sd_test; flash cache flushed only via MSD. 11 years ago
malloc0.c Implement simple servo control using PWM. 11 years ago
mma.c Add support for SD card (not working). 11 years ago
mma.h Implement simple servo control using PWM. 11 years ago
mpyconfig.h STM: add LCD functions for pixel access; add RNG Py bindings. 11 years ago
printf.c Add vprintf, vsnprintf to STM code. 11 years ago
pybwlan.c stm: initial commit of working CC3000 driver, based on Adafruit. 11 years ago
pybwlan.h stm: initial commit of working CC3000 driver, based on Adafruit. 11 years ago
sdio.c Add support for SD card (not working). 11 years ago
startup_stm32f40xx.s Fix up linker script; improve startup code; printf to USB. 11 years ago
std.h Implement simple servo control using PWM. 11 years ago
stm32f405.ld Partially implement proper flash storage. 11 years ago
stm32fxxx_it.c stm: add basic Servo class, and stop and standby functions. 11 years ago
stm32fxxx_it.h Working SysTick, code factoring, some boot-up code. 11 years ago
storage.c stm: add pyb.sd_test; flash cache flushed only via MSD. 11 years ago
storage.h stm: add timer to storage cache so it can be flushed. 11 years ago
string0.c Integrate new lexer stream with stm framework. 11 years ago
system_stm32f4xx.c Inital commit of stm32f4xx framework. 11 years ago
systick.c stm: add __WFI to sys_tick delay. 11 years ago
systick.h Implement simple servo control using PWM. 11 years ago
timer.c Small improvements to timer module. 11 years ago
timer.h Add to STM code timer functionality to call Python on interrupt. 11 years ago
usart.c Add USART support, connected to stdio for REPL. 11 years ago
usart.h Add USART support, connected to stdio for REPL. 11 years ago
usb.c Add USB HID support. Runs as an alternative to VCP+MSC. 11 years ago
usb.h Add USB HID support. Runs as an alternative to VCP+MSC. 11 years ago