Skip to content

Commit 133f404

Browse files
TomoYamanakaadbridge
authored andcommitted
Add the definition for GR-LYCHEE in mbed_rtx.h
In mbed_rtx.h file, I added the definition for GR-LYCHEE to use the "Dynamic Heap" processing when the target is GR_LYCHEE.
1 parent e1b7f64 commit 133f404

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

targets/TARGET_RENESAS/mbed_rtx.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
#include <stdint.h>
2020

21+
#if defined(TARGET_RZ_A1H) || defined(TARGET_GR_LYCHEE)
2122
#define OS_IDLE_THREAD_STACK_SIZE 512
2223

2324
#if defined(__CC_ARM)
@@ -43,5 +44,6 @@
4344
#else
4445
#error "no toolchain defined"
4546
#endif
47+
#endif
4648

4749
#endif // MBED_MBED_RTX_H

0 commit comments

Comments
 (0)