Update signal measuring and apply new measurements to bit-timings

This commit is contained in:
Allen Hill
2023-09-11 22:12:23 -04:00
parent bcd07d0ffb
commit da6a3371fd
3 changed files with 65 additions and 94 deletions
+7 -2
View File
@@ -8,7 +8,9 @@
"generator": "Unix Makefiles",
"binaryDir": "${sourceDir}/build",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug"
"CMAKE_BUILD_TYPE": "Debug",
"FREQSEL": "20MHz",
"TCB_CLKSEL": "TCB_CLKSEL_CLKDIV1_gc"
}
},
{
@@ -17,8 +19,11 @@
"description": "Configure with RelWithDebInfo build settings",
"generator": "Unix Makefiles",
"binaryDir": "${sourceDir}/build",
"inherits": "default",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "RelWithDebInfo"
"CMAKE_BUILD_TYPE": "RelWithDebInfo",
"FREQSEL": "20MHz",
"TCB_CLKSEL": "TCB_CLKSEL_CLKDIV1_gc"
}
}
]