mirror of
https://github.com/halleysfifthinc/Toyota-AVC-LAN
synced 2025-06-05 23:16:13 +00:00
31 lines
1.0 KiB
JSON
31 lines
1.0 KiB
JSON
{
|
|
"version": 2,
|
|
"configurePresets": [
|
|
{
|
|
"name": "default",
|
|
"displayName": "Debug",
|
|
"description": "Configure with Debug build settings",
|
|
"generator": "Unix Makefiles",
|
|
"binaryDir": "${sourceDir}/build",
|
|
"cacheVariables": {
|
|
"CMAKE_BUILD_TYPE": "Debug",
|
|
"FREQSEL": "20MHz",
|
|
"TCB_CLKSEL": "TCB_CLKSEL_CLKDIV1_gc"
|
|
}
|
|
},
|
|
{
|
|
"name": "relwithdebinfo",
|
|
"displayName": "RelWithDebInfo",
|
|
"description": "Configure with RelWithDebInfo build settings",
|
|
"generator": "Unix Makefiles",
|
|
"binaryDir": "${sourceDir}/build",
|
|
"inherits": "default",
|
|
"cacheVariables": {
|
|
"CMAKE_BUILD_TYPE": "RelWithDebInfo",
|
|
"FREQSEL": "20MHz",
|
|
"TCB_CLKSEL": "TCB_CLKSEL_CLKDIV1_gc",
|
|
"USART_RXMODE": "USART_RXMODE_CLK2X_gc"
|
|
}
|
|
}
|
|
]
|
|
} |