commit | 2bbafa7072c216bb4bf8955117da142a415d5f14 | [log] [tgz] |
---|---|---|
author | Jérôme Pouiller <jerome.pouiller@silabs.com> | Mon Apr 07 17:26:59 2025 +0200 |
committer | Benjamin Cabé <kartben@gmail.com> | Thu Apr 17 17:23:32 2025 +0200 |
tree | e98daa06a0945a87abb76d31be0475fee585fe4e | |
parent | 8e5c95ed4b30afc26a821017e81a56c503c1dee7 [diff] |
soc: silabs: siwx91x: Allow alternative memory partition Chip siwx91x has 672kB of SRAM shared between the Cortex-M4 (Zephyr) and the NWP (Network Processor). 3 memory configurations are possible for the Cortex-M4: - 196kB - 256kB - 320kB Less memory is allocated to Zephyr, more memory is allocated to NWP, better are the WiFi and BLE performances. Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>