We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a3cfe4 commit acb578eCopy full SHA for acb578e
boards.txt
@@ -12,7 +12,7 @@ portenta_c33.build.fpu=-mfpu=fpv5-sp-d16
12
portenta_c33.build.float-abi=-mfloat-abi=hard
13
14
portenta_c33.build.board=PORTENTA_C33
15
-portenta_c33.build.defines=-DF_CPU=200000000
+portenta_c33.build.defines=-DF_CPU=200000000 -DPROVIDE_FREERTOS_HOOK
16
portenta_c33.vid.0=0x2341
17
portenta_c33.pid.0=0x0068
18
portenta_c33.vid.1=0x2341
cores/arduino/main.cpp
@@ -113,7 +113,9 @@ void arduino_main(void)
113
#endif
114
startAgt();
115
setup();
116
+#ifdef PROVIDE_FREERTOS_HOOK
117
start_freertos_on_header_inclusion();
118
+#endif
119
while (1)
120
{
121
loop();
0 commit comments