You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Core/FreeRTOSConfig.h
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,6 @@
67
67
1 tab == 4 spaces!
68
68
*/
69
69
70
-
71
70
#ifndefFREERTOS_CONFIG_H
72
71
#defineFREERTOS_CONFIG_H
73
72
@@ -86,6 +85,8 @@
86
85
/* See https://www.freertos.org/Using-FreeRTOS-on-RISC-V.html */
87
86
88
87
/* don't have MTIME */
88
+
89
+
// clang-format off
89
90
#defineconfigMTIME_BASE_ADDRESS ( 0 )
90
91
#defineconfigMTIMECMP_BASE_ADDRESS ( 0 )
91
92
@@ -96,14 +97,14 @@
96
97
#defineconfigTICK_RATE_HZ ( ( TickType_t ) 1000 )
97
98
#defineconfigMAX_PRIORITIES ( 10 )
98
99
#defineconfigMINIMAL_STACK_SIZE ( ( unsigned short ) 384 ) /* Can be as low as 60 but some of the demo tasks that use this constant require it to be higher. */
0 commit comments