Bug 582097 - ESP32 heap_caps_malloc
Summary: ESP32 heap_caps_malloc
Status: UNCONFIRMED
Alias: None
Product: 4DIAC
Classification: IoT
Component: FORTE (show other bugs)
Version: nightly   Edit
Hardware: PC Linux
: P3 normal
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-20 10:48 EDT by Franz Höpfinger CLA
Modified: 2023-06-20 10:48 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Franz Höpfinger CLA 2023-06-20 10:48:59 EDT
The malloc of pvPortMalloc in esp-idf is unused. 
use heap_caps_malloc instead.