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 1c62d04e2e Add DAC, and simple audio driver to STM code. 11 years ago
..
fatfs Working SysTick, code factoring, some boot-up code. 11 years ago
lib Add DAC, and simple audio driver to STM code. 11 years ago
.gitignore Inital commit of stm32f4xx framework. 11 years ago
Makefile Add DAC, and simple audio driver to STM code. 11 years ago
audio.c Add DAC, and simple audio driver to STM code. 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 Floats work with MP on board; function for LCD pixel manipulation. 11 years ago
lcd.h Floats work with MP on board; function for LCD pixel manipulation. 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 Add DAC, and simple audio driver to STM code. 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 Floats work with MP on board; function for LCD pixel manipulation. 11 years ago
printf.c Add vprintf, vsnprintf to STM code. 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 Add DAC, and simple audio driver to STM code. 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