сделан редактор кода оболочки прямо в маске

This commit is contained in:
2025-06-09 10:14:42 +03:00
parent 25da0591b4
commit 47365da124
10 changed files with 104 additions and 221 deletions

View File

@@ -67,7 +67,8 @@ set code_MCU_Sim= .\MCU_STM32F1xx_Matlab\stm32f1xx_matlab_conf.c^
:: оболочка, которая будет моделировать работу МК в симулинке
set includes_WRAPPER= -I".\MCU_Wrapper"
set code_WRAPPER= .\MCU_Wrapper\MCU.c^
.\MCU_Wrapper\mcu_wrapper.c
.\MCU_Wrapper\mcu_wrapper.c^
.\MCU_Wrapper\app_wrapper.c
::-------------------------------------------------------------------------