From 72303cf5071f5d7e57b9cb6bbffd06666fc9dfad Mon Sep 17 00:00:00 2001 From: beserge Date: Wed, 18 May 2022 16:49:58 -0700 Subject: [PATCH 1/6] Move vs files to visual_studio/ --- .../libdaisy-Debug.vgdbsettings | 0 .../libdaisy-Release.vgdbsettings | 0 libdaisy.vcxproj => visual_studio/libdaisy.vcxproj | 0 .../libdaisy.vcxproj.filters | 0 stm32.props => visual_studio/stm32.props | 0 stm32.xml => visual_studio/stm32.xml | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename libdaisy-Debug.vgdbsettings => visual_studio/libdaisy-Debug.vgdbsettings (100%) rename libdaisy-Release.vgdbsettings => visual_studio/libdaisy-Release.vgdbsettings (100%) rename libdaisy.vcxproj => visual_studio/libdaisy.vcxproj (100%) rename libdaisy.vcxproj.filters => visual_studio/libdaisy.vcxproj.filters (100%) rename stm32.props => visual_studio/stm32.props (100%) rename stm32.xml => visual_studio/stm32.xml (100%) diff --git a/libdaisy-Debug.vgdbsettings b/visual_studio/libdaisy-Debug.vgdbsettings similarity index 100% rename from libdaisy-Debug.vgdbsettings rename to visual_studio/libdaisy-Debug.vgdbsettings diff --git a/libdaisy-Release.vgdbsettings b/visual_studio/libdaisy-Release.vgdbsettings similarity index 100% rename from libdaisy-Release.vgdbsettings rename to visual_studio/libdaisy-Release.vgdbsettings diff --git a/libdaisy.vcxproj b/visual_studio/libdaisy.vcxproj similarity index 100% rename from libdaisy.vcxproj rename to visual_studio/libdaisy.vcxproj diff --git a/libdaisy.vcxproj.filters b/visual_studio/libdaisy.vcxproj.filters similarity index 100% rename from libdaisy.vcxproj.filters rename to visual_studio/libdaisy.vcxproj.filters diff --git a/stm32.props b/visual_studio/stm32.props similarity index 100% rename from stm32.props rename to visual_studio/stm32.props diff --git a/stm32.xml b/visual_studio/stm32.xml similarity index 100% rename from stm32.xml rename to visual_studio/stm32.xml From c96f6b895c929e5124103511655082b7dc393e31 Mon Sep 17 00:00:00 2001 From: beserge Date: Thu, 19 May 2022 15:53:25 -0700 Subject: [PATCH 2/6] Get Visual Studio building libDaisy --- libdaisy.sln | 4 +- visual_studio/libdaisy-Debug.vgdbsettings | 12 + visual_studio/libdaisy.vcxproj | 1170 +++++--- visual_studio/libdaisy.vcxproj.filters | 3020 +++++++++++++++------ visual_studio/stm32.xml | 8 +- 5 files changed, 3034 insertions(+), 1180 deletions(-) diff --git a/libdaisy.sln b/libdaisy.sln index c18fc01f8..c10744456 100644 --- a/libdaisy.sln +++ b/libdaisy.sln @@ -3,7 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.29102.190 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libdaisy", "libdaisy.vcxproj", "{1B07A9D3-1E1B-488A-9817-4B13EECA191C}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libdaisy", "visual_studio\libdaisy.vcxproj", "{1B07A9D3-1E1B-488A-9817-4B13EECA191C}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{56504D40-757A-47E1-A461-FFDDDC8AC2D4}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/visual_studio/libdaisy-Debug.vgdbsettings b/visual_studio/libdaisy-Debug.vgdbsettings index 8bba466f6..0ec7e1241 100644 --- a/visual_studio/libdaisy-Debug.vgdbsettings +++ b/visual_studio/libdaisy-Debug.vgdbsettings @@ -7,11 +7,16 @@ MinGWUnixSlash $(ToolchainDir) + true $(ProjectDir) false + false stm32.xml + DeviceDefinition + false + com.visualgdb.arm-eabi @@ -23,9 +28,11 @@ libdaisy.vcxproj + 1 true + false @@ -90,8 +97,12 @@ true false false + true + 0 false 0 + true + false com.sysprogs.arm.openocd @@ -128,6 +139,7 @@ _estack 0 false + true \ No newline at end of file diff --git a/visual_studio/libdaisy.vcxproj b/visual_studio/libdaisy.vcxproj index d17271633..6dd5b99a7 100644 --- a/visual_studio/libdaisy.vcxproj +++ b/visual_studio/libdaisy.vcxproj @@ -22,7 +22,7 @@ 16.0 {1B07A9D3-1E1B-488A-9817-4B13EECA191C} com.sysprogs.arm.stm32 - 2020.10 + 2018.12R2 @@ -46,18 +46,18 @@ Debug - com.sysprogs.gnuarm.arm-eabi - 8.3.1/8.0/r1 + com.visualgdb.arm-eabi + 10.3.1/10.2.90/r1 StaticLibrary - com.sysprogs.gnuarm.arm-eabi - 8.3.1/8.0/r1 + com.visualgdb.arm-eabi + 10.3.1/10.2.90/r1 StaticLibrary - src;Drivers/CMSIS/Device/ST/STM32H7xx/Include;Drivers/STM32H7xx_HAL_Driver/Inc;Drivers/CMSIS/Include;Drivers/STM32H7xx_HAL_Driver/Inc/Legacy;Middlewares/ST/STM32_USB_Device_Library/Core/Inc;Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc;Middlewares/Third_Party/FatFs/src;src/sys;src/usbd;%(ClCompile.AdditionalIncludeDirectories) + src;Drivers/CMSIS/Device/ST/STM32H7xx/Include;Drivers/STM32H7xx_HAL_Driver/Inc;Drivers/CMSIS/Include;Drivers/STM32H7xx_HAL_Driver/Inc/Legacy;Middlewares/ST/STM32_USB_Device_Library/Core/Inc;Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc;Middlewares/Third_Party/FatFs/src;src/sys;src/usbd;../Drivers/CMSIS/Device/ST/STM32H7xx/Include;../Drivers/CMSIS/Include;../Drivers/CMSIS/DSP/Include;../Drivers/STM32H7xx_HAL_Driver/Inc;../src/sys;../Drivers/CMSIS/RTOS2/Include;../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc;../Middlewares/ST/STM32_USB_Device_Library/Core/Inc;../src/usbd;../Middlewares/Third_Party/FatFs/src;../src;../Middlewares/ST/STM32_USB_Host_Library/Class/MSC/Inc;../Middlewares/ST/STM32_USB_Host_Library/Core/Inc;../src/usbh;../tests/googletest/googletest/include;%(ClCompile.AdditionalIncludeDirectories) DEBUG=1;__FPU_PRESENT=1;STM32H750xx;%(ClCompile.PreprocessorDefinitions) O0 @@ -66,9 +66,9 @@ true - ;%(Link.AdditionalLinkerInputs) - ;%(Link.LibrarySearchDirectories) - ;%(Link.AdditionalLibraryNames) + %(Link.AdditionalLinkerInputs) + %(Link.LibrarySearchDirectories) + %(Link.AdditionalLibraryNames) core/STM32H750IB_flash.lds @@ -117,381 +117,781 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/visual_studio/libdaisy.vcxproj.filters b/visual_studio/libdaisy.vcxproj.filters index bff3ff55a..6dcc30671 100644 --- a/visual_studio/libdaisy.vcxproj.filters +++ b/visual_studio/libdaisy.vcxproj.filters @@ -1,1164 +1,2604 @@  - - HAL + + {488f5bee-c22a-4c2f-a246-43aacc161e40} + + + {07978c9e-e4b5-4c42-8cae-d21259b6f412} + + + {0465ec6c-31b2-4988-9e7a-50b8b7c838b7} + + + {cdea1dd5-086e-424d-8326-229cb50e3a6d} + + + {b6c3c89f-c61b-470f-8aa6-3d7998ddbe4a} + + + {ee98ab34-372e-4881-97b3-509069a6a7eb} + + + {ee7424e2-2528-4577-aa59-59aabfaf2825} + + + {9c54fd91-36fd-44b9-8981-f8b6fdb3d5b4} + + + {e6ec6a36-d08a-4b3e-9d14-cae7fd88a9b3} + + + {8a011352-ab5d-4d4b-aa32-933b65038704} + + + {ad90fb44-e7e3-411a-bb87-82a3df71cae0} + + + {07710989-9f17-4f5b-8c33-c6033f06ab5f} + + + {f3e7789a-f3a4-45ce-a0fd-77d48d305088} + + + {c2109d14-a29f-4e46-86a9-06c919679a1b} + + + {2b48f782-1bbb-4eb8-a530-53e9d6b66aaf} + + + {7edbcc67-890b-4889-81f5-2bb57111421c} + + + {b3d82e4f-12ef-49e0-b9aa-014e3298017e} + + + {276e45fc-e4ca-4b43-bf18-3aebe0fea4d9} + + + {4bc17c14-cd51-466d-8cec-be6afcf53adb} + + + {f9e4a3aa-edb3-41a8-a429-a82057cc0ebe} + + + {2b352d4c-1517-4329-a4f2-a304f0f420d0} + + + {029ca4a9-9eb0-458c-a644-aa2c9e6d2de5} + + + {e28b42b4-4e6f-441b-a473-f9848c264a19} + + + {87ecc3c2-c27c-4a15-9f4b-2b1791f9c3cb} + + + {529d70c3-c6a1-4958-86f0-300de4d08f15} + + + {a2a48cbc-b09e-4bdc-8964-91aba84ee7fd} + + + {a9892f4f-b7fb-4bd3-ac95-add1f9b5bedb} + + + {c47abb28-c233-49e4-9adf-bed9a7b481e8} + + + {d00cce02-8851-4d9d-8332-0b68d83dc7bc} + + + {448f26ab-8d27-425d-bf71-193b90d174ba} + + + {d8286224-a4c4-4d24-ae0e-364db5604d84} + + + {7bbe6f75-803c-4c49-ab73-9e2237451dbd} + + + {7147500f-449f-42d0-84bb-cc1c0ea27efa} + + + {9bf5210c-cbd4-46a3-bf44-2cd596667624} + + + {02087bd8-65cc-46e2-aae9-0dd6b0ba4fc1} + + + {a28b71a2-2192-4347-acd4-bad45d536af7} + + + {640f83e8-d7c1-4c3c-800e-bc75f6877cbf} + + + {a5fb97dc-9422-47ff-9225-4e766a9f48ac} + + + {84c950ba-8468-47f1-bd3b-652f19713b30} + + + {ff51a47e-1aad-45d2-ab51-7ef35e47dd8c} + + + {d3c120fd-1f9b-42a6-b9d2-2f814bab2a68} + + + {d54b18a1-2ee1-48ec-9748-e6565b1bc1fd} + + + {71c7051d-c090-4dae-bfe1-a63b3fc9cf0d} + + + {1a62f3bb-61c5-49fc-9b0c-cc81db5d609d} + + + {5da5be83-293b-42c1-a654-8ef76fcbe630} + + + {94a31046-1778-472d-8213-40ea33f4d6a1} + + + {f27364fb-085c-4e70-a75d-5d1c0849a4dd} + + + {c2d9aece-5de6-449d-b2b3-1af5dab87efa} + + + {ac899456-a686-424c-a417-4baeaaf62d4a} + + + {4062a02b-8687-451a-9149-87ac31302b17} + + + {604821fc-b258-4642-bf7d-6fb2f92b8dee} + + + {14e335b2-5b92-4c8e-a607-0d9754542dcc} + + + {ce6369c3-e1c8-405c-8161-bc96aac5d1b7} + + + {d74d926c-48ce-4c00-8e63-4d880815affd} + + + {49d768b9-81e2-484d-ab1b-3d6c5542a0e7} + + + {f17d8796-1282-4633-8134-e529f428f486} + + + {ea576ec4-68a6-4381-bb1e-8b18cde929eb} + + + {7107de65-bd52-43c3-93a4-ecb40eb5cacf} + + + {58d7c0b5-ca1c-4626-94a7-59696a1891fb} + + + {6336a84d-483e-449c-9971-31cc0aad12ae} + + + {cdd874bf-6874-4aa4-9963-9be508b2a274} + + + {c6bfe2ed-6e53-4cc6-8586-844595031e95} + + + {cfd7505b-010e-43c0-ac60-361b0876f5ed} + + + {ecece566-8b3f-443c-89de-d9ef296901d0} + + + {7ce636ee-c9e0-46b1-9358-70f8ab01445d} + + + {9cbc80b2-99d7-421a-89d4-a4e16da3d053} + + + {f4bcb368-a9b9-4e7e-9b83-4d1150ccb972} + + + {ad286cc0-4cf2-4574-96ee-d7c7fff7618b} + + + {5a7c7ea3-6366-43ec-9299-957e01aebf6a} + + + {7b5d63dd-2992-401a-961b-c2710120b4cd} + + + {a48dcbf0-df06-463e-8f31-f46e73b79fe6} + + + {9ab1f480-e121-4149-a17f-a59e725f7a5f} + + + {8531ecb3-4189-4eba-962b-d3d38a678684} + + + {ea122660-f946-402f-97ff-3e84515fbbf7} + + + {59e30244-1075-48ea-8a99-498585844e1c} + + + {16b1233b-8ba0-4b21-9340-3644d9c7fc15} + + + {13282324-0644-4d4f-b70a-1da6eacb16d8} + + + {5b7e7d52-4a94-418f-a4bb-f6be9982dde0} + + + {59f76c9b-3eb0-4903-9e29-a1c038fd6682} + + + {a28223f7-1e69-4ea2-bc94-06b91354aee5} + + + {42808dc4-4b46-435f-86b1-329813fb469a} + + + {24fb8dc7-58fa-4b50-92a0-707e1a9a510d} + + + {70a30d5d-ecf3-4ebc-beb6-6b1c67f89f8b} + + + {d957d6ea-e3be-4dd4-bb20-024130d98305} + + + {dd25985b-e497-41ee-888d-c0db73cd2cc3} + + + {ab9b9ed4-2ba8-4a6f-bf1a-f5b5ae5f0183} + + + {8046b48c-05b5-4b2b-bcad-c3e28d115837} + + + {c748bcc8-cab7-480f-8846-f35f62864003} + + + {e484d34d-e243-4982-b259-2fc3e609cebc} + + + {2d2f044b-baab-441c-a4da-9ef0c09741b5} + + + {417a105c-1189-4631-9917-169952296e9d} + + + + + cmake + + + cmake\toolchains + + + core + + + core - - HAL + + Drivers\CMSIS\Device\ST\STM32H7xx\Source\Templates - - HAL + + Drivers\CMSIS\Device\ST\STM32H7xx\Source\Templates - - HAL + + Drivers\CMSIS\Device\ST\STM32H7xx\Source\Templates - - HAL + + Drivers\CMSIS\Device\ST\STM32H7xx\Source\Templates - - HAL + + Drivers\CMSIS\Device\ST\STM32H7xx\Source\Templates - - HAL + + Drivers\CMSIS\DSP\Examples\ARM\arm_class_marks_example - - HAL + + Drivers\CMSIS\DSP\Examples\ARM\arm_convolution_example - - HAL + + Drivers\CMSIS\DSP\Examples\ARM\arm_convolution_example - - HAL + + Drivers\CMSIS\DSP\Examples\ARM\arm_dotproduct_example - - HAL + + Drivers\CMSIS\DSP\Examples\ARM\arm_fft_bin_example - - HAL + + Drivers\CMSIS\DSP\Examples\ARM\arm_fft_bin_example - - HAL + + Drivers\CMSIS\DSP\Examples\ARM\arm_fir_example - - HAL + + Drivers\CMSIS\DSP\Examples\ARM\arm_fir_example - - HAL + + Drivers\CMSIS\DSP\Examples\ARM\arm_fir_example - - HAL + + Drivers\CMSIS\DSP\Examples\ARM\arm_graphic_equalizer_example - - HAL + + Drivers\CMSIS\DSP\Examples\ARM\arm_graphic_equalizer_example - - HAL + + Drivers\CMSIS\DSP\Examples\ARM\arm_graphic_equalizer_example - - HAL + + Drivers\CMSIS\DSP\Examples\ARM\arm_linear_interp_example - - HAL + + Drivers\CMSIS\DSP\Examples\ARM\arm_linear_interp_example - - HAL + + Drivers\CMSIS\DSP\Examples\ARM\arm_linear_interp_example - - HAL + + Drivers\CMSIS\DSP\Examples\ARM\arm_matrix_example - - HAL + + Drivers\CMSIS\DSP\Examples\ARM\arm_matrix_example - - HAL + + Drivers\CMSIS\DSP\Examples\ARM\arm_signal_converge_example - - HAL + + Drivers\CMSIS\DSP\Examples\ARM\arm_signal_converge_example - - HAL + + Drivers\CMSIS\DSP\Examples\ARM\arm_signal_converge_example - - HAL + + Drivers\CMSIS\DSP\Examples\ARM\arm_sin_cos_example - - HAL + + Drivers\CMSIS\DSP\Examples\ARM\arm_variance_example - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\BasicMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\CommonTables - - HAL + + Drivers\CMSIS\DSP\Source\CommonTables - - HAL + + Drivers\CMSIS\DSP\Source\ComplexMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\ComplexMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\ComplexMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\ComplexMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\ComplexMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\ComplexMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\ComplexMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\ComplexMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\ComplexMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\ComplexMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\ComplexMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\ComplexMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\ComplexMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\ComplexMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\ComplexMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\ComplexMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\ComplexMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\ComplexMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\ControllerFunctions - - HAL + + Drivers\CMSIS\DSP\Source\ControllerFunctions - - HAL + + Drivers\CMSIS\DSP\Source\ControllerFunctions - - HAL + + Drivers\CMSIS\DSP\Source\ControllerFunctions - - HAL + + Drivers\CMSIS\DSP\Source\ControllerFunctions - - HAL + + Drivers\CMSIS\DSP\Source\ControllerFunctions - - HAL + + Drivers\CMSIS\DSP\Source\ControllerFunctions - - HAL + + Drivers\CMSIS\DSP\Source\ControllerFunctions - - HAL + + Drivers\CMSIS\DSP\Source\FastMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\FastMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\FastMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\FastMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\FastMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\FastMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\FastMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\FastMathFunctions - - HAL + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - HAL + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - HAL + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - HAL + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - HAL + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - HAL + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - HAL + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - HAL + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - HAL + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - HAL + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - HAL + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - HAL + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - Middleware_FatFS + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - Middleware_FatFS + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - Middleware_FatFS + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - Middleware_USB + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - Middleware_USB + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - Middleware_USB + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - Middleware_USB + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - sys + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - sys + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - sys + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - per + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - per + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - per + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - per + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - per + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - per + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - per + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - hid + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - hid + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - hid + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - hid + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - hid + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - hid + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - hid + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - hid + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - hid + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - hid + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - dev + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - util + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - util + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - util + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - util + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - util + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - util + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - hid + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - usbd + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - usbd + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - usbd + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - boards + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - boards + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - boards + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - boards + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - boards + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - per + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - hid + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - boards + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - dev + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - sys + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - hid + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - dev + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - - dev + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - dev + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - per + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - util + + Drivers\CMSIS\DSP\Source\FilteringFunctions - - - - HAL + + Drivers\CMSIS\DSP\Source\FilteringFunctions + + + Drivers\CMSIS\DSP\Source\FilteringFunctions + + + Drivers\CMSIS\DSP\Source\FilteringFunctions + + + Drivers\CMSIS\DSP\Source\FilteringFunctions + + + Drivers\CMSIS\DSP\Source\FilteringFunctions + + + Drivers\CMSIS\DSP\Source\FilteringFunctions + + + Drivers\CMSIS\DSP\Source\FilteringFunctions + + + Drivers\CMSIS\DSP\Source\FilteringFunctions + + + Drivers\CMSIS\DSP\Source\FilteringFunctions + + + Drivers\CMSIS\DSP\Source\FilteringFunctions + + + Drivers\CMSIS\DSP\Source\FilteringFunctions + + + Drivers\CMSIS\DSP\Source\FilteringFunctions + + + Drivers\CMSIS\DSP\Source\FilteringFunctions + + + Drivers\CMSIS\DSP\Source\FilteringFunctions + + + Drivers\CMSIS\DSP\Source\FilteringFunctions + + + Drivers\CMSIS\DSP\Source\FilteringFunctions + + + Drivers\CMSIS\DSP\Source\FilteringFunctions + + + Drivers\CMSIS\DSP\Source\FilteringFunctions + + + Drivers\CMSIS\DSP\Source\FilteringFunctions + + + Drivers\CMSIS\DSP\Source\FilteringFunctions + + + Drivers\CMSIS\DSP\Source\FilteringFunctions + + + Drivers\CMSIS\DSP\Source\FilteringFunctions + + + Drivers\CMSIS\DSP\Source\FilteringFunctions + + + Drivers\CMSIS\DSP\Source\FilteringFunctions + + + Drivers\CMSIS\DSP\Source\FilteringFunctions + + + Drivers\CMSIS\DSP\Source\FilteringFunctions + + + Drivers\CMSIS\DSP\Source\FilteringFunctions + + + Drivers\CMSIS\DSP\Source\FilteringFunctions + + + Drivers\CMSIS\DSP\Source\FilteringFunctions + + + Drivers\CMSIS\DSP\Source\FilteringFunctions + + + Drivers\CMSIS\DSP\Source\FilteringFunctions + + + Drivers\CMSIS\DSP\Source\FilteringFunctions + + + Drivers\CMSIS\DSP\Source\FilteringFunctions + + + Drivers\CMSIS\DSP\Source\MatrixFunctions + + + Drivers\CMSIS\DSP\Source\MatrixFunctions + + + Drivers\CMSIS\DSP\Source\MatrixFunctions + + + Drivers\CMSIS\DSP\Source\MatrixFunctions + + + Drivers\CMSIS\DSP\Source\MatrixFunctions + + + Drivers\CMSIS\DSP\Source\MatrixFunctions + + + Drivers\CMSIS\DSP\Source\MatrixFunctions + + + Drivers\CMSIS\DSP\Source\MatrixFunctions + + + Drivers\CMSIS\DSP\Source\MatrixFunctions + + + Drivers\CMSIS\DSP\Source\MatrixFunctions + + + Drivers\CMSIS\DSP\Source\MatrixFunctions + + + Drivers\CMSIS\DSP\Source\MatrixFunctions + + + Drivers\CMSIS\DSP\Source\MatrixFunctions + + + Drivers\CMSIS\DSP\Source\MatrixFunctions + + + Drivers\CMSIS\DSP\Source\MatrixFunctions + + + Drivers\CMSIS\DSP\Source\MatrixFunctions + + + Drivers\CMSIS\DSP\Source\MatrixFunctions + + + Drivers\CMSIS\DSP\Source\MatrixFunctions + + + Drivers\CMSIS\DSP\Source\MatrixFunctions + + + Drivers\CMSIS\DSP\Source\MatrixFunctions + + + Drivers\CMSIS\DSP\Source\MatrixFunctions + + + Drivers\CMSIS\DSP\Source\MatrixFunctions + + + Drivers\CMSIS\DSP\Source\MatrixFunctions + + + Drivers\CMSIS\DSP\Source\MatrixFunctions + + + Drivers\CMSIS\DSP\Source\MatrixFunctions + + + Drivers\CMSIS\DSP\Source\StatisticsFunctions + + + Drivers\CMSIS\DSP\Source\StatisticsFunctions + + + Drivers\CMSIS\DSP\Source\StatisticsFunctions + + + Drivers\CMSIS\DSP\Source\StatisticsFunctions + + + Drivers\CMSIS\DSP\Source\StatisticsFunctions + + + Drivers\CMSIS\DSP\Source\StatisticsFunctions + + + Drivers\CMSIS\DSP\Source\StatisticsFunctions + + + Drivers\CMSIS\DSP\Source\StatisticsFunctions + + + Drivers\CMSIS\DSP\Source\StatisticsFunctions + + + Drivers\CMSIS\DSP\Source\StatisticsFunctions + + + Drivers\CMSIS\DSP\Source\StatisticsFunctions + + + Drivers\CMSIS\DSP\Source\StatisticsFunctions + + + Drivers\CMSIS\DSP\Source\StatisticsFunctions + + + Drivers\CMSIS\DSP\Source\StatisticsFunctions + + + Drivers\CMSIS\DSP\Source\StatisticsFunctions + + + Drivers\CMSIS\DSP\Source\StatisticsFunctions + + + Drivers\CMSIS\DSP\Source\StatisticsFunctions + + + Drivers\CMSIS\DSP\Source\StatisticsFunctions + + + Drivers\CMSIS\DSP\Source\StatisticsFunctions + + + Drivers\CMSIS\DSP\Source\StatisticsFunctions + + + Drivers\CMSIS\DSP\Source\StatisticsFunctions + + + Drivers\CMSIS\DSP\Source\StatisticsFunctions + + + Drivers\CMSIS\DSP\Source\StatisticsFunctions + + + Drivers\CMSIS\DSP\Source\StatisticsFunctions + + + Drivers\CMSIS\DSP\Source\StatisticsFunctions + + + Drivers\CMSIS\DSP\Source\SupportFunctions + + + Drivers\CMSIS\DSP\Source\SupportFunctions + + + Drivers\CMSIS\DSP\Source\SupportFunctions + + + Drivers\CMSIS\DSP\Source\SupportFunctions + + + Drivers\CMSIS\DSP\Source\SupportFunctions + + + Drivers\CMSIS\DSP\Source\SupportFunctions + + + Drivers\CMSIS\DSP\Source\SupportFunctions + + + Drivers\CMSIS\DSP\Source\SupportFunctions + + + Drivers\CMSIS\DSP\Source\SupportFunctions + + + Drivers\CMSIS\DSP\Source\SupportFunctions + + + Drivers\CMSIS\DSP\Source\SupportFunctions + + + Drivers\CMSIS\DSP\Source\SupportFunctions + + + Drivers\CMSIS\DSP\Source\SupportFunctions + + + Drivers\CMSIS\DSP\Source\SupportFunctions + + + Drivers\CMSIS\DSP\Source\SupportFunctions + + + Drivers\CMSIS\DSP\Source\SupportFunctions + + + Drivers\CMSIS\DSP\Source\SupportFunctions + + + Drivers\CMSIS\DSP\Source\SupportFunctions + + + Drivers\CMSIS\DSP\Source\SupportFunctions + + + Drivers\CMSIS\DSP\Source\SupportFunctions + + + Drivers\CMSIS\DSP\Source\TransformFunctions + + + Drivers\CMSIS\DSP\Source\TransformFunctions + + + Drivers\CMSIS\DSP\Source\TransformFunctions + + + Drivers\CMSIS\DSP\Source\TransformFunctions + + + Drivers\CMSIS\DSP\Source\TransformFunctions + + + Drivers\CMSIS\DSP\Source\TransformFunctions + + + Drivers\CMSIS\DSP\Source\TransformFunctions + + + Drivers\CMSIS\DSP\Source\TransformFunctions + + + Drivers\CMSIS\DSP\Source\TransformFunctions + + + Drivers\CMSIS\DSP\Source\TransformFunctions + + + Drivers\CMSIS\DSP\Source\TransformFunctions + + + Drivers\CMSIS\DSP\Source\TransformFunctions + + + Drivers\CMSIS\DSP\Source\TransformFunctions + + + Drivers\CMSIS\DSP\Source\TransformFunctions + + + Drivers\CMSIS\DSP\Source\TransformFunctions + + + Drivers\CMSIS\DSP\Source\TransformFunctions + + + Drivers\CMSIS\DSP\Source\TransformFunctions + + + Drivers\CMSIS\DSP\Source\TransformFunctions + + + Drivers\CMSIS\DSP\Source\TransformFunctions + + + Drivers\CMSIS\DSP\Source\TransformFunctions + + + Drivers\CMSIS\DSP\Source\TransformFunctions + + + Drivers\CMSIS\DSP\Source\TransformFunctions + + + Drivers\CMSIS\DSP\Source\TransformFunctions + + + Drivers\CMSIS\DSP\Source\TransformFunctions + + + Drivers\CMSIS\DSP\Source\TransformFunctions + + + Drivers\CMSIS\DSP\Source\TransformFunctions + + + Drivers\CMSIS\DSP\Source\TransformFunctions + + + Drivers\CMSIS\DSP\Source\TransformFunctions + + + Drivers\CMSIS\DSP\Source\TransformFunctions + + + Drivers\CMSIS\DSP\Source\TransformFunctions + + + Drivers\CMSIS\DSP\Source\TransformFunctions + + + Drivers\CMSIS\RTOS2\Template + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + Drivers\STM32H7xx_HAL_Driver\Src + + + examples\CopyingWavs + + + examples\CopyingWavs + + + examples\GPIO_Input + + + examples\GPIO_Input + + + examples\GPIO_Output + + + examples\GPIO_Output + + + examples\SerialPrint + + + examples\SerialPrint + + + examples\TIM_SingleCallback + + + examples\TIM_SingleCallback + + + Middlewares\ST\STM32_USB_Device_Library\Class\CDC\Src + + + Middlewares\ST\STM32_USB_Device_Library\Class\CDC\Src + + + Middlewares\ST\STM32_USB_Device_Library\Core\Src + + + Middlewares\ST\STM32_USB_Device_Library\Core\Src + + + Middlewares\ST\STM32_USB_Device_Library\Core\Src + + + Middlewares\ST\STM32_USB_Device_Library\Core\Src + + + Middlewares\ST\STM32_USB_Device_Library\Core\Src + + + Middlewares\ST\STM32_USB_Host_Library\Class\MSC\Src + + + Middlewares\ST\STM32_USB_Host_Library\Class\MSC\Src + + + Middlewares\ST\STM32_USB_Host_Library\Class\MSC\Src + + + Middlewares\ST\STM32_USB_Host_Library\Core\Src + + + Middlewares\ST\STM32_USB_Host_Library\Core\Src + + + Middlewares\ST\STM32_USB_Host_Library\Core\Src + + + Middlewares\ST\STM32_USB_Host_Library\Core\Src + + + Middlewares\ST\STM32_USB_Host_Library\Core\Src + + + Middlewares\Third_Party\FatFs\src + + + Middlewares\Third_Party\FatFs\src + + + Middlewares\Third_Party\FatFs\src + + + Middlewares\Third_Party\FatFs\src\option + + + Middlewares\Third_Party\FatFs\src\option + + + Middlewares\Third_Party\FatFs\src\option + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src\dev + + + src\dev + + + src\dev + + + src\dev + + + src\dev + + + src\dev + + + src\hid + + + src\hid + + + src\hid + + + src\hid + + + src\hid + + + src\hid + + + src\hid + + + src\hid + + + src\hid + + + src\hid + + + src\hid + + + src\hid + + + src\hid + + + src\per + + + src\per + + + src\per + + + src\per + + + src\per + + + src\per + + + src\per + + + src\per + + + src\per + + + src\per + + + src\per + + + src\per + + + src\sys + + + src\sys + + + src\sys + + + src\sys + + + src\ui + + + src\ui + + + src\ui + + + src\usbd + + + src\usbd + + + src\usbd + + + src\usbh + + + src\util + + + src\util + + + src\util + + + src\util + + + src\util + + + src\util + + + src\util + + + src\util + + + src\util + + + visual_studio\.visualgdb\CodeDB\libdaisy-Debug-VisualGDB + + + doc\extra - - HAL + + Drivers\CMSIS\Device\ST\STM32H7xx\Include - - HAL + + Drivers\CMSIS\Device\ST\STM32H7xx\Include - - HAL + + Drivers\CMSIS\Device\ST\STM32H7xx\Include - - HAL + + Drivers\CMSIS\Device\ST\STM32H7xx\Include - - HAL + + Drivers\CMSIS\Device\ST\STM32H7xx\Include - - HAL + + Drivers\CMSIS\Device\ST\STM32H7xx\Include - - HAL + + Drivers\CMSIS\Device\ST\STM32H7xx\Include - - HAL + + Drivers\CMSIS\Device\ST\STM32H7xx\Include - - HAL + + Drivers\CMSIS\Device\ST\STM32H7xx\Include - - HAL + + Drivers\CMSIS\Device\ST\STM32H7xx\Include - - HAL + + Drivers\CMSIS\DSP\Examples\ARM\arm_convolution_example - - HAL + + Drivers\CMSIS\DSP\Examples\ARM\arm_fir_example - - HAL + + Drivers\CMSIS\DSP\Examples\ARM\arm_graphic_equalizer_example - - HAL + + Drivers\CMSIS\DSP\Examples\ARM\arm_linear_interp_example - - HAL + + Drivers\CMSIS\DSP\Examples\ARM\arm_matrix_example - - HAL + + Drivers\CMSIS\DSP\Examples\ARM\arm_signal_converge_example - - HAL + + Drivers\CMSIS\DSP\Include - - HAL + + Drivers\CMSIS\DSP\Include - - HAL + + Drivers\CMSIS\DSP\Include - - HAL + + Drivers\CMSIS\Include - - HAL + + Drivers\CMSIS\Include - - HAL + + Drivers\CMSIS\Include - - HAL + + Drivers\CMSIS\Include - - HAL + + Drivers\CMSIS\Include - - HAL + + Drivers\CMSIS\Include - - HAL + + Drivers\CMSIS\Include - - HAL + + Drivers\CMSIS\Include - - HAL + + Drivers\CMSIS\Include - - HAL + + Drivers\CMSIS\Include - - HAL + + Drivers\CMSIS\Include - - HAL + + Drivers\CMSIS\Include - - HAL + + Drivers\CMSIS\Include - - HAL + + Drivers\CMSIS\Include - - HAL + + Drivers\CMSIS\Include - - HAL + + Drivers\CMSIS\Include - - HAL + + Drivers\CMSIS\RTOS\Template - - HAL + + Drivers\CMSIS\RTOS2\Include - - HAL + + Drivers\CMSIS\RTOS2\Template - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - CMSIS + + Drivers\STM32H7xx_HAL_Driver\Inc - - CMSIS + + Drivers\STM32H7xx_HAL_Driver\Inc - - CMSIS + + Drivers\STM32H7xx_HAL_Driver\Inc - - CMSIS + + Drivers\STM32H7xx_HAL_Driver\Inc - - CMSIS + + Drivers\STM32H7xx_HAL_Driver\Inc - - CMSIS + + Drivers\STM32H7xx_HAL_Driver\Inc - - CMSIS + + Drivers\STM32H7xx_HAL_Driver\Inc - - CMSIS + + Drivers\STM32H7xx_HAL_Driver\Inc - - CMSIS + + Drivers\STM32H7xx_HAL_Driver\Inc - - CMSIS + + Drivers\STM32H7xx_HAL_Driver\Inc - - CMSIS + + Drivers\STM32H7xx_HAL_Driver\Inc - - CMSIS + + Drivers\STM32H7xx_HAL_Driver\Inc - - CMSIS + + Drivers\STM32H7xx_HAL_Driver\Inc - - CMSIS + + Drivers\STM32H7xx_HAL_Driver\Inc - - CMSIS + + Drivers\STM32H7xx_HAL_Driver\Inc - - Middleware_FatFS + + Drivers\STM32H7xx_HAL_Driver\Inc - - Middleware_FatFS + + Drivers\STM32H7xx_HAL_Driver\Inc - - Middleware_FatFS + + Drivers\STM32H7xx_HAL_Driver\Inc - - Middleware_FatFS + + Drivers\STM32H7xx_HAL_Driver\Inc - - CMSIS + + Drivers\STM32H7xx_HAL_Driver\Inc - - Middleware_USB + + Drivers\STM32H7xx_HAL_Driver\Inc - - Middleware_USB + + Drivers\STM32H7xx_HAL_Driver\Inc - - Middleware_USB + + Drivers\STM32H7xx_HAL_Driver\Inc - - Middleware_USB + + Drivers\STM32H7xx_HAL_Driver\Inc - - CMSIS + + Drivers\STM32H7xx_HAL_Driver\Inc - - HAL + + Drivers\STM32H7xx_HAL_Driver\Inc - - - - sys + + Drivers\STM32H7xx_HAL_Driver\Inc - - sys + + Drivers\STM32H7xx_HAL_Driver\Inc - - sys + + Drivers\STM32H7xx_HAL_Driver\Inc - - sys + + Drivers\STM32H7xx_HAL_Driver\Inc - - sys + + Drivers\STM32H7xx_HAL_Driver\Inc - - per + + Drivers\STM32H7xx_HAL_Driver\Inc - - per + + Drivers\STM32H7xx_HAL_Driver\Inc - - per + + Drivers\STM32H7xx_HAL_Driver\Inc - - per + + Drivers\STM32H7xx_HAL_Driver\Inc - - per + + Drivers\STM32H7xx_HAL_Driver\Inc - - per + + Drivers\STM32H7xx_HAL_Driver\Inc - - per + + Drivers\STM32H7xx_HAL_Driver\Inc - - per + + Drivers\STM32H7xx_HAL_Driver\Inc - - per + + Drivers\STM32H7xx_HAL_Driver\Inc\Legacy - - per + + Middlewares\ST\STM32_USB_Device_Library\Class\CDC\Inc - - hid + + Middlewares\ST\STM32_USB_Device_Library\Class\CDC\Inc - - hid + + Middlewares\ST\STM32_USB_Device_Library\Core\Inc - - hid + + Middlewares\ST\STM32_USB_Device_Library\Core\Inc - - hid + + Middlewares\ST\STM32_USB_Device_Library\Core\Inc - - hid + + Middlewares\ST\STM32_USB_Device_Library\Core\Inc - - hid + + Middlewares\ST\STM32_USB_Device_Library\Core\Inc - - hid + + Middlewares\ST\STM32_USB_Device_Library\Core\Inc - - hid + + Middlewares\ST\STM32_USB_Host_Library\Class\MSC\Inc - - hid + + Middlewares\ST\STM32_USB_Host_Library\Class\MSC\Inc - - hid + + Middlewares\ST\STM32_USB_Host_Library\Class\MSC\Inc - - hid + + Middlewares\ST\STM32_USB_Host_Library\Core\Inc - - dev + + Middlewares\ST\STM32_USB_Host_Library\Core\Inc - - dev + + Middlewares\ST\STM32_USB_Host_Library\Core\Inc - - dev + + Middlewares\ST\STM32_USB_Host_Library\Core\Inc - - dev + + Middlewares\ST\STM32_USB_Host_Library\Core\Inc - - dev + + Middlewares\ST\STM32_USB_Host_Library\Core\Inc - - dev + + Middlewares\Third_Party\FatFs\src - - dev + + Middlewares\Third_Party\FatFs\src - - util + + Middlewares\Third_Party\FatFs\src - - util + + Middlewares\Third_Party\FatFs\src - - util + + Middlewares\Third_Party\FatFs\src - - util + + src - - util + + src - - util + + src - - util + + src - - util + + src - - util + + src - - hid + + src - - usbd + + src - - usbd + + src - - usbd + + src - - boards + + src\dev - - boards + + src\dev - - boards + + src\dev - - boards + + src\dev - - boards + + src\dev - - hid + + src\dev - - boards + + src\dev - - dev + + src\dev - - hid + + src\dev - - hid + + src\dev - - dev + + src\dev - - util + + src\dev - - util + + src\dev - - - - - - - - - - {8c8f8771-ea73-443a-9177-a07a6fc5c893} - - - {f307236b-3912-4cbe-8df4-07a88c78e270} - - - {4bd31ebd-a7a9-488b-ba38-5b686f126430} - - - {0c75ac56-378f-4bfe-9776-3bfd88231752} - - - {9a2cb93d-8359-431a-9b73-85f19ad83902} - - - {6962d58c-c4e1-4ae2-a369-9f41fa5a2572} - - - {e5897b1d-950f-4d07-bada-c8c49a70c198} - - - {e79bc437-e735-416b-a7f3-5764c4fc2afa} - - - {9942455a-4756-43b9-9272-401a2c86e492} - - - {9018304c-9d07-4d22-8457-3cdc11480bb5} - - - {68254c6f-3c43-4c0e-9f8d-6ad9b1086bf0} - - - {234f1ff0-c95c-4f1f-9389-4e9804033584} - - - {6f3e94cb-2892-489f-9425-85b28f730729} - + + src\hid + + + src\hid + + + src\hid + + + src\hid + + + src\hid + + + src\hid + + + src\hid + + + src\hid + + + src\hid + + + src\hid + + + src\hid + + + src\hid + + + src\hid + + + src\hid + + + src\hid + + + src\hid + + + src\hid + + + src\hid\disp + + + src\hid\disp + + + src\hid\disp + + + src\per + + + src\per + + + src\per + + + src\per + + + src\per + + + src\per + + + src\per + + + src\per + + + src\per + + + src\per + + + src\per + + + src\per + + + src\sys + + + src\sys + + + src\sys + + + src\sys + + + src\sys + + + src\ui + + + src\ui + + + src\ui + + + src\ui + + + src\ui + + + src\ui + + + src\usbd + + + src\usbd + + + src\usbd + + + src\usbh + + + src\util + + + src\util + + + src\util + + + src\util + + + src\util + + + src\util + + + src\util + + + src\util + + + src\util + + + src\util + + + src\util + + + src\util + + + src\util + + + src\util + + + src\util + + + src\util + + + src\util + + + src\util + + + src\util + + + \ No newline at end of file diff --git a/visual_studio/stm32.xml b/visual_studio/stm32.xml index 1bd955997..727958c24 100644 --- a/visual_studio/stm32.xml +++ b/visual_studio/stm32.xml @@ -1,13 +1,13 @@ - com.sysprogs.gnuarm.arm-eabi + com.visualgdb.arm-eabi - 8.3.1 - 8.0 + 10.3.1 + 10.2.90 1 com.sysprogs.arm.stm32 - 2020.10 + 2018.12R2 STM32H750IB STM32H7xxxx/DeviceDefinitions/stm32h750xx.xml From 411f66aafc213abfd72d2c070b4dd20608a0e5fa Mon Sep 17 00:00:00 2001 From: beserge Date: Mon, 23 May 2022 08:14:36 -0700 Subject: [PATCH 3/6] Move visual_studio to vs --- libdaisy.sln | 10 ++++++++-- {visual_studio => vs}/libdaisy-Debug.vgdbsettings | 0 {visual_studio => vs}/libdaisy-Release.vgdbsettings | 0 {visual_studio => vs}/libdaisy.vcxproj | 0 {visual_studio => vs}/libdaisy.vcxproj.filters | 0 {visual_studio => vs}/stm32.props | 0 {visual_studio => vs}/stm32.xml | 0 7 files changed, 8 insertions(+), 2 deletions(-) rename {visual_studio => vs}/libdaisy-Debug.vgdbsettings (100%) rename {visual_studio => vs}/libdaisy-Release.vgdbsettings (100%) rename {visual_studio => vs}/libdaisy.vcxproj (100%) rename {visual_studio => vs}/libdaisy.vcxproj.filters (100%) rename {visual_studio => vs}/stm32.props (100%) rename {visual_studio => vs}/stm32.xml (100%) diff --git a/libdaisy.sln b/libdaisy.sln index c10744456..bd70942bb 100644 --- a/libdaisy.sln +++ b/libdaisy.sln @@ -3,20 +3,26 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.29102.190 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libdaisy", "visual_studio\libdaisy.vcxproj", "{1B07A9D3-1E1B-488A-9817-4B13EECA191C}" -EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{56504D40-757A-47E1-A461-FFDDDC8AC2D4}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libdaisy", "vs\libdaisy.vcxproj", "{1B07A9D3-1E1B-488A-9817-4B13EECA191C}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|VisualGDB = Debug|VisualGDB + Debug|x64 = Debug|x64 Release|VisualGDB = Release|VisualGDB + Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {1B07A9D3-1E1B-488A-9817-4B13EECA191C}.Debug|VisualGDB.ActiveCfg = Debug|VisualGDB {1B07A9D3-1E1B-488A-9817-4B13EECA191C}.Debug|VisualGDB.Build.0 = Debug|VisualGDB + {1B07A9D3-1E1B-488A-9817-4B13EECA191C}.Debug|x64.ActiveCfg = Debug|x64 + {1B07A9D3-1E1B-488A-9817-4B13EECA191C}.Debug|x64.Build.0 = Debug|x64 {1B07A9D3-1E1B-488A-9817-4B13EECA191C}.Release|VisualGDB.ActiveCfg = Release|VisualGDB {1B07A9D3-1E1B-488A-9817-4B13EECA191C}.Release|VisualGDB.Build.0 = Release|VisualGDB + {1B07A9D3-1E1B-488A-9817-4B13EECA191C}.Release|x64.ActiveCfg = Release|x64 + {1B07A9D3-1E1B-488A-9817-4B13EECA191C}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/visual_studio/libdaisy-Debug.vgdbsettings b/vs/libdaisy-Debug.vgdbsettings similarity index 100% rename from visual_studio/libdaisy-Debug.vgdbsettings rename to vs/libdaisy-Debug.vgdbsettings diff --git a/visual_studio/libdaisy-Release.vgdbsettings b/vs/libdaisy-Release.vgdbsettings similarity index 100% rename from visual_studio/libdaisy-Release.vgdbsettings rename to vs/libdaisy-Release.vgdbsettings diff --git a/visual_studio/libdaisy.vcxproj b/vs/libdaisy.vcxproj similarity index 100% rename from visual_studio/libdaisy.vcxproj rename to vs/libdaisy.vcxproj diff --git a/visual_studio/libdaisy.vcxproj.filters b/vs/libdaisy.vcxproj.filters similarity index 100% rename from visual_studio/libdaisy.vcxproj.filters rename to vs/libdaisy.vcxproj.filters diff --git a/visual_studio/stm32.props b/vs/stm32.props similarity index 100% rename from visual_studio/stm32.props rename to vs/stm32.props diff --git a/visual_studio/stm32.xml b/vs/stm32.xml similarity index 100% rename from visual_studio/stm32.xml rename to vs/stm32.xml From 791383e86acb83b6f05cf367dc70a516b3c68375 Mon Sep 17 00:00:00 2001 From: beserge Date: Mon, 23 May 2022 08:34:48 -0700 Subject: [PATCH 4/6] Use 2020 BSP --- vs/libdaisy.vcxproj | 6 +++++- vs/libdaisy.vcxproj.filters | 15 +++++++++++++++ vs/stm32.xml | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/vs/libdaisy.vcxproj b/vs/libdaisy.vcxproj index 6dd5b99a7..d684ec69e 100644 --- a/vs/libdaisy.vcxproj +++ b/vs/libdaisy.vcxproj @@ -22,8 +22,9 @@ 16.0 {1B07A9D3-1E1B-488A-9817-4B13EECA191C} com.sysprogs.arm.stm32 - 2018.12R2 + 2020.10 + @@ -893,5 +894,8 @@ + + + \ No newline at end of file diff --git a/vs/libdaisy.vcxproj.filters b/vs/libdaisy.vcxproj.filters index 6dcc30671..38a696902 100644 --- a/vs/libdaisy.vcxproj.filters +++ b/vs/libdaisy.vcxproj.filters @@ -274,6 +274,12 @@ {417a105c-1189-4631-9917-169952296e9d} + + {7e24d97c-fddd-4158-998c-dc06d504af24} + + + {6bfdedfe-f60e-4fb0-bd68-7dbb52605191} + @@ -2600,5 +2606,14 @@ + + Device-specific files + + + Device-specific files + + + VisualGDB settings + \ No newline at end of file diff --git a/vs/stm32.xml b/vs/stm32.xml index 727958c24..06cba5967 100644 --- a/vs/stm32.xml +++ b/vs/stm32.xml @@ -7,7 +7,7 @@ 1 com.sysprogs.arm.stm32 - 2018.12R2 + 2020.10 STM32H750IB STM32H7xxxx/DeviceDefinitions/stm32h750xx.xml From e491ff18156d9601415260e5bfd2ffcf6864cff9 Mon Sep 17 00:00:00 2001 From: beserge Date: Mon, 23 May 2022 10:53:20 -0700 Subject: [PATCH 5/6] Fix build for release target --- vs/libdaisy.vcxproj | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/vs/libdaisy.vcxproj b/vs/libdaisy.vcxproj index d684ec69e..a24bd8526 100644 --- a/vs/libdaisy.vcxproj +++ b/vs/libdaisy.vcxproj @@ -88,18 +88,20 @@ - Drivers/CMSIS/Device/ST/STM32H7xx/Include;Drivers/STM32H7xx_HAL_Driver/Inc;Drivers/CMSIS/Include;Drivers/STM32H7xx_HAL_Driver/Inc/Legacy;Middlewares/ST/STM32_USB_Device_Library/Core/Inc;Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc;Middlewares/Third_Party/FatFs/src;src;src/sys;src/usbd;%(ClCompile.AdditionalIncludeDirectories) + Drivers/CMSIS/Device/ST/STM32H7xx/Include;Drivers/STM32H7xx_HAL_Driver/Inc;Drivers/CMSIS/Include;Drivers/STM32H7xx_HAL_Driver/Inc/Legacy;Middlewares/ST/STM32_USB_Device_Library/Core/Inc;Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc;Middlewares/Third_Party/FatFs/src;src;src/sys;src/usbd;../src;../Drivers/CMSIS/Device/ST/STM32H7xx/Include;../Drivers/CMSIS/Include;../Drivers/CMSIS/DSP/Include;../Drivers/CMSIS/RTOS2/Include;../Drivers/STM32H7xx_HAL_Driver/Inc;../src/sys;../Middlewares/Third_Party/FatFs/src;../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc;../Middlewares/ST/STM32_USB_Device_Library/Core/Inc;../src/usbd;../Middlewares/ST/STM32_USB_Host_Library/Class/MSC/Inc;../Middlewares/ST/STM32_USB_Host_Library/Core/Inc;../src/usbh;%(ClCompile.AdditionalIncludeDirectories) NDEBUG=1;RELEASE=1;__FPU_PRESENT=1;STM32H750xx;%(ClCompile.PreprocessorDefinitions) true All GNU11 GNUPP14 + - ;%(Link.AdditionalLinkerInputs) - ;%(Link.LibrarySearchDirectories) - ;%(Link.AdditionalLibraryNames) + %(Link.AdditionalLinkerInputs) + %(Link.LibrarySearchDirectories) + %(Link.AdditionalLibraryNames) core/STM32H750IB_flash.lds + THUMB From d8a2f6fedc5e989770fb7ae83423a904996303a4 Mon Sep 17 00:00:00 2001 From: beserge Date: Tue, 24 May 2022 15:22:13 -0700 Subject: [PATCH 6/6] Change optimization to Og --- vs/libdaisy.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vs/libdaisy.vcxproj b/vs/libdaisy.vcxproj index a24bd8526..dc155f8ae 100644 --- a/vs/libdaisy.vcxproj +++ b/vs/libdaisy.vcxproj @@ -60,7 +60,7 @@ src;Drivers/CMSIS/Device/ST/STM32H7xx/Include;Drivers/STM32H7xx_HAL_Driver/Inc;Drivers/CMSIS/Include;Drivers/STM32H7xx_HAL_Driver/Inc/Legacy;Middlewares/ST/STM32_USB_Device_Library/Core/Inc;Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc;Middlewares/Third_Party/FatFs/src;src/sys;src/usbd;../Drivers/CMSIS/Device/ST/STM32H7xx/Include;../Drivers/CMSIS/Include;../Drivers/CMSIS/DSP/Include;../Drivers/STM32H7xx_HAL_Driver/Inc;../src/sys;../Drivers/CMSIS/RTOS2/Include;../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc;../Middlewares/ST/STM32_USB_Device_Library/Core/Inc;../src/usbd;../Middlewares/Third_Party/FatFs/src;../src;../Middlewares/ST/STM32_USB_Host_Library/Class/MSC/Inc;../Middlewares/ST/STM32_USB_Host_Library/Core/Inc;../src/usbh;../tests/googletest/googletest/include;%(ClCompile.AdditionalIncludeDirectories) DEBUG=1;__FPU_PRESENT=1;STM32H750xx;%(ClCompile.PreprocessorDefinitions) - O0 + Og GNU11 GNUPP14