Update CCS12 peripheral firmware and documentation

This commit is contained in:
2026-09-04 19:34:10 +03:00
parent 55bee25b4f
commit 8cd81736cf
56 changed files with 3808 additions and 504 deletions

View File

@@ -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"

View File

@@ -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