⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stm8_stvd_cosmic_bldc.mak

📁 STM8S105 BLDC源代码
💻 MAK
📖 第 1 页 / 共 5 页
字号:
	@if not exist $(dir $@)  mkdir $(dir $@)
	$(CFLAGS_PRJ)

STVD_COSMIC_Debug\vdev_callbacks.$(ObjectExt) : stm8_mc_framework\src\vdev_callbacks.c ..\..\..\cosmic\cxstm8_16k\hstm8\mods0.h stm8_mc_framework\inc\vdev_callbacks.h stm8_mc_framework\inc\dev_type.h stm8_fwlib\inc\stm8s_type.h stm8_mc_framework\inc\vdev.h stm8_mc_framework\param\vdev_param.h 
	@if not exist $(dir $@)  mkdir $(dir $@)
	$(CFLAGS_PRJ)

STVD_COSMIC_Debug\vdev_ios.$(ObjectExt) : stm8_mc_framework\src\vdev_ios.c ..\..\..\cosmic\cxstm8_16k\hstm8\mods0.h stm8_mc_framework\inc\vdev_ios.h stm8_mc_framework\inc\dev_type.h stm8_fwlib\inc\stm8s_type.h stm8_mc_framework\inc\vdev.h stm8_mc_framework\param\vdev_param.h stm8_fwlib\inc\stm8s_lib.h stm8_fwlib\inc\stm8s_map.h stm8_mc_framework\inc\stm8s_conf.h stm8_fwlib\inc\stm8s_macro.h stm8_fwlib\inc\stm8s_adc2.h stm8_fwlib\inc\stm8s_awu.h stm8_fwlib\inc\stm8s_tim3.h stm8_fwlib\inc\stm8s_clk.h stm8_fwlib\inc\stm8s_beep.h stm8_fwlib\inc\stm8s_flash.h stm8_fwlib\inc\stm8s_exti.h stm8_fwlib\inc\stm8s_gpio.h stm8_fwlib\inc\stm8s_i2c.h stm8_fwlib\inc\stm8s_itc.h stm8_fwlib\inc\stm8s_iwdg.h stm8_fwlib\inc\stm8s_rst.h stm8_fwlib\inc\stm8s_spi.h stm8_fwlib\inc\stm8s_tim1.h stm8_fwlib\inc\stm8s_tim2.h stm8_fwlib\inc\stm8s_tim4.h stm8_fwlib\inc\stm8s_uart1.h stm8_fwlib\inc\stm8s_uart3.h stm8_fwlib\inc\stm8s_wwdg.h mc_fwlib_scalar\param\mc_controlstage_param.h stm8_mc_framework\param\mc_stm8s_clk_param.h mc_fwlib_scalar\inc\mc_display.h mc_fwlib_scalar\inc\mc_user_interface.h stm8_mc_framework\inc\mc_dev_display.h ..\..\..\cosmic\cxstm8_16k\hstm8\stddef.h stm8_mc_framework\param\mc_stm8s_port_param.h mc_fwlib_scalar\param\mc_powerstage_param.h stm8_mc_framework\inc\mc_dev_display.h 
	@if not exist $(dir $@)  mkdir $(dir $@)
	$(CFLAGS_PRJ)

$(ProjectSFile).elf :  $(OutputPath)\mc_statemachine.o $(OutputPath)\mc_user_interface.o $(OutputPath)\mc_pid_regulators.o $(OutputPath)\mc_keys.o $(OutputPath)\mc_display.o $(OutputPath)\mc_bldc_user_interface.o $(OutputPath)\mc_bldc_motor.o $(OutputPath)\mc_bldc_drive.o $(OutputPath)\mc_vtimer.o $(OutputPath)\mc_dev.o $(OutputPath)\main.o $(OutputPath)\stm8s_uart3.o $(OutputPath)\stm8s_uart1.o $(OutputPath)\stm8s_tim4.o $(OutputPath)\stm8s_tim3.o $(OutputPath)\stm8s_tim2.o $(OutputPath)\stm8s_tim1.o $(OutputPath)\stm8s_spi.o $(OutputPath)\stm8s_rst.o $(OutputPath)\stm8s_iwdg.o $(OutputPath)\stm8s_itc.o $(OutputPath)\stm8s_i2c.o $(OutputPath)\stm8s_gpio.o $(OutputPath)\stm8s_flash.o $(OutputPath)\stm8s_exti.o $(OutputPath)\stm8s_clk.o $(OutputPath)\stm8s_beep.o $(OutputPath)\stm8s_awu.o $(OutputPath)\stm8s_adc2.o $(OutputPath)\stm8s_wwdg.o $(OutputPath)\mc_stm8s_lcd.o $(OutputPath)\mc_stm8s_opt.o $(OutputPath)\mc_stm8s_dac.o $(OutputPath)\mc_stm8s_vtimer.o $(OutputPath)\mc_stm8s_port.o $(OutputPath)\mc_stm8s_keys.o $(OutputPath)\mc_stm8s_display.o $(OutputPath)\mc_stm8s_bldc_drive.o $(OutputPath)\mc_stm8s_clk.o $(OutputPath)\mc_stm8s_bldc_it.o $(OutputPath)\stm8_interrupt_vector.o $(OutputPath)\vdev.o $(OutputPath)\vdev_callbacks.o $(OutputPath)\vdev_ios.o $(OutputPath)\STM8_STVD_COSMIC_BLDC.lkf
	$(ToolsetBin)\clnk  $(ToolsetLibOpts) -o $(OutputPath)\$(TargetSName).sm8 -m$(OutputPath)\$(TargetSName).map $(OutputPath)\$(TargetSName).lkf 
	$(ToolsetBin)\cvdwarf  $(OutputPath)\$(TargetSName).sm8 

	$(ToolsetBin)\chex  -o $(OutputPath)\$(TargetSName).s19 $(OutputPath)\$(TargetSName).sm8
clean : 
	-@erase $(OutputPath)\mc_statemachine.o
	-@erase $(OutputPath)\mc_user_interface.o
	-@erase $(OutputPath)\mc_pid_regulators.o
	-@erase $(OutputPath)\mc_keys.o
	-@erase $(OutputPath)\mc_display.o
	-@erase $(OutputPath)\mc_bldc_user_interface.o
	-@erase $(OutputPath)\mc_bldc_motor.o
	-@erase $(OutputPath)\mc_bldc_drive.o
	-@erase $(OutputPath)\mc_vtimer.o
	-@erase $(OutputPath)\mc_dev.o
	-@erase $(OutputPath)\main.o
	-@erase $(OutputPath)\stm8s_uart3.o
	-@erase $(OutputPath)\stm8s_uart1.o
	-@erase $(OutputPath)\stm8s_tim4.o
	-@erase $(OutputPath)\stm8s_tim3.o
	-@erase $(OutputPath)\stm8s_tim2.o
	-@erase $(OutputPath)\stm8s_tim1.o
	-@erase $(OutputPath)\stm8s_spi.o
	-@erase $(OutputPath)\stm8s_rst.o
	-@erase $(OutputPath)\stm8s_iwdg.o
	-@erase $(OutputPath)\stm8s_itc.o
	-@erase $(OutputPath)\stm8s_i2c.o
	-@erase $(OutputPath)\stm8s_gpio.o
	-@erase $(OutputPath)\stm8s_flash.o
	-@erase $(OutputPath)\stm8s_exti.o
	-@erase $(OutputPath)\stm8s_clk.o
	-@erase $(OutputPath)\stm8s_beep.o
	-@erase $(OutputPath)\stm8s_awu.o
	-@erase $(OutputPath)\stm8s_adc2.o
	-@erase $(OutputPath)\stm8s_wwdg.o
	-@erase $(OutputPath)\mc_stm8s_lcd.o
	-@erase $(OutputPath)\mc_stm8s_opt.o
	-@erase $(OutputPath)\mc_stm8s_dac.o
	-@erase $(OutputPath)\mc_stm8s_vtimer.o
	-@erase $(OutputPath)\mc_stm8s_port.o
	-@erase $(OutputPath)\mc_stm8s_keys.o
	-@erase $(OutputPath)\mc_stm8s_display.o
	-@erase $(OutputPath)\mc_stm8s_bldc_drive.o
	-@erase $(OutputPath)\mc_stm8s_clk.o
	-@erase $(OutputPath)\mc_stm8s_bldc_it.o
	-@erase $(OutputPath)\stm8_interrupt_vector.o
	-@erase $(OutputPath)\vdev.o
	-@erase $(OutputPath)\vdev_callbacks.o
	-@erase $(OutputPath)\vdev_ios.o
	-@erase $(OutputPath)\STM8_STVD_COSMIC_BLDC.elf
	-@erase $(OutputPath)\mc_statemachine.ls
	-@erase $(OutputPath)\mc_user_interface.ls
	-@erase $(OutputPath)\mc_pid_regulators.ls
	-@erase $(OutputPath)\mc_keys.ls
	-@erase $(OutputPath)\mc_display.ls
	-@erase $(OutputPath)\mc_bldc_user_interface.ls
	-@erase $(OutputPath)\mc_bldc_motor.ls
	-@erase $(OutputPath)\mc_bldc_drive.ls
	-@erase $(OutputPath)\mc_vtimer.ls
	-@erase $(OutputPath)\mc_dev.ls
	-@erase $(OutputPath)\main.ls
	-@erase $(OutputPath)\stm8s_uart3.ls
	-@erase $(OutputPath)\stm8s_uart1.ls
	-@erase $(OutputPath)\stm8s_tim4.ls
	-@erase $(OutputPath)\stm8s_tim3.ls
	-@erase $(OutputPath)\stm8s_tim2.ls
	-@erase $(OutputPath)\stm8s_tim1.ls
	-@erase $(OutputPath)\stm8s_spi.ls
	-@erase $(OutputPath)\stm8s_rst.ls
	-@erase $(OutputPath)\stm8s_iwdg.ls
	-@erase $(OutputPath)\stm8s_itc.ls
	-@erase $(OutputPath)\stm8s_i2c.ls
	-@erase $(OutputPath)\stm8s_gpio.ls
	-@erase $(OutputPath)\stm8s_flash.ls
	-@erase $(OutputPath)\stm8s_exti.ls
	-@erase $(OutputPath)\stm8s_clk.ls
	-@erase $(OutputPath)\stm8s_beep.ls
	-@erase $(OutputPath)\stm8s_awu.ls
	-@erase $(OutputPath)\stm8s_adc2.ls
	-@erase $(OutputPath)\stm8s_wwdg.ls
	-@erase $(OutputPath)\mc_stm8s_lcd.ls
	-@erase $(OutputPath)\mc_stm8s_opt.ls
	-@erase $(OutputPath)\mc_stm8s_dac.ls
	-@erase $(OutputPath)\mc_stm8s_vtimer.ls
	-@erase $(OutputPath)\mc_stm8s_port.ls
	-@erase $(OutputPath)\mc_stm8s_keys.ls
	-@erase $(OutputPath)\mc_stm8s_display.ls
	-@erase $(OutputPath)\mc_stm8s_bldc_drive.ls
	-@erase $(OutputPath)\mc_stm8s_clk.ls

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -