mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/fix_osi_men_dbg_xxx_not_defined_when_enable_mem_dbg_v4.4' into 'release/v4.4'
bugfix/fix the issue of functions not defined when enable memory debug (v4.4) See merge request espressif/esp-idf!18815
This commit is contained in:
commit
65becd2edf
@ -62,6 +62,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
|
||||||
|
@ -2173,12 +2173,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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user