uset debug + notification number

This commit is contained in:
Alwin Berger 2023-05-03 11:08:54 +02:00
parent 0c130a3f96
commit 1873f6e75e
3 changed files with 3 additions and 2 deletions

View File

@ -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 */

View File

@ -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}

View File

@ -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}