update for SWO - hw validation menu integrated
git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@239 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -62,6 +62,7 @@
|
||||
#define configQUEUE_REGISTRY_SIZE (10)
|
||||
#define configGENERATE_RUN_TIME_STATS 1
|
||||
|
||||
|
||||
/* Set the following definitions to 1 to include the API function, or zero
|
||||
to exclude the API function. */
|
||||
|
||||
|
||||
@@ -76,12 +76,13 @@ struct HwValidationMenuItems
|
||||
struct HwValidationMenu
|
||||
{
|
||||
TaskHandle_t taskHandle;
|
||||
int TaskPriority;
|
||||
int taskPriority;
|
||||
uint16_t stackSize;
|
||||
bool runTask;
|
||||
struct HwValidationMenuItems* testItems;
|
||||
int menuItemSelected;
|
||||
struct IODevice* ioDevice;
|
||||
bool initialized;
|
||||
};
|
||||
|
||||
|
||||
@@ -104,7 +105,7 @@ struct HwValidationMenu
|
||||
* @todo
|
||||
* -----------------------------------------------------------------------------
|
||||
*/
|
||||
extern ErrorStatus HwValidationMenu_construct(struct HwValidationMenu* self, struct IODevice* ioDevice, struct HwValidationMenuItems testItems);
|
||||
extern ErrorStatus HwValidationMenu_construct(struct HwValidationMenu* self, struct IODevice* ioDevice, struct HwValidationMenuItems* testItems, int taskPriority, uint16_t stackSize);
|
||||
|
||||
|
||||
#endif /* INC_HWVALIDATIONMENU_H_ */
|
||||
|
||||
Reference in New Issue
Block a user