mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
Merge branch 'bugfix/fix_osi_men_dbg_xxx_not_defined_when_enable_mem_dbg_v4.3' into 'release/v4.3'
bugfix/fix the issue of functions not defined when enable memory debug (v4.3) See merge request espressif/esp-idf!18816
This commit is contained in:
@ -61,6 +61,12 @@
|
|||||||
#define BTC_DYNAMIC_MEMORY FALSE
|
#define BTC_DYNAMIC_MEMORY FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if UC_BT_BLUEDROID_MEM_DEBUG
|
||||||
|
#define HEAP_MEMORY_DEBUG TRUE
|
||||||
|
#else
|
||||||
|
#define HEAP_MEMORY_DEBUG FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef BT_BLE_DYNAMIC_ENV_MEMORY
|
#ifndef BT_BLE_DYNAMIC_ENV_MEMORY
|
||||||
#define BT_BLE_DYNAMIC_ENV_MEMORY FALSE
|
#define BT_BLE_DYNAMIC_ENV_MEMORY FALSE
|
||||||
#endif
|
#endif
|
||||||
|
@ -2130,12 +2130,6 @@ The maximum number of payload octets that the local device can receive in a sing
|
|||||||
#define BTSNOOP_MEM FALSE
|
#define BTSNOOP_MEM FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if UC_BT_BLUEDROID_MEM_DEBUG
|
|
||||||
#define HEAP_MEMORY_DEBUG TRUE
|
|
||||||
#else
|
|
||||||
#define HEAP_MEMORY_DEBUG FALSE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if UC_HEAP_ALLOCATION_FROM_SPIRAM_FIRST
|
#if UC_HEAP_ALLOCATION_FROM_SPIRAM_FIRST
|
||||||
#define HEAP_ALLOCATION_FROM_SPIRAM_FIRST TRUE
|
#define HEAP_ALLOCATION_FROM_SPIRAM_FIRST TRUE
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user