forked from aws/amazon-freertos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NimBLE AFR update and provision to use IRAM memory as 8-bit addressab…
…le memory region (aws#1713) * NimBLE AFR: Update esp-idf submodule to include Host based Privacy (RPA) * NimBLE AFR: Add support to IRAM allocation strategy Added IRAM allocation provision under nimble_platform_mem_malloc() * esp32/mbedtls: Added in/out buffer allocation strategy "Internal IRAM" strategy allocates in/out buffers in IRAM thus saving memory in DRAM. To select this strategy: idf.py menuconfig -> Component config -> ESP32 Specific -> Enable IRAM as 8 bit accessible memory idf.py menuconfig -> Component config -> mbedTLS -> Memory allocation strategy -> Internal IRAM Co-authored-by: Prasad Alatkar <prasad.alatkar@espressif.com>
- Loading branch information
1 parent
aa2376b
commit 4965f06
Showing
5 changed files
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule esp-idf
updated
21 files