mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-05-12 11:42:57 -04:00
CORTEX_MPU_M3_MPS2_QEMU_GCC: remove unused defines (#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 <Florian.LaRoche@gmail.com> Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>
This commit is contained in:
parent
29d3e527ec
commit
82099c32a0
1 changed files with 0 additions and 6 deletions
|
|
@ -72,7 +72,6 @@ extern void vAssertCalled( void );
|
||||||
#define configUSE_COUNTING_SEMAPHORES 1
|
#define configUSE_COUNTING_SEMAPHORES 1
|
||||||
#define configSUPPORT_DYNAMIC_ALLOCATION 1
|
#define configSUPPORT_DYNAMIC_ALLOCATION 1
|
||||||
#define configSUPPORT_STATIC_ALLOCATION 1
|
#define configSUPPORT_STATIC_ALLOCATION 1
|
||||||
#define configNUM_TX_DESCRIPTORS 15
|
|
||||||
#define configSTREAM_BUFFER_TRIGGER_LEVEL_TEST_MARGIN 2
|
#define configSTREAM_BUFFER_TRIGGER_LEVEL_TEST_MARGIN 2
|
||||||
#define configCHECK_FOR_STACK_OVERFLOW 2
|
#define configCHECK_FOR_STACK_OVERFLOW 2
|
||||||
#define configALLOW_UNPRIVILEGED_CRITICAL_SECTIONS 0
|
#define configALLOW_UNPRIVILEGED_CRITICAL_SECTIONS 0
|
||||||
|
|
@ -134,9 +133,4 @@ unsigned long ulGetRunTimeCounterValue( void ); /* Prototype of function that re
|
||||||
extern void vLoggingPrintf( const char * pcFormatString,
|
extern void vLoggingPrintf( const char * pcFormatString,
|
||||||
... );
|
... );
|
||||||
|
|
||||||
#ifdef HEAP3
|
|
||||||
#define xPortGetMinimumEverFreeHeapSize ( x )
|
|
||||||
#define xPortGetFreeHeapSize ( x )
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif /* FREERTOS_CONFIG_H */
|
#endif /* FREERTOS_CONFIG_H */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue