common.cfg

来自「flash programming STI 5.5.1.4 DCU3」· CFG 代码 · 共 39 行

CFG
39
字号
## commands for all components
include cache.cfg
include chip.cfg
include jtag.cfg

## defines for start and endorder

if (!(clsymbol DEBUGGER_NOTIFY_PRIORITY)) {
  DEBUGGER_NOTIFY_PRIORITY = 100000
}
if (!(clsymbol CLOCK_START_PRIORITY)) { 
  CLOCK_START_PRIORITY     =  50000
}
if (!(clsymbol HEAP_START_PRIORITY)) {
  HEAP_START_PRIORITY      =  40000
}
if (!(clsymbol IO_MUTEX_SET_PRIORITY)) {
  IO_MUTEX_SET_PRIORITY    =  35000
}
if (!(clsymbol FDIOINIT_START_PRIORITY)) {
  FDIOINIT_START_PRIORITY  =  32000
}
if (!(clsymbol STDIO_START_PRIORITY)) {
  STDIO_START_PRIORITY     =  30000
}
if (!(clsymbol OS_START_PRIORITY)) {
  OS_START_PRIORITY        =  20000
}
if (!(clsymbol STDIO_END_PRIORITY)) {
  STDIO_END_PRIORITY       = -20000
}
if (!(clsymbol FDIODEINIT_END_PRIORITY)) {
  FDIODEINIT_END_PRIORITY  = -10000
}
if (!(clsymbol SHUTDOWN_END_PRIORITY)) {
  SHUTDOWN_END_PRIORITY    = -5000
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?