source: trunk/fw_g473rct/CMakePresets.json@ 20

Last change on this file since 20 was 20, checked in by f.jahn, 4 months ago

adc dma funktioniert und modbus funktioniert

File size: 906 bytes
Line 
1{
2 "version": 3,
3 "configurePresets": [
4 {
5 "name": "default",
6 "hidden": true,
7 "generator": "Ninja",
8 "binaryDir": "${sourceDir}/build/${presetName}",
9 "toolchainFile": "${sourceDir}/cmake/gcc-arm-none-eabi.cmake",
10 "cacheVariables": {
11 }
12 },
13 {
14 "name": "Debug",
15 "inherits": "default",
16 "cacheVariables": {
17 "CMAKE_BUILD_TYPE": "Debug"
18 }
19 },
20 {
21 "name": "Release",
22 "inherits": "default",
23 "cacheVariables": {
24 "CMAKE_BUILD_TYPE": "Release"
25 }
26 }
27 ],
28 "buildPresets": [
29 {
30 "name": "Debug",
31 "configurePreset": "Debug"
32 },
33 {
34 "name": "Release",
35 "configurePreset": "Release"
36 }
37 ]
38}
Note: See TracBrowser for help on using the repository browser.