Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6e74eb4

Browse filesBrowse files
committed
Fix for CM0 with heap_useNewlib_ST
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 778bf9d commit 6e74eb4
Copy full SHA for 6e74eb4

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎src/portmacro.h

Copy file name to clipboardExpand all lines: src/portmacro.h
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
#if (__CORTEX_M == 0x00U)
1616
#include "../portable/GCC/ARM_CM0/portmacro.h"
17+
/* Stub for heap_useNewlib_ST */
18+
inline __attribute__(( always_inline )) static BaseType_t xPortIsInsideInterrupt( void ) { return pdFALSE; }
1719
#endif
1820

1921
#if (__CORTEX_M == 0x03U)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.