zephyr/samples
Valerio Setti 184c0f9e9d samples: bt: reduce system heap memory for the hci_ipc sample
Moving from TinyCrypt to PSA Crypto API caused failures in the cpu_net
build due to RAM being overflowed. It turned out that 8192 bytes were
allocated for system heap memory, but Mbed TLS is the only user
of that memory (I found this though puncover) for AES purposes.
We reduce that to 1024 bytes because this should be enough for
this purpose.

Note: albeit this is also a standalone example, it's used extensively
in other samples/tests and babblesim, so a failure in building it
propagates in a lot of other failures.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
2024-11-27 16:40:47 -05:00
..
application_development doc: samples: Adopt code-sample-category across tree 2024-09-23 12:00:00 +02:00
arch doc: samples: Adopt code-sample-category across tree 2024-09-23 12:00:00 +02:00
basic tests: add integration_platforms and misc optimizations 2024-11-26 00:12:07 +01:00
bluetooth samples: bt: reduce system heap memory for the hci_ipc sample 2024-11-27 16:40:47 -05:00
boards tests: bt: enable entropy sources where missing 2024-11-27 16:40:47 -05:00
cpp doc: samples: Adopt code-sample-category across tree 2024-09-23 12:00:00 +02:00
drivers drivers: video: controls: rename controls to Linux-like names 2024-11-27 10:31:54 +01:00
fuel_gauge doc: samples: Adopt code-sample-category across tree 2024-09-23 12:00:00 +02:00
hello_world samples: hello_world: remove redundant title 2024-09-26 17:40:42 -04:00
kernel doc: samples: Adopt code-sample-category across tree 2024-09-23 12:00:00 +02:00
modules samples: lvgl: make lvgl demo testable with twister 2024-11-26 15:45:25 -05:00
net samples: net: sockets: Add OT RCP config for echo client, server 2024-11-27 10:37:21 -05:00
philosophers samples: doc: convert philosophers sample to code-sample directive 2024-09-23 12:00:00 +02:00
posix doc: samples: Adopt code-sample-category across tree 2024-09-23 12:00:00 +02:00
psa mbedtls: MBEDTLS_ENTROPY_POLL_ZEPHYR default on if MBEDTLS_ENTROPY_C 2024-11-20 15:59:40 -05:00
sensor samples: sensor: sensors for trigger without trigger 2024-11-22 17:42:32 +01:00
shields drivers: sensor: npm1300_charger: expose VBUS status 2024-11-19 17:51:13 -05:00
subsys tests: bt: enable entropy sources where missing 2024-11-27 16:40:47 -05:00
synchronization
sysbuild doc: fix occurrences of broken zephyr_file: links 2024-10-30 09:43:50 -07:00
tfm_integration tests: add integration_platforms and misc optimizations 2024-11-26 00:12:07 +01:00
userspace samples: userspace: cortex_r8_virtual: Set CONFIG_DYNAMIC_OBJECTS=y 2024-10-01 09:58:22 +02:00
index.rst doc: samples: Adopt code-sample-category across tree 2024-09-23 12:00:00 +02:00
sample_definition_and_criteria.rst