Initial fork for SCSI2SD-V6 firmware.
authorMichael McMaster <michael@codesrc.com>
Fri, 6 Nov 2015 00:03:01 +0000 (10:03 +1000)
committerMichael McMaster <michael@codesrc.com>
Thu, 26 May 2016 12:38:27 +0000 (22:38 +1000)
The Cypress PSoC microcontroller of the previous SCSI2SD designs
is being replaced with a STM32F2 + Lattice iCE40 FPGA.

9804 files changed:
CHANGELOG
COPYING
Makefile [new file with mode: 0644]
STATUS [deleted file]
STM32CubeMX/SCSI2SD-V6/.mxproject [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q7.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q7.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q7.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q7.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q7.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q7.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q7.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q7.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q7.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/CommonTables/arm_common_tables.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/CommonTables/arm_const_structs.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_f64.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f64.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_init_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_opt_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_opt_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_opt_q7.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_opt_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_opt_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_opt_q7.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q7.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q7.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_opt_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_opt_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_opt_q7.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q7.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q7.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q7.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q7.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q7.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_cmplx_mult_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_cmplx_mult_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_cmplx_mult_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_inverse_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_inverse_f64.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q7.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q7.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q7.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q7.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q7.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q7.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q7.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_float.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q7.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_float.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q7.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_float.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_bitreversal.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_init_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_init_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_init_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix8_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_fast_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_fast_init_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_f32.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q15.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q31.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Include/stm32f205xx.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Include/stm32f207xx.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Include/stm32f215xx.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Include/stm32f217xx.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Include/stm32f2xx.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Include/system_stm32f2xx.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/arm/startup_stm32f205xx.s [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/arm/startup_stm32f207xx.s [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/arm/startup_stm32f215xx.s [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/arm/startup_stm32f217xx.s [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/gcc/startup_stm32f205xx.s [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/gcc/startup_stm32f207xx.s [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/gcc/startup_stm32f215xx.s [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/gcc/startup_stm32f217xx.s [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/startup_stm32f205xx.s [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/startup_stm32f207xx.s [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/startup_stm32f215xx.s [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/startup_stm32f217xx.s [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/system_stm32f2xx.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Include/arm_common_tables.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Include/arm_const_structs.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Include/arm_math.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Include/core_cm0.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Include/core_cm0plus.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Include/core_cm3.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Include/core_cm4.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Include/core_cm7.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Include/core_cmFunc.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Include/core_cmInstr.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Include/core_cmSimd.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Include/core_sc000.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Include/core_sc300.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/RTOS/Template/cmsis_os.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_adc.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_adc_ex.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_can.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_conf_template.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_cortex.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_crc.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_cryp.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_dac.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_dac_ex.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_dcmi.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_def.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_dma.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_dma_ex.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_eth.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_flash.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_flash_ex.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_gpio.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_gpio_ex.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_hash.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_hcd.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_i2c.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_i2s.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_irda.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_iwdg.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_nand.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_nor.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_pccard.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_pcd.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_pcd_ex.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_pwr.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_pwr_ex.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_rcc.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_rcc_ex.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_rng.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_rtc.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_rtc_ex.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_sd.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_smartcard.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_spi.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_sram.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_tim.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_tim_ex.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_uart.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_usart.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_wwdg.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_fsmc.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_sdmmc.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_usb.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_adc.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_adc_ex.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_can.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_cortex.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_crc.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_cryp.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dac.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dac_ex.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dcmi.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dma.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dma_ex.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_eth.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_flash.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_flash_ex.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_gpio.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_hash.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_hcd.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_i2c.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_i2s.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_irda.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_iwdg.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_msp_template.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_nand.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_nor.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pccard.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pcd.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pcd_ex.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pwr.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pwr_ex.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_rcc.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_rcc_ex.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_rng.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_rtc.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_rtc_ex.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_sd.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_smartcard.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_spi.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_sram.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_tim.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_tim_ex.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_uart.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_usart.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_wwdg.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_fsmc.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_sdmmc.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_usb.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Inc/bsp_driver_sd.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Inc/ffconf.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Inc/fsmc.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Inc/gpio.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Inc/mxconstants.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Inc/sdio.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Inc/spi.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Inc/stm32f2xx_hal_conf.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Inc/stm32f2xx_it.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Inc/tim.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Inc/usart.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Inc/usb_device.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Inc/usb_host.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Inc/usbd_conf.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Inc/usbd_desc.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Inc/usbh_conf.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_conf_template.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_core.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ctlreq.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_def.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ioreq.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_conf_template.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Host_Library/Class/MSC/Inc/usbh_msc.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Host_Library/Class/MSC/Inc/usbh_msc_bot.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Host_Library/Class/MSC/Inc/usbh_msc_scsi.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Host_Library/Class/MSC/Src/usbh_msc.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Host_Library/Class/MSC/Src/usbh_msc_bot.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Host_Library/Class/MSC/Src/usbh_msc_scsi.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/usbh_conf_template.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/usbh_core.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/usbh_ctlreq.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/usbh_def.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/usbh_ioreq.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/usbh_pipes.h [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Host_Library/Core/Src/usbh_conf_template.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Host_Library/Core/Src/usbh_core.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Host_Library/Core/Src/usbh_ctlreq.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Host_Library/Core/Src/usbh_ioreq.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Host_Library/Core/Src/usbh_pipes.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/SCSI2SD-V6.ioc [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Src/bsp_driver_sd.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Src/fsmc.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Src/gpio.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Src/main.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Src/sdio.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Src/spi.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Src/stm32f2xx_hal_msp.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Src/stm32f2xx_it.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Src/tim.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Src/usart.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Src/usb_device.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Src/usb_host.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Src/usbd_conf.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Src/usbd_desc.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/Src/usbh_conf.c [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/TrueSTUDIO/SCSI2SD-V6 Configuration/.cproject [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/TrueSTUDIO/SCSI2SD-V6 Configuration/.project [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/TrueSTUDIO/SCSI2SD-V6 Configuration/.settings/com.atollic.truestudio.debug.hardware_device.prefs [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/TrueSTUDIO/SCSI2SD-V6 Configuration/SCSI2SD-V6 Configuration.elf.launch [new file with mode: 0755]
STM32CubeMX/SCSI2SD-V6/TrueSTUDIO/SCSI2SD-V6 Configuration/STM32F205VC_FLASH.ld [new file with mode: 0755]
STM32CubeMX/readme.txt [new file with mode: 0644]
doc/SCSI2SD_QuickStartGuide.odt [new file with mode: 0644]
gplv3.txt [moved from software/scsi2sd-util/hidapi/LICENSE-gpl3.txt with 100% similarity]
hardware/.gitignore [deleted file]
hardware/Makefile [deleted file]
hardware/db25-adapter.pcb [deleted file]
hardware/db25-adapter.sch [deleted file]
hardware/gafrc [deleted file]
hardware/gerber-db25/scsi2sd-db25.GBL [deleted file]
hardware/gerber-db25/scsi2sd-db25.GBO [deleted file]
hardware/gerber-db25/scsi2sd-db25.GBP [deleted file]
hardware/gerber-db25/scsi2sd-db25.GBS [deleted file]
hardware/gerber-db25/scsi2sd-db25.GML [deleted file]
hardware/gerber-db25/scsi2sd-db25.GTL [deleted file]
hardware/gerber-db25/scsi2sd-db25.GTO [deleted file]
hardware/gerber-db25/scsi2sd-db25.GTP [deleted file]
hardware/gerber-db25/scsi2sd-db25.GTS [deleted file]
hardware/gerber-db25/scsi2sd-db25.TXT [deleted file]
hardware/gerber-pbook/scsi2sd-pbook.GBL [deleted file]
hardware/gerber-pbook/scsi2sd-pbook.GBO [deleted file]
hardware/gerber-pbook/scsi2sd-pbook.GBP [deleted file]
hardware/gerber-pbook/scsi2sd-pbook.GBS [deleted file]
hardware/gerber-pbook/scsi2sd-pbook.GML [deleted file]
hardware/gerber-pbook/scsi2sd-pbook.GTL [deleted file]
hardware/gerber-pbook/scsi2sd-pbook.GTO [deleted file]
hardware/gerber-pbook/scsi2sd-pbook.GTP [deleted file]
hardware/gerber-pbook/scsi2sd-pbook.GTS [deleted file]
hardware/gerber-pbook/scsi2sd-pbook.TXT [deleted file]
hardware/gerber/scsi2sd.GBL [deleted file]
hardware/gerber/scsi2sd.GBO [deleted file]
hardware/gerber/scsi2sd.GBP [deleted file]
hardware/gerber/scsi2sd.GBS [deleted file]
hardware/gerber/scsi2sd.GM1 [deleted file]
hardware/gerber/scsi2sd.GTL [deleted file]
hardware/gerber/scsi2sd.GTO [deleted file]
hardware/gerber/scsi2sd.GTP [deleted file]
hardware/gerber/scsi2sd.GTS [deleted file]
hardware/gerber/scsi2sd.TXT [deleted file]
hardware/layout.pdf [deleted file]
hardware/schematic.pdf [deleted file]
hardware/scsi2sd-db25.pcb [deleted file]
hardware/scsi2sd-db25.sch [deleted file]
hardware/scsi2sd-pbook.pcb [deleted file]
hardware/scsi2sd-pbook.sch [deleted file]
hardware/scsi2sd.bom [deleted file]
hardware/scsi2sd.cmd [deleted file]
hardware/scsi2sd.net [deleted file]
hardware/scsi2sd.pcb [deleted file]
hardware/scsi2sd.sch [deleted file]
hardware/symbols/7406.sym [deleted file]
hardware/symbols/7406.tragesym [deleted file]
hardware/symbols/ARMJTAG.fp [deleted file]
hardware/symbols/CY8C53.sym [deleted file]
hardware/symbols/CY8C53.tragesym [deleted file]
hardware/symbols/DO-41-vert.fp [deleted file]
hardware/symbols/DO-41.fp [deleted file]
hardware/symbols/DPAK.fp [deleted file]
hardware/symbols/FCI-10067847.fp [deleted file]
hardware/symbols/FCI-10067847.sym [deleted file]
hardware/symbols/FCI-10067847.tragesym [deleted file]
hardware/symbols/FTSH-105-01-L-DV-K.fp [deleted file]
hardware/symbols/HEADER34_2_RA.fp [deleted file]
hardware/symbols/HEADER50_2_RA.fp [deleted file]
hardware/symbols/HEADER50_2mm_RA.fp [deleted file]
hardware/symbols/HEADER50_straight.fp [deleted file]
hardware/symbols/LD1117.sym [deleted file]
hardware/symbols/LD1117.tragesym [deleted file]
hardware/symbols/MOLEX8981.fp [deleted file]
hardware/symbols/MOLEX8981.sym [deleted file]
hardware/symbols/MOLEX8981.tragesym [deleted file]
hardware/symbols/SCDA7A0101.sym [deleted file]
hardware/symbols/SCDA7A0101.tragesym [deleted file]
hardware/symbols/SOT23_MOSFET.fp [deleted file]
hardware/symbols/SOT26_MOSFET.fp [deleted file]
hardware/symbols/TO220_TRANSISTOR.fp [deleted file]
hardware/symbols/TQFP100_14_reflow.fp [deleted file]
hardware/symbols/cap_0402.fp [deleted file]
hardware/symbols/dc_jack_PJ-018H-SMT.fp [deleted file]
hardware/symbols/diode-DO-214AA-SMB.fp [deleted file]
hardware/symbols/fci-10118192-0001LF.fp [deleted file]
hardware/symbols/led.sym [deleted file]
hardware/symbols/usbmini.sym [deleted file]
hardware/symbols/wurth-microsd.fp [deleted file]
hardware/symbols/wurth-microsd.sym [deleted file]
hardware/symbols/wurth-microsd.tragesym [deleted file]
include/hidpacket.h [new file with mode: 0644]
include/scsi2sd.h [new file with mode: 0755]
parts.ods [deleted file]
readme.txt [deleted file]
rtl/fpga_bitmap.o [new file with mode: 0644]
software/SCSI2SD/.gitignore [deleted file]
software/SCSI2SD/src/bits.c [deleted file]
software/SCSI2SD/src/bits.h [deleted file]
software/SCSI2SD/src/config.c [deleted file]
software/SCSI2SD/src/config.h [deleted file]
software/SCSI2SD/src/diagnostic.c [deleted file]
software/SCSI2SD/src/disk.c [deleted file]
software/SCSI2SD/src/disk.h [deleted file]
software/SCSI2SD/src/geometry.c [deleted file]
software/SCSI2SD/src/geometry.h [deleted file]
software/SCSI2SD/src/hidpacket.c [deleted file]
software/SCSI2SD/src/inquiry.c [deleted file]
software/SCSI2SD/src/inquiry.h [deleted file]
software/SCSI2SD/src/led.c [deleted file]
software/SCSI2SD/src/led.h [deleted file]
software/SCSI2SD/src/main.c [deleted file]
software/SCSI2SD/src/mode.c [deleted file]
software/SCSI2SD/src/scsi.c [deleted file]
software/SCSI2SD/src/scsi.h [deleted file]
software/SCSI2SD/src/scsiPhy.c [deleted file]
software/SCSI2SD/src/scsiPhy.h [deleted file]
software/SCSI2SD/src/sd.c [deleted file]
software/SCSI2SD/src/sd.h [deleted file]
software/SCSI2SD/src/sense.h [deleted file]
software/SCSI2SD/src/time.c [deleted file]
software/SCSI2SD/src/time.h [deleted file]
software/SCSI2SD/src/trace.c [deleted file]
software/SCSI2SD/test/hidPacketTest.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/.gitignore [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/Bootloadable_1.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/Bootloadable_1.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/CFG_EEPROM.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/CFG_EEPROM.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/Cm3Iar.icf [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/Cm3RealView.scat [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/Cm3Start.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/CyBootAsmGnu.s [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/CyBootAsmIar.s [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/CyBootAsmRv.s [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/CyDmac.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/CyDmac.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/CyFlash.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/CyFlash.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/CyLib.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/CyLib.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/CySpc.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/CySpc.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/Debug_Timer.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/Debug_Timer.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/Debug_Timer_Interrupt.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/Debug_Timer_Interrupt.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/Debug_Timer_PM.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/LED1.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/LED1.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/LED1_aliases.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_ATN.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_ATN.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_ATN_aliases.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_CLK.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_CLK.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_CTL_PHASE.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_CTL_PHASE.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_Filtered.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_Filtered.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_Glitch_Ctl.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_Glitch_Ctl.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_In_DBx_aliases.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_In_aliases.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_Noise_aliases.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_Out_Bits.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_Out_Bits.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_Out_Ctl.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_Out_Ctl.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_Out_DBx_aliases.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_Out_aliases.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_Parity_Error.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_Parity_Error.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_RST.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_RST.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_RST_ISR.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_RST_ISR.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_RST_aliases.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_RX_DMA_COMPLETE.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_RX_DMA_COMPLETE.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_RX_DMA_dma.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_RX_DMA_dma.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_SEL_ISR.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_SEL_ISR.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_TX_COMPLETE.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_TX_COMPLETE.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_TX_DMA_COMPLETE.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_TX_DMA_COMPLETE.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_TX_DMA_dma.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_TX_DMA_dma.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SDCard.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SDCard.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SDCard_INT.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SDCard_PM.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SDCard_PVT.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_CD.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_CD.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_CD_aliases.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_CS.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_CS.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_CS_aliases.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_DAT1.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_DAT1.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_DAT1_aliases.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_DAT2.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_DAT2.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_DAT2_aliases.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_Data_Clk.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_Data_Clk.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_MISO.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_MISO.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_MISO_aliases.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_MOSI.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_MOSI.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_MOSI_aliases.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_RX_DMA_COMPLETE.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_RX_DMA_COMPLETE.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_RX_DMA_dma.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_RX_DMA_dma.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_SCK.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_SCK.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_SCK_aliases.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_TX_DMA_COMPLETE.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_TX_DMA_COMPLETE.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_TX_DMA_dma.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_TX_DMA_dma.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_Dm.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_Dm.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_Dm_aliases.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_Dp.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_Dp.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_Dp_aliases.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_audio.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_audio.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_boot.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_cdc.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_cdc.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_cdc.inf [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_cls.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_descr.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_drv.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_episr.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_hid.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_hid.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_midi.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_midi.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_pm.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_pvt.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_std.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_vnd.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/cm3gcc.ld [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/core_cm3.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/core_cm3_psoc5.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/core_cmFunc.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/core_cmInstr.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/cyPm.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/cyPm.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/cybootloader.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/cybootloader.icf [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/cycodeshareexport.ld [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/cycodeshareimport.ld [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/cycodeshareimport.scat [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/cydevice.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/cydevice_trm.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/cydevicegnu.inc [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/cydevicegnu_trm.inc [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/cydeviceiar.inc [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/cydeviceiar_trm.inc [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/cydevicerv.inc [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/cydevicerv_trm.inc [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/cydisabledsheets.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/cyfitter.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/cyfitter_cfg.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/cyfitter_cfg.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/cyfittergnu.inc [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/cyfitteriar.inc [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/cyfitterrv.inc [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/cymetadata.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/cypins.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/cytypes.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/cyutils.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/eeprom.hex [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/exported_symbols.txt [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/project.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/protect.hex [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/renamed_symbols.txt [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/timer_clock.c [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoC5/timer_clock.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/Generated_Source/PSoCCreatorExportIDE.xml [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/OddParityGen/OddParityGen.cysym [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/OddParityGen/OddParityGen.v [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/SCSI2SD.cycdx [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/SCSI2SD.cydwr [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/SCSI2SD.cyfit [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/SCSI2SD.cyprj [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/SCSI2SD.cyversion [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/SCSI2SD.svd [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/SCSI2SD_PSoC5lib.uvopt [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/SCSI2SD_PSoC5lib.uvproj [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/TopDesign/TopDesign.cysch [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/device.h [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/scsiTarget/scsiTarget.cysym [deleted file]
software/SCSI2SD/v3/SCSI2SD.cydsn/scsiTarget/scsiTarget.v [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/BL.c [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/BL.h [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/BL_PVT.h [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/Cm3Iar.icf [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/Cm3RealView.scat [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/Cm3Start.c [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/CyBootAsmGnu.s [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/CyBootAsmIar.s [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/CyBootAsmRv.s [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/CyDmac.c [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/CyDmac.h [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/CyFlash.c [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/CyFlash.h [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/CyLib.c [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/CyLib.h [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/CySpc.c [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/CySpc.h [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/SCSI_Out_DBx_aliases.h [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/SCSI_Out_aliases.h [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/SD_PULLUP.c [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/SD_PULLUP.h [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/SD_PULLUP_aliases.h [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS.c [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS.h [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_Dm.c [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_Dm.h [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_Dm_aliases.h [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_Dp.c [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_Dp.h [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_Dp_aliases.h [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_audio.c [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_audio.h [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_boot.c [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_cdc.c [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_cdc.h [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_cdc.inf [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_cls.c [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_descr.c [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_drv.c [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_episr.c [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_hid.c [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_hid.h [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_midi.c [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_midi.h [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_pm.c [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_pvt.h [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_std.c [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_vnd.c [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/cm3gcc.ld [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/core_cm3.h [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/core_cm3_psoc5.h [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/core_cmFunc.h [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/core_cmInstr.h [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/cyPm.c [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/cyPm.h [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/cydevice.h [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/cydevice_trm.h [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/cydevicegnu.inc [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/cydevicegnu_trm.inc [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/cydeviceiar.inc [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/cydeviceiar_trm.inc [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/cydevicerv.inc [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/cydevicerv_trm.inc [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/cydisabledsheets.h [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/cyfitter.h [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/cyfitter_cfg.c [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/cyfitter_cfg.h [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/cyfittergnu.inc [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/cyfitteriar.inc [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/cyfitterrv.inc [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/cymetadata.c [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/cypins.h [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/cytypes.h [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/cyutils.c [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/eeprom.hex [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/project.h [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoC5/protect.hex [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/Generated_Source/PSoCCreatorExportIDE.xml [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/TopDesign/TopDesign.cysch [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/USB_Bootloader.cycdx [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/USB_Bootloader.cydwr [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/USB_Bootloader.cyfit [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/USB_Bootloader.cyprj [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/USB_Bootloader.cyprj.Micha_000 [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/USB_Bootloader.cyversion [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/USB_Bootloader.svd [deleted file]
software/SCSI2SD/v3/USB_Bootloader.cydsn/main.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/.gitignore [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/Bootloadable_1.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/Bootloadable_1.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/CFG_EEPROM.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/CFG_EEPROM.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/Cm3Iar.icf [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/Cm3RealView.scat [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/Cm3Start.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/CyBootAsmGnu.s [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/CyBootAsmIar.s [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/CyBootAsmRv.s [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/CyDmac.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/CyDmac.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/CyFlash.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/CyFlash.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/CyLib.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/CyLib.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/CySpc.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/CySpc.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/Debug_Timer.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/Debug_Timer.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/Debug_Timer_Interrupt.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/Debug_Timer_Interrupt.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/Debug_Timer_PM.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/EXTLED.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/EXTLED.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/EXTLED_aliases.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/LED1.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/LED1.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/LED1_aliases.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_ATN.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_ATN.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_ATN_aliases.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_CLK.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_CLK.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_CTL_IO.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_CTL_IO.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_CTL_PHASE.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_CTL_PHASE.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_CTL_PHASE_PM.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_Filtered.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_Filtered.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_Glitch_Ctl.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_Glitch_Ctl.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_Glitch_Ctl_PM.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_In_DBx_aliases.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_In_aliases.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_Noise_aliases.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_Out_Bits.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_Out_Bits.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_Out_Bits_PM.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_Out_Ctl.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_Out_Ctl.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_Out_Ctl_PM.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_Out_DBx_aliases.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_Out_aliases.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_Parity_Error.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_Parity_Error.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_RST.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_RST.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_RST_ISR.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_RST_ISR.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_RST_aliases.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_RX_DMA_COMPLETE.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_RX_DMA_COMPLETE.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_RX_DMA_dma.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_RX_DMA_dma.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_SEL_ISR.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_SEL_ISR.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_TX_DMA_COMPLETE.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_TX_DMA_COMPLETE.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_TX_DMA_dma.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SCSI_TX_DMA_dma.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SDCard.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SDCard.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SDCard_INT.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SDCard_PM.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SDCard_PVT.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_CD.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_CD.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_CD_aliases.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_CS.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_CS.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_CS_aliases.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_Clk_Ctl.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_Clk_Ctl.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_Data_Clk.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_Data_Clk.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_Init_Clk.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_Init_Clk.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_MISO.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_MISO.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_MISO_aliases.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_MOSI.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_MOSI.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_MOSI_aliases.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_RX_DMA_COMPLETE.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_RX_DMA_COMPLETE.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_RX_DMA_dma.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_RX_DMA_dma.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_SCK.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_SCK.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_SCK_aliases.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_TX_DMA_COMPLETE.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_TX_DMA_COMPLETE.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_TX_DMA_dma.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/SD_TX_DMA_dma.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_Dm.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_Dm.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_Dm_aliases.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_Dp.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_Dp.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_Dp_aliases.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_audio.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_audio.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_boot.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_cdc.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_cdc.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_cdc.inf [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_cls.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_descr.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_drv.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_episr.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_hid.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_hid.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_midi.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_midi.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_pm.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_pvt.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_std.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/USBFS_vnd.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/cm3gcc.ld [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/core_cm3.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/core_cm3_psoc5.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/core_cmFunc.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/core_cmInstr.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/cyPm.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/cyPm.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/cybootloader.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/cybootloader.icf [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/cycodeshareexport.ld [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/cycodeshareimport.ld [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/cycodeshareimport.scat [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/cydevice.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/cydevice_trm.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/cydevicegnu.inc [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/cydevicegnu_trm.inc [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/cydeviceiar.inc [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/cydeviceiar_trm.inc [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/cydevicerv.inc [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/cydevicerv_trm.inc [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/cydisabledsheets.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/cyfitter.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/cyfitter_cfg.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/cyfitter_cfg.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/cyfittergnu.inc [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/cyfitteriar.inc [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/cyfitterrv.inc [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/cymetadata.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/cypins.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/cytypes.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/cyutils.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/eeprom.hex [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/exported_symbols.txt [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/project.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/protect.hex [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/renamed_symbols.txt [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/timer_clock.c [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoC5/timer_clock.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/Generated_Source/PSoCCreatorExportIDE.xml [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/OddParityGen [deleted symlink]
software/SCSI2SD/v4/SCSI2SD.cydsn/SCSI2SD.cycdx [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/SCSI2SD.cydwr [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/SCSI2SD.cyfit [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/SCSI2SD.cyprj [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/SCSI2SD.svd [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/TopDesign/TopDesign.cysch [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/device.h [deleted file]
software/SCSI2SD/v4/SCSI2SD.cydsn/scsiTarget [deleted symlink]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/BL.c [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/BL.h [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/BL_PVT.h [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/Cm3Iar.icf [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/Cm3RealView.scat [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/Cm3Start.c [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/CyBootAsmGnu.s [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/CyBootAsmIar.s [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/CyBootAsmRv.s [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/CyDmac.c [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/CyDmac.h [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/CyFlash.c [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/CyFlash.h [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/CyLib.c [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/CyLib.h [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/CySpc.c [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/CySpc.h [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/LED.c [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/LED.h [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/LED_aliases.h [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/SCSI_Out_DBx_aliases.h [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/SCSI_Out_aliases.h [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/SD_PULLUP.c [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/SD_PULLUP.h [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/SD_PULLUP_aliases.h [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS.c [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS.h [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_Dm.c [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_Dm.h [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_Dm_aliases.h [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_Dp.c [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_Dp.h [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_Dp_aliases.h [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_audio.c [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_audio.h [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_boot.c [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_cdc.c [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_cdc.h [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_cdc.inf [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_cls.c [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_descr.c [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_drv.c [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_episr.c [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_hid.c [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_hid.h [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_midi.c [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_midi.h [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_pm.c [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_pvt.h [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_std.c [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/USBFS_vnd.c [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/cm3gcc.ld [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/core_cm3.h [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/core_cm3_psoc5.h [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/core_cmFunc.h [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/core_cmInstr.h [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/cyPm.c [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/cyPm.h [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/cydevice.h [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/cydevice_trm.h [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/cydevicegnu.inc [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/cydevicegnu_trm.inc [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/cydeviceiar.inc [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/cydeviceiar_trm.inc [deleted file]
software/SCSI2SD/v4/USB_Bootloader.cydsn/Generated_Source/PSoC5/cydevicerv.inc [deleted file]