bsp.cfg

来自「开放源码的嵌入式开发环境」· CFG 代码 · 共 36 行

CFG
36
字号
## BSP configuration flags for BSP "pc686"#### Does this BSP support multiprocessing ?##HAS_MP = @HAS_MP@#### Does this BSP support RTEMS's remote debugger ?##HAS_RDBG = @HAS_RDBG@#### Does this BSP support RTEMS's posix API ?##HAS_POSIX_API = no#### Does this BSP support RTEMS's ITRON API ?##HAS_ITRON_API = yes#### Does this BSP support RTEMS's CXX API ?##HAS_CPLUSPLUS = no#### Does this BSP support RTEMS's networking ?##HAS_NETWORKING = no## Only used for the bare bspBARE_CPU_MODEL = BARE_CPU_CFLAGS = 

⌨️ 快捷键说明

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