работает формирование сурсов и инклюдов по конфигу
This commit is contained in:
@@ -24,14 +24,11 @@
|
||||
}
|
||||
},
|
||||
"Main": {
|
||||
"Sources": {
|
||||
"Type": "files",
|
||||
"Options": [
|
||||
"stm32f1xx_matlab_conf.c",
|
||||
"Drivers/STM32F1xx_SIMULINK/stm32f1xx_matlab_gpio.c",
|
||||
"Drivers/STM32F1xx_SIMULINK/stm32f1xx_periph_registers.c"
|
||||
]
|
||||
},
|
||||
"Sources": [
|
||||
"stm32f1xx_matlab_conf.c",
|
||||
"Drivers/STM32F1xx_SIMULINK/stm32f1xx_matlab_gpio.c",
|
||||
"Drivers/STM32F1xx_SIMULINK/stm32f1xx_periph_registers.c"
|
||||
],
|
||||
"Defines": {
|
||||
"STM32xx": {
|
||||
"Prompt": "Choose MCU",
|
||||
@@ -115,7 +112,7 @@
|
||||
"Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c"
|
||||
],
|
||||
"Type": "checkbox",
|
||||
"Default": true
|
||||
"Default": false
|
||||
},
|
||||
"HAL_CRC": {
|
||||
"Prompt": "Enable HAL CRC Module",
|
||||
@@ -260,8 +257,7 @@
|
||||
"HAL_RCC": {
|
||||
"Prompt": "Enable HAL RCC Module",
|
||||
"Sources": [
|
||||
"Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c",
|
||||
"Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c"
|
||||
"Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c"
|
||||
],
|
||||
"Type": "checkbox",
|
||||
"Default": true
|
||||
|
||||
Reference in New Issue
Block a user