Add SD card debug view.

Bus and card configuration data, write and read testing.
This commit is contained in:
Jared Boone
2016-04-10 17:16:39 -07:00
parent 12939a0f82
commit 0cb923be6d
4 changed files with 617 additions and 1 deletions

View File

@@ -164,6 +164,7 @@ CPPSRC = main.cpp \
ui_debug.cpp \
ui_baseband_stats_view.cpp \
ui_sd_card_status_view.cpp \
ui_sd_card_debug.cpp \
ui_console.cpp \
ui_receiver.cpp \
ui_spectrum.cpp \
@@ -189,6 +190,7 @@ CPPSRC = main.cpp \
../common/chibios_cpp.cpp \
../common/debug.cpp \
../common/gcc.cpp \
../common/lfsr_random.cpp \
core_control.cpp \
cpld_max5.cpp \
jtag.cpp \