From 842bb64195f958b050867c50db66fc0aa413dafb Mon Sep 17 00:00:00 2001 From: QuakeGod <quakegod@sina.com> Date: 星期六, 27 七月 2024 10:42:56 +0800 Subject: [PATCH] KBus upgrade --- C8T6_BootLoader/MDK-ARM/C8T6_BtLdr.uvprojx | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/C8T6_BootLoader/MDK-ARM/C8T6_BtLdr.uvprojx b/C8T6_BootLoader/MDK-ARM/C8T6_BtLdr.uvprojx index 5389467..6724824 100644 --- a/C8T6_BootLoader/MDK-ARM/C8T6_BtLdr.uvprojx +++ b/C8T6_BootLoader/MDK-ARM/C8T6_BtLdr.uvprojx @@ -81,7 +81,7 @@ <AfterMake> <RunUserProg1>1</RunUserProg1> <RunUserProg2>0</RunUserProg2> - <UserProg1Name>fromelf --bin --output="@L.bin" "#L"</UserProg1Name> + <UserProg1Name>fromelf --bin --output="../@L.bin" "#L"</UserProg1Name> <UserProg2Name></UserProg2Name> <UserProg1Dos16Mode>0</UserProg1Dos16Mode> <UserProg2Dos16Mode>0</UserProg2Dos16Mode> @@ -594,6 +594,11 @@ <FileType>1</FileType> <FilePath>..\..\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_rtc.c</FilePath> </File> + <File> + <FileName>stm32f0xx_ll_flash.c</FileName> + <FileType>1</FileType> + <FilePath>..\..\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_flash.c</FilePath> + </File> </Files> </Group> </Groups> -- Gitblit v1.9.1