共1条
1/1 1 跳转至页
各种Task Option作何解?
#define VX_SUPERVISOR_MODE 0x0001 /* OBSOLETE: tasks always in sup mode */
#define VX_UNBREAKABLE 0x0002 /* INTERNAL: breakpoints ignored */
#define VX_DEALLOC_STACK 0x0004 /* INTERNAL: deallocate stack */
#define VX_FP_TASK 0x0008 /* 1 = f-point coprocessor support */
#define VX_STDIO 0x0010 /* OBSOLETE: need not be set for stdio*/
#define VX_ADA_DEBUG 0x0020 /* 1 = VADS debugger support */
#define VX_FORTRAN 0x0040 /* 1 = NKR FORTRAN support */
#define VX_PRIVATE_ENV 0x0080 /* 1 = private environment variables */
#define VX_NO_STACK_FILL 0x0100 /* 1 = avoid stack fill of 0xee */
WindRiver的联机文档只对四种option做了解释
VX_FP_TASK (0x0008)
execute with floating-point coprocessor support. A task which performs floating point operations or calls any functions which either return or take a floating point value as arguments must be created with this option. Some routines perform floating point operations internally. The VxWorks documentation for these clearly state the need to use the VX_FP_TASK option.
VX_PRIVATE_ENV (0x0080)
include private environment support (see envLib).
VX_NO_STACK_FILL (0x0100)
do not fill the stack for use by checkStack( ).
VX_UNBREAKABLE (0x0002)
do not allow breakpoint debugging.
想知道其它的Option作何解?
关键词: 各种 Option 作何
共1条
1/1 1 跳转至页
回复
有奖活动 | |
---|---|
【有奖活动】分享技术经验,兑换京东卡 | |
话不多说,快进群! | |
请大声喊出:我要开发板! | |
【有奖活动】EEPW网站征稿正在进行时,欢迎踊跃投稿啦 | |
奖!发布技术笔记,技术评测贴换取您心仪的礼品 | |
打赏了!打赏了!打赏了! |
打赏帖 | |
---|---|
vscode+cmake搭建雅特力AT32L021开发环境被打赏30分 | |
【换取逻辑分析仪】自制底板并驱动ArduinoNanoRP2040ConnectLCD扩展板被打赏47分 | |
【分享评测,赢取加热台】RISC-V GCC 内嵌汇编使用被打赏38分 | |
【换取逻辑分析仪】-基于ADI单片机MAX78000的简易MP3音乐播放器被打赏48分 | |
我想要一部加热台+树莓派PICO驱动AHT10被打赏38分 | |
【换取逻辑分析仪】-硬件SPI驱动OLED屏幕被打赏36分 | |
换逻辑分析仪+上下拉与多路选择器被打赏29分 | |
Let'sdo第3期任务合集被打赏50分 | |
换逻辑分析仪+Verilog三态门被打赏27分 | |
换逻辑分析仪+Verilog多输出门被打赏24分 |