移植与电子模块通信相关代码

This commit is contained in:
andy
2023-10-06 18:47:05 +08:00
parent bf440a35bc
commit 8e3a140bec
77 changed files with 13331 additions and 1168 deletions

View File

@@ -6,15 +6,15 @@ import prebuild as time
# 定义app和boot文件路径(没有尾缀)
APP_FILE_SRC = "./Objects/app/coder_2channel_app"
BOOT_FILE_SRC = "./Objects/boot/coder_2channel_boot"
# APP_FILE_DST = "./Objects/coder_2channel_app"
APP_FILE_DST = "./python/file/coder_2channel_app"
BOOT_FILE_DST = "./Objects/coder_2channel_boot"
APP_FILE_SRC = "./Objects/app/checker_slave_app"
BOOT_FILE_SRC = "./Objects/boot/checker_slave_boot"
# APP_FILE_DST = "./Objects/checker_slave_app"
APP_FILE_DST = "./python/file/checker_slave_app"
BOOT_FILE_DST = "./Objects/checker_slave_boot"
# 定义app和boot的数据库目录
SQL_APP_PATH = "coder_stm32f1_app"
SQL_BOOT_PATH = "coder_stm32f1_boot"
SQL_APP_PATH = "checker_slave_app"
SQL_BOOT_PATH = "checker_slave_boot"