Skip to content

Commit 82099c3

Browse files
CORTEX_MPU_M3_MPS2_QEMU_GCC: remove unused defines (FreeRTOS#1233)
From CORTEX_MPU_M3_MPS2_QEMU_GCC remove unused configNUM_TX_DESCRIPTORS define and remove HEAP3 from as heap_4.c is used. Signed-off-by: Florian La Roche <[email protected]> Co-authored-by: Rahul Kar <[email protected]>
1 parent 29d3e52 commit 82099c3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

FreeRTOS/Demo/CORTEX_MPU_M3_MPS2_QEMU_GCC/FreeRTOSConfig.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ extern void vAssertCalled( void );
7272
#define configUSE_COUNTING_SEMAPHORES 1
7373
#define configSUPPORT_DYNAMIC_ALLOCATION 1
7474
#define configSUPPORT_STATIC_ALLOCATION 1
75-
#define configNUM_TX_DESCRIPTORS 15
7675
#define configSTREAM_BUFFER_TRIGGER_LEVEL_TEST_MARGIN 2
7776
#define configCHECK_FOR_STACK_OVERFLOW 2
7877
#define configALLOW_UNPRIVILEGED_CRITICAL_SECTIONS 0
@@ -134,9 +133,4 @@ unsigned long ulGetRunTimeCounterValue( void ); /* Prototype of function that re
134133
extern void vLoggingPrintf( const char * pcFormatString,
135134
... );
136135

137-
#ifdef HEAP3
138-
#define xPortGetMinimumEverFreeHeapSize ( x )
139-
#define xPortGetFreeHeapSize ( x )
140-
#endif
141-
142136
#endif /* FREERTOS_CONFIG_H */

0 commit comments

Comments
 (0)