]> localhost Git - SCSI2SD-V6.git/commit
Migrate to STM32Cubemx v1.8
authorMichael McMaster <michael@codesrc.com>
Sun, 7 Mar 2021 23:36:13 +0000 (09:36 +1000)
committerMichael McMaster <michael@codesrc.com>
Mon, 8 Mar 2021 00:00:27 +0000 (10:00 +1000)
commited8172e3e20ddc6e8b7ddf811775cd41ef812018
tree2025a7e09a36238961b0a6e97b9801bb300e3fd7
parente5ecba9ce2ba6eeff3679045a547b227d13a0fce
Migrate to STM32Cubemx v1.8
693 files changed:
Makefile [deleted file]
Makefile.revF [new file with mode: 0644]
STM32CubeMX/SCSI2SD-V6/.mxproject [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Include/stm32f205xx.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Include/stm32f207xx.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Include/stm32f215xx.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Include/stm32f217xx.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Include/core_cm0.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Include/core_cm0plus.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Include/core_sc000.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_crc.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_cryp.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_dac.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_dac_ex.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_hash.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_hcd.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_i2c.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_i2s.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_irda.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_iwdg.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_nand.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_pcd.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_pcd_ex.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_sd.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_smartcard.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_spi.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_sram.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_tim.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_tim_ex.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_usart.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_wwdg.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_sdmmc.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_usb.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_can.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_crc.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_cryp.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dac.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dcmi.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_hash.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_hcd.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_i2c.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_i2s.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_irda.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_iwdg.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_msp_template.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_nand.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_nor.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pcd.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_rng.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_sd.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_smartcard.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_spi.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_sram.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_tim.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_uart.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_usart.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_wwdg.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_fsmc.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_sdmmc.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_usb.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Inc/bsp_driver_sd.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Inc/ffconf.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Inc/fsmc.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Inc/gpio.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Inc/sdio.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Inc/spi.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Inc/stm32f2xx_hal_conf.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Inc/stm32f2xx_it.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Inc/usart.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Inc/usb_device.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Inc/usb_host.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Inc/usbd_conf.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Inc/usbd_desc.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Inc/usbh_conf.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_conf_template.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ctlreq.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_def.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ioreq.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Host_Library/Class/MSC/Inc/usbh_msc_scsi.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Host_Library/Class/MSC/Src/usbh_msc.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Host_Library/Class/MSC/Src/usbh_msc_bot.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Host_Library/Class/MSC/Src/usbh_msc_scsi.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/usbh_conf_template.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/usbh_core.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/usbh_ctlreq.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/usbh_def.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/usbh_ioreq.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/usbh_pipes.h [deleted file]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Host_Library/Core/Src/usbh_conf_template.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Host_Library/Core/Src/usbh_core.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Host_Library/Core/Src/usbh_ctlreq.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Host_Library/Core/Src/usbh_ioreq.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Src/bsp_driver_sd.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Src/main.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Src/spi.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Src/stm32f2xx_hal_msp.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Src/usb_device.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Src/usb_host.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Src/usbd_conf.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Src/usbd_desc.c [deleted file]
STM32CubeMX/SCSI2SD-V6/Src/usbh_conf.c [deleted file]
STM32CubeMX/readme.txt [deleted file]
STM32CubeMX/revF/.mxproject [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Core/Include/cmsis_armcc.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Core/Include/cmsis_armclang.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Core/Include/cmsis_compiler.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Core/Include/cmsis_gcc.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Core/Include/cmsis_iccarm.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Core/Include/cmsis_version.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Core/Include/core_armv8mbl.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Core/Include/core_armv8mml.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Core/Include/core_cm0.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Core/Include/core_cm0plus.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Core/Include/core_cm1.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Core/Include/core_cm23.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Core/Include/core_cm3.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Include/core_cm3.h with 51% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Core/Include/core_cm33.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Core/Include/core_cm4.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Include/core_cm4.h with 51% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Core/Include/core_cm7.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Include/core_cm7.h with 50% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Core/Include/core_sc000.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Core/Include/core_sc300.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Include/core_sc300.h with 51% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Core/Include/mpu_armv7.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Core/Include/mpu_armv8.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Core/Include/tz_context.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Core/Template/ARMv8-M/main_s.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Core/Template/ARMv8-M/tz_context.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Core_A/Include/cmsis_armcc.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Core_A/Include/cmsis_armclang.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Core_A/Include/cmsis_compiler.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Core_A/Include/cmsis_cp15.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Core_A/Include/cmsis_gcc.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Core_A/Include/cmsis_iccarm.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Core_A/Include/core_ca.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Core_A/Include/irq_ctrl.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Core_A/Source/irq_ctrl_gic.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q7.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q7.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q7.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q7.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q7.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q7.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q7.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q7.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q7.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q7.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q7.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q7.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q7.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q7.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q7.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q7.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q7.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q7.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/CommonTables/arm_common_tables.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/CommonTables/arm_common_tables.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/CommonTables/arm_const_structs.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/CommonTables/arm_const_structs.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_f64.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_f64.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f64.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f64.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_init_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_init_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_opt_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_opt_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_opt_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_opt_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_opt_q7.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_opt_q7.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_opt_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_opt_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_opt_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_opt_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_opt_q7.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_opt_q7.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q7.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q7.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q7.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q7.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_opt_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_opt_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_opt_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_opt_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_opt_q7.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_opt_q7.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q7.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q7.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q7.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q7.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q7.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q7.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q7.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q7.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q7.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q7.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_cmplx_mult_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_cmplx_mult_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_cmplx_mult_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_cmplx_mult_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_cmplx_mult_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_cmplx_mult_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_inverse_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_inverse_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_inverse_f64.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_inverse_f64.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q7.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q7.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q7.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q7.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q7.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q7.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q7.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q7.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q7.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q7.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q7.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q7.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q7.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q7.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_float.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_float.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q7.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q7.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_float.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_float.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q7.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q7.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_float.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_float.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_bitreversal.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_bitreversal.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_init_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_init_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_init_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_init_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_init_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_init_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix8_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix8_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_fast_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_fast_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_fast_init_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_fast_init_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_f32.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_f32.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q15.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q15.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q31.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q31.c with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Device/ST/STM32F2xx/Include/stm32f205xx.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Device/ST/STM32F2xx/Include/stm32f207xx.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Device/ST/STM32F2xx/Include/stm32f215xx.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Device/ST/STM32F2xx/Include/stm32f217xx.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Device/ST/STM32F2xx/Include/stm32f2xx.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Include/stm32f2xx.h with 63% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Device/ST/STM32F2xx/Include/system_stm32f2xx.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Include/system_stm32f2xx.h with 50% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/arm/startup_stm32f205xx.s [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/arm/startup_stm32f205xx.s with 91% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/arm/startup_stm32f207xx.s [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/arm/startup_stm32f207xx.s with 91% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/arm/startup_stm32f215xx.s [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/arm/startup_stm32f215xx.s with 91% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/arm/startup_stm32f217xx.s [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/arm/startup_stm32f217xx.s with 91% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/gcc/startup_stm32f205xx.s [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/gcc/startup_stm32f205xx.s with 91% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/gcc/startup_stm32f207xx.s [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/gcc/startup_stm32f207xx.s with 91% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/gcc/startup_stm32f215xx.s [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/gcc/startup_stm32f215xx.s with 91% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/gcc/startup_stm32f217xx.s [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/gcc/startup_stm32f217xx.s with 91% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/linker/stm32f205xx_flash.icf [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/linker/stm32f205xx_sram.icf [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/linker/stm32f207xx_flash.icf [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/linker/stm32f207xx_sram.icf [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/linker/stm32f215xx_flash.icf [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/linker/stm32f215xx_sram.icf [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/linker/stm32f217xx_flash.icf [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/linker/stm32f217xx_sram.icf [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/startup_stm32f205xx.s [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/startup_stm32f205xx.s with 92% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/startup_stm32f207xx.s [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/startup_stm32f207xx.s with 92% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/startup_stm32f215xx.s [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/startup_stm32f215xx.s with 92% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/startup_stm32f217xx.s [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/iar/startup_stm32f217xx.s with 92% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/system_stm32f2xx.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Device/ST/STM32F2xx/Source/Templates/system_stm32f2xx.c with 83% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Include/arm_common_tables.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Include/arm_common_tables.h with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Include/arm_const_structs.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Include/arm_const_structs.h with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Include/arm_math.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Include/arm_math.h with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Include/cmsis_armcc.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Include/cmsis_armclang.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Include/cmsis_compiler.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Include/cmsis_gcc.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Include/cmsis_iccarm.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Include/cmsis_version.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Include/core_armv8mbl.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Include/core_armv8mml.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Include/core_cm0.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Include/core_cm0plus.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Include/core_cm1.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Include/core_cm23.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Include/core_cm3.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Include/core_cm33.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Include/core_cm4.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Include/core_cm7.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Include/core_cmFunc.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Include/core_cmFunc.h with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Include/core_cmInstr.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Include/core_cmInstr.h with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Include/core_cmSimd.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/Include/core_cmSimd.h with 100% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Include/core_sc000.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Include/core_sc300.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Include/mpu_armv7.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Include/mpu_armv8.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Include/tz_context.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Lib/ARM/arm_cortexM3b_math.lib [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Lib/ARM/arm_cortexM3l_math.lib [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Lib/GCC/libarm_cortexM3l_math.a [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Lib/IAR/iar_cortexM3b_math.a [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/Lib/IAR/iar_cortexM3l_math.a [new file with mode: 0644]
STM32CubeMX/revF/Drivers/CMSIS/RTOS/Template/cmsis_os.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/CMSIS/RTOS/Template/cmsis_os.h with 93% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h with 74% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/Legacy/stm32f2xx_hal_can_legacy.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_can.h with 70% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32_assert_template.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal.h with 83% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_adc.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_adc.h with 80% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_adc_ex.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_adc_ex.h with 88% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_can.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_conf_template.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_conf_template.h with 59% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_cortex.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_cortex.h with 66% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_crc.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_cryp.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_dac.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_dac_ex.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_dcmi.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_dcmi.h with 55% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_dcmi_ex.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_def.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_def.h with 62% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_dma.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_dma.h with 79% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_dma_ex.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_dma_ex.h with 57% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_eth.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_eth.h with 56% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_exti.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_flash.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_flash.h with 72% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_flash_ex.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_flash_ex.h with 65% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_gpio.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_gpio.h with 66% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_gpio_ex.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_gpio_ex.h with 82% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_hash.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_hcd.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_i2c.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_i2s.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_irda.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_iwdg.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_mmc.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_nand.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_nor.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_nor.h with 51% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_pccard.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_pccard.h with 64% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_pcd.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_pcd_ex.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_pwr.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_pwr.h with 78% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_pwr_ex.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_pwr_ex.h with 52% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_rcc.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_rcc.h with 75% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_rcc_ex.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_rcc_ex.h with 78% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_rng.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_rng.h with 50% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_rtc.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_rtc.h with 66% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_rtc_ex.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_rtc_ex.h with 71% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_sd.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_smartcard.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_spi.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_sram.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_tim.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_tim_ex.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_uart.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_uart.h with 54% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_usart.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal_wwdg.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_adc.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_bus.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_cortex.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_crc.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_dac.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_dma.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_exti.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_fsmc.h [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_fsmc.h with 66% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_gpio.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_i2c.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_iwdg.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_pwr.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_rcc.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_rng.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_rtc.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_sdmmc.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_spi.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_system.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_tim.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_usart.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_usb.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_utils.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Inc/stm32f2xx_ll_wwdg.h [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal.c with 79% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_adc.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_adc.c with 74% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_adc_ex.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_adc_ex.c with 90% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_can.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_cortex.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_cortex.c with 86% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_crc.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_cryp.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dac.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dac_ex.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dac_ex.c with 52% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dcmi.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dcmi_ex.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dma.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dma.c with 50% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dma_ex.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dma_ex.c with 51% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_eth.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_eth.c with 57% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_exti.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_flash.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_flash.c with 85% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_flash_ex.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_flash_ex.c with 86% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_gpio.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_gpio.c with 70% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_hash.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_hcd.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_i2c.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_i2s.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_irda.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_iwdg.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_mmc.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_msp_template.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_nand.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_nor.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pccard.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pccard.c with 55% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pcd.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pcd_ex.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pcd_ex.c with 57% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pwr.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pwr.c with 88% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pwr_ex.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pwr_ex.c with 73% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_rcc.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_rcc.c with 69% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_rcc_ex.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_rcc_ex.c with 75% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_rng.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_rtc.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_rtc.c with 56% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_rtc_ex.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_rtc_ex.c with 63% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_sd.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_smartcard.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_spi.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_sram.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_tim.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_tim_ex.c [moved from STM32CubeMX/SCSI2SD-V6/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_tim_ex.c with 59% similarity, mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_timebase_rtc_alarm_template.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_timebase_rtc_wakeup_template.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_timebase_tim_template.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_uart.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_usart.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_wwdg.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_adc.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_crc.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_dac.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_dma.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_exti.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_fsmc.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_gpio.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_i2c.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_pwr.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_rcc.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_rng.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_rtc.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_sdmmc.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_spi.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_tim.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_usart.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_usb.c [new file with mode: 0644]
STM32CubeMX/revF/Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_utils.c [new file with mode: 0644]
STM32CubeMX/revF/Inc/dma.h [new file with mode: 0644]
STM32CubeMX/revF/Inc/fsmc.h [new file with mode: 0644]
STM32CubeMX/revF/Inc/gpio.h [new file with mode: 0644]
STM32CubeMX/revF/Inc/main.h [new file with mode: 0644]
STM32CubeMX/revF/Inc/mxconstants.h [moved from STM32CubeMX/SCSI2SD-V6/Inc/mxconstants.h with 100% similarity, mode: 0644]
STM32CubeMX/revF/Inc/sdio.h [new file with mode: 0644]
STM32CubeMX/revF/Inc/spi.h [new file with mode: 0644]
STM32CubeMX/revF/Inc/stm32f2xx_hal_conf.h [new file with mode: 0644]
STM32CubeMX/revF/Inc/stm32f2xx_it.h [new file with mode: 0644]
STM32CubeMX/revF/Inc/sys.h [new file with mode: 0644]
STM32CubeMX/revF/Inc/tim.h [new file with mode: 0644]
STM32CubeMX/revF/Inc/usart.h [new file with mode: 0644]
STM32CubeMX/revF/Inc/usb_device.h [new file with mode: 0644]
STM32CubeMX/revF/Inc/usbd_conf.h [new file with mode: 0644]
STM32CubeMX/revF/Inc/usbd_desc.h [new file with mode: 0644]
STM32CubeMX/revF/Inc/usbd_storage_if.h [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Device_Library/Class/HID/Inc/usbd_hid.h [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Inc/usbd_msc.h [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Inc/usbd_msc_bot.h [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Inc/usbd_msc_data.h [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Inc/usbd_msc_scsi.h [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Inc/usbd_msc_storage_template.h [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Src/usbd_msc.c [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Src/usbd_msc_bot.c [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Src/usbd_msc_data.c [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Src/usbd_msc_scsi.c [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Src/usbd_msc_storage_template.c [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_conf_template.h [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_core.h [moved from STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_core.h with 53% similarity, mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ctlreq.h [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_def.h [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_desc_template.h [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ioreq.h [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_conf_template.c [moved from STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_conf_template.c with 74% similarity, mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_desc_template.c [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c [moved from STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c with 52% similarity, mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Host_Library/Class/MSC/Inc/usbh_msc.h [moved from STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Host_Library/Class/MSC/Inc/usbh_msc.h with 52% similarity, mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Host_Library/Class/MSC/Inc/usbh_msc_bot.h [moved from STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Host_Library/Class/MSC/Inc/usbh_msc_bot.h with 54% similarity, mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Host_Library/Class/MSC/Inc/usbh_msc_scsi.h [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Host_Library/Class/MSC/Src/usbh_msc.c [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Host_Library/Class/MSC/Src/usbh_msc_bot.c [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Host_Library/Class/MSC/Src/usbh_msc_scsi.c [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/usbh_conf_template.h [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/usbh_core.h [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/usbh_ctlreq.h [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/usbh_def.h [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/usbh_ioreq.h [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/usbh_pipes.h [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Host_Library/Core/Src/usbh_conf_template.c [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Host_Library/Core/Src/usbh_core.c [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Host_Library/Core/Src/usbh_ctlreq.c [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Host_Library/Core/Src/usbh_ioreq.c [new file with mode: 0644]
STM32CubeMX/revF/Middlewares/ST/STM32_USB_Host_Library/Core/Src/usbh_pipes.c [moved from STM32CubeMX/SCSI2SD-V6/Middlewares/ST/STM32_USB_Host_Library/Core/Src/usbh_pipes.c with 51% similarity, mode: 0644]
STM32CubeMX/revF/Src/dma.c [new file with mode: 0644]
STM32CubeMX/revF/Src/fsmc.c [moved from STM32CubeMX/SCSI2SD-V6/Src/fsmc.c with 52% similarity, mode: 0644]
STM32CubeMX/revF/Src/gpio.c [moved from STM32CubeMX/SCSI2SD-V6/Src/gpio.c with 61% similarity, mode: 0644]
STM32CubeMX/revF/Src/main.c [new file with mode: 0644]
STM32CubeMX/revF/Src/sdio.c [moved from STM32CubeMX/SCSI2SD-V6/Src/sdio.c with 57% similarity, mode: 0644]
STM32CubeMX/revF/Src/spi.c [new file with mode: 0644]
STM32CubeMX/revF/Src/stm32f2xx_hal_msp.c [new file with mode: 0644]
STM32CubeMX/revF/Src/stm32f2xx_it.c [moved from STM32CubeMX/SCSI2SD-V6/Src/stm32f2xx_it.c with 54% similarity, mode: 0644]
STM32CubeMX/revF/Src/sys.c [new file with mode: 0644]
STM32CubeMX/revF/Src/system_stm32f2xx.c [new file with mode: 0644]
STM32CubeMX/revF/Src/tim.c [new file with mode: 0644]
STM32CubeMX/revF/Src/usart.c [moved from STM32CubeMX/SCSI2SD-V6/Src/usart.c with 50% similarity, mode: 0644]
STM32CubeMX/revF/Src/usb_device.c [new file with mode: 0644]
STM32CubeMX/revF/Src/usbd_conf.c [new file with mode: 0644]
STM32CubeMX/revF/Src/usbd_desc.c [new file with mode: 0644]
STM32CubeMX/revF/Src/usbd_storage_if.c [new file with mode: 0644]
STM32CubeMX/revF/TrueSTUDIO/SCSI2SD-V6 Configuration/.cproject [moved from STM32CubeMX/SCSI2SD-V6/TrueSTUDIO/SCSI2SD-V6 Configuration/.cproject with 100% similarity, mode: 0644]
STM32CubeMX/revF/TrueSTUDIO/SCSI2SD-V6 Configuration/.project [moved from STM32CubeMX/SCSI2SD-V6/TrueSTUDIO/SCSI2SD-V6 Configuration/.project with 100% similarity, mode: 0644]
STM32CubeMX/revF/TrueSTUDIO/SCSI2SD-V6 Configuration/.settings/com.atollic.truestudio.debug.hardware_device.prefs [moved from STM32CubeMX/SCSI2SD-V6/TrueSTUDIO/SCSI2SD-V6 Configuration/.settings/com.atollic.truestudio.debug.hardware_device.prefs with 100% similarity, mode: 0644]
STM32CubeMX/revF/TrueSTUDIO/SCSI2SD-V6 Configuration/SCSI2SD-V6 Configuration.elf.launch [moved from STM32CubeMX/SCSI2SD-V6/TrueSTUDIO/SCSI2SD-V6 Configuration/SCSI2SD-V6 Configuration.elf.launch with 100% similarity, mode: 0644]
STM32CubeMX/revF/TrueSTUDIO/SCSI2SD-V6 Configuration/STM32F205VC_FLASH.ld [moved from STM32CubeMX/SCSI2SD-V6/TrueSTUDIO/SCSI2SD-V6 Configuration/STM32F205VC_FLASH.ld with 100% similarity, mode: 0644]
STM32CubeMX/revF/TrueSTUDIO/revF/STM32F205VC_FLASH.ld [new file with mode: 0644]
STM32CubeMX/revF/TrueSTUDIO/revF/revF.elf.launch [new file with mode: 0644]
STM32CubeMX/revF/TrueSTUDIO/startup_stm32f205xx.s [new file with mode: 0644]
STM32CubeMX/revF/TrueSTUDIO/syscalls.c [new file with mode: 0644]
STM32CubeMX/revF/revF.ioc [moved from STM32CubeMX/SCSI2SD-V6/SCSI2SD-V6.ioc with 65% similarity, mode: 0644]