uset debug + notification number
This commit is contained in:
parent
0c130a3f96
commit
1873f6e75e
@ -123,4 +123,5 @@ extern void vLoggingPrintf( const char * pcFormatString,
|
||||
#endif
|
||||
|
||||
#define configUSE_TASK_NOTIFICATIONS 1
|
||||
#define configTASK_NOTIFICATION_ARRAY_ENTRIES 4
|
||||
#endif /* FREERTOS_CONFIG_H */
|
||||
|
@ -52,7 +52,7 @@ __attribute__((noinline)) static void trigger_Qemu_break( void )
|
||||
}
|
||||
}
|
||||
// if this macro is set, the code will be modified to produce the worst case
|
||||
#define DEBUG_WCET(A) {A}
|
||||
// #define DEBUG_WCET(A) {A}
|
||||
|
||||
// #define WCET_END(A)
|
||||
#define WCET_END(A) {A}
|
||||
|
@ -53,7 +53,7 @@ __attribute__((noinline)) static void trigger_Qemu_break( void )
|
||||
}
|
||||
}
|
||||
// if this macro is set, the code will be modified to produce the worst case
|
||||
#define DEBUG_WCET(A) {A}
|
||||
// #define DEBUG_WCET(A) {A}
|
||||
|
||||
// #define WCET_END(A)
|
||||
#define WCET_END(A) {A}
|
||||
|
Loading…
x
Reference in New Issue
Block a user