build: add the SIBO SDK

This commit is contained in:
2026-07-06 18:01:36 +01:00
parent d76326729c
commit 64e484448c
757 changed files with 97167 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
! Sample configuration file for the Series-3 Debugger
! Consists of a set of keywords and values.
! Specifies the paths to search for source level maps and tables
! in addition to the current directory
! (commented out)
! SOURCE_PATH=c:\sibosdk\hwdemo\
! SOURCE_PATH=d:\dirname\
! Pass zero-length command line to load and run commands
! (commented out)
! NO_COMMAND_LINE
! Turns beep that normally accompanies temporary display of
! error message off
! (commented out)
! BEEP_OFF
! Specifies the tab stop width used when displaying source code
TAB_WIDTH=4
! Specifies breakpoints to set up
BREAKPOINT=p_panic
! Specifies where the debugger will run the process to before it
! reports the loading of the process is complete.
INITIAL_IP=main
! Specifies what accelerators function keys are to be assigned to
! F1 to F10 may be assigned to accelerators
F2=B
F3=X
F4=H
F5=M
F6=V
F7=T
F8=S
F9=R
F10=G