Update CCS12 peripheral firmware and documentation
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
@echo off
|
||||
rem CCS post-build step: converts the OUT image to bootable SCI8 HEX and BIN.
|
||||
rem %1 is hex2000, %2 is the linked OUT file, %3 is the Bin artifact directory.
|
||||
rem Propagates ERRORLEVEL after every critical conversion command.
|
||||
setlocal
|
||||
|
||||
set "HEX_TOOL=%~1"
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
@echo off
|
||||
rem Obsolete post-build snapshot containing machine-specific absolute paths.
|
||||
rem Retained for reference only; normal builds must use postBuildStep_Debug.bat,
|
||||
rem which receives all paths through arguments.
|
||||
pushd ..\..\
|
||||
setlocal
|
||||
|
||||
|
||||
Reference in New Issue
Block a user