Go to file
Mario Hüttel 04a1714237 Improve read performance by switching to DMA and mult-block operations 2020-03-01 20:13:31 +01:00
.settings found bug in get response function. compile with O0 works. Further checking required 2017-04-17 22:03:37 +02:00
boot STM32F407VE adaptations, tried to find initialization bug 2017-04-15 19:50:17 +02:00
fatfs Improve read performance by switching to DMA and mult-block operations 2020-03-01 20:13:31 +01:00
hardfault STM32F407VE adaptations, tried to find initialization bug 2017-04-15 19:50:17 +02:00
include Omplement first draft of write functionality 2020-02-22 21:52:51 +01:00
mathlib fixed #1 2017-03-31 13:25:42 +02:00
startup implmented initialization, fixed a few bugs, fixed indentation 2017-04-02 23:54:06 +02:00
syscalls fixed #1 2017-03-31 13:25:42 +02:00
uart fixed #1 2017-03-31 13:25:42 +02:00
.cproject found bug in get response function. compile with O0 works. Further checking required 2017-04-17 22:03:37 +02:00
.gitignore Tested SDIO functionality. Still works. Rework has to be done urgently code is very bad 2020-01-19 20:47:52 +01:00
.project edited project 2017-04-06 18:14:15 +02:00
GCCPARAMS.txt Init 2015-04-26 17:54:51 +02:00
Makefile Add new fatfs module. will fix warnings and sdio driver later on 2020-01-14 21:55:51 +01:00
main.c Add write test 2020-02-26 23:51:51 +01:00
program-device.gdb Add programming scripts for Jlink 2020-02-25 17:28:38 +01:00
program-device.sh Add programming scripts for Jlink 2020-02-25 17:28:38 +01:00
stm32f407vgt6_flash.ld Edit linker script and fix read function in SDIO 2020-02-22 19:30:13 +01:00