We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22afcfa commit 38e96acCopy full SHA for 38e96ac
platform/mbed_retarget.cpp
@@ -884,6 +884,9 @@ extern "C" WEAK void __iar_file_Mtxinit(__iar_Rmtx *mutex) {}
884
extern "C" WEAK void __iar_file_Mtxdst(__iar_Rmtx *mutex) {}
885
extern "C" WEAK void __iar_file_Mtxlock(__iar_Rmtx *mutex) {}
886
extern "C" WEAK void __iar_file_Mtxunlock(__iar_Rmtx *mutex) {}
887
+#if (__IAR_SYSTEMS_ICC__ >= 8)
888
+extern "C" WEAK void *__aeabi_read_tp (void) {}
889
+#endif
890
#elif defined(__CC_ARM)
891
// Do nothing
892
#elif defined (__GNUC__)
0 commit comments