Добавить выпуск прошивок из Keil и CCS
This commit is contained in:
15
tools/firmware-publish/examples/ccs12-firmware-release.cmd
Normal file
15
tools/firmware-publish/examples/ccs12-firmware-release.cmd
Normal file
@@ -0,0 +1,15 @@
|
||||
@echo off
|
||||
rem Copy this file to the firmware repository root as firmware-release.cmd.
|
||||
|
||||
set "FW_PROJECT_ROOT=%~dp0"
|
||||
rem This relative path matches SETGIT/BALZAM_ALL + SETGIT/newProject/SETGUI.
|
||||
rem Change it if the repositories are stored differently.
|
||||
set "FW_SETGUI_ROOT=%~dp0..\newProject\SETGUI"
|
||||
|
||||
set "FW_PRODUCT=BALZAM-166"
|
||||
set "FW_VERSION=1.0.0"
|
||||
set "FW_VERSION_CODE=0x00010000"
|
||||
set "FW_TRANSPORTS=tms"
|
||||
set "FW_BASE_ADDRESS="
|
||||
set "FW_IMAGE=ccs12_8_proj\bin\balzam_166_ccs12_8.bin"
|
||||
set "FW_NOTES=TMS320F2812 SCI8 boot image"
|
||||
13
tools/firmware-publish/examples/keil-firmware-release.cmd
Normal file
13
tools/firmware-publish/examples/keil-firmware-release.cmd
Normal file
@@ -0,0 +1,13 @@
|
||||
@echo off
|
||||
rem Copy this file to the firmware repository root as firmware-release.cmd.
|
||||
|
||||
set "FW_PROJECT_ROOT=%~dp0"
|
||||
set "FW_SETGUI_ROOT=%~dp0..\SETGUI"
|
||||
|
||||
set "FW_PRODUCT=F103DS18"
|
||||
set "FW_VERSION=1.1.0"
|
||||
set "FW_VERSION_CODE=0x00010100"
|
||||
set "FW_TRANSPORTS=can rs485"
|
||||
set "FW_BASE_ADDRESS=0x08003000"
|
||||
set "FW_IMAGE=mdk\build\ds18b20_f103.hex"
|
||||
set "FW_NOTES=DS18B20 firmware release"
|
||||
Reference in New Issue
Block a user