убраны лишние сурсы в конфиге
но пока нчиего не работает
This commit is contained in:
@@ -1,49 +1,26 @@
|
||||
{
|
||||
"MainCode": {
|
||||
"Sources": {
|
||||
"Type": "files",
|
||||
"Options": [
|
||||
"Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c",
|
||||
"Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c",
|
||||
"Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c",
|
||||
"Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c",
|
||||
"Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c",
|
||||
"Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c",
|
||||
"Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c",
|
||||
"Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c",
|
||||
"Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c"
|
||||
]
|
||||
},
|
||||
"Includes": {
|
||||
"Type": "paths",
|
||||
"Options": [
|
||||
".",
|
||||
"Drivers/STM32F1xx_SIMULINK",
|
||||
"Drivers/CMSIS",
|
||||
"Drivers/CMSIS/Device/STM32F1xx",
|
||||
"Drivers/STM32F1xx_HAL_Driver/Inc",
|
||||
"Drivers/STM32F1xx_HAL_Driver/Inc/Legacy"
|
||||
]
|
||||
}
|
||||
"Includes": [
|
||||
".",
|
||||
"Drivers/STM32F1xx_SIMULINK",
|
||||
"Drivers/CMSIS",
|
||||
"Drivers/CMSIS/Device/STM32F1xx",
|
||||
"Drivers/STM32F1xx_HAL_Driver/Inc",
|
||||
"Drivers/STM32F1xx_HAL_Driver/Inc/Legacy"
|
||||
]
|
||||
},
|
||||
"UserCode": {
|
||||
"Functions": {
|
||||
"PeriphInit": {
|
||||
"Options": [
|
||||
"Initialize_Periph_Sim()"
|
||||
]
|
||||
},
|
||||
"PeriphSimulation": {
|
||||
"Options": [
|
||||
"Simulate_TIMs()",
|
||||
"Simulate_GPIO_BSRR()"
|
||||
]
|
||||
},
|
||||
"PeriphDeinit": {
|
||||
"Options": [
|
||||
"deInitialize_Periph_Sim()"
|
||||
]
|
||||
}
|
||||
"PeriphInit": [
|
||||
"Initialize_Periph_Sim()"
|
||||
],
|
||||
"PeriphSimulation": [
|
||||
"Simulate_TIMs()",
|
||||
"Simulate_GPIO_BSRR()"
|
||||
],
|
||||
"PeriphDeinit": [
|
||||
"deInitialize_Periph_Sim()"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Main": {
|
||||
@@ -67,7 +44,7 @@
|
||||
"Tab_TIM_Enable": {
|
||||
"Prompt": "Enable TIMs",
|
||||
"Type": "checkbox",
|
||||
"Default": false,
|
||||
"Default": true,
|
||||
"NewRow": true
|
||||
},
|
||||
"Tab_ADC_Enable": {
|
||||
|
||||
Reference in New Issue
Block a user