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 4c51cbdc0b Add proper FPU compile flags; disable Python float support. 11 years ago
..
fatfs Working SysTick, code factoring, some boot-up code. 11 years ago
lib Remove debugging print for SD card; add comment to possibly-buggy USB code. 11 years ago
.gitignore Inital commit of stm32f4xx framework. 11 years ago
Makefile Add proper FPU compile flags; disable Python float support. 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 gchelper.s, to load registers and clean stack for GC. 11 years ago
lcd.c Implement simple servo control using PWM. 11 years ago
lcd.h Implement simple servo control using PWM. 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 Working SD card, but no functionality yet (was hardware error). 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 Add proper FPU compile flags; disable Python float support. 11 years ago
printf.c Add USART support, connected to stdio for REPL. 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 Add support for SD card (not working). 11 years ago
stm32fxxx_it.h Working SysTick, code factoring, some boot-up code. 11 years ago
storage.c Implement simple servo control using PWM. 11 years ago
storage.h Implement simple servo control using PWM. 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 Implement simple servo control using PWM. 11 years ago
systick.h Implement simple servo control using PWM. 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