zephyr/samples
Emil Gydesen c9daed9712 Bluetooth: BAP: Refactor bt_bap_base
This removes the fixed size bt_bap_base, which provides
2 improvements:
1) The RAM usage of the broadcast sink has been reduced.
   For the Broadcast Sink sample it is a reduction of 120
   octets, but with much better scaling for supporting
   more or larger BASEs.
2) The functions to parse BASEs now support arbitrary sized
   BASEs, where they were previously restricted by our
   local Kconfig options. This allow us to parse any BASE
   from a remote device, without encounting memory issues.
   We are still memory restricted on the devices we
   actually want to sync to.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2023-12-06 17:51:47 +00:00
..
application_development samples/code_relocation_nocopy: Increase fake flash size 2023-11-20 06:07:58 -05:00
arch samples: fix thread function signatures 2023-10-30 12:24:34 +01:00
basic samples/basic: Switch from native_posix to native_sim 2023-11-14 13:06:01 +01:00
bluetooth Bluetooth: BAP: Refactor bt_bap_base 2023-12-06 17:51:47 +00:00
boards samples/boards/nrf/nrf53_sync_rtc: Reduce sysbuild boilerplate 2023-12-02 07:53:11 -05:00
charger samples: charger: Creates a generic sample application for chargers 2023-10-20 14:55:22 +02:00
compression samples: lz4: reduce malloc arena size 2023-11-14 09:04:11 +01:00
cpp doc: fix :zephyr-app: paths 2023-07-17 16:51:16 -04:00
drivers cmake: Remove support for deprecated prj_board.conf 2023-12-06 10:28:12 -05:00
fuel_gauge fuel_gauge: Repl property struct w/ union 2023-09-27 12:07:59 +02:00
hello_world samples: Switch integration_platforms from native_posix to native_sim 2023-11-20 12:02:48 +01:00
kernel samples/kernel/metairq_dispatch: Correct comment 2023-11-20 12:02:48 +01:00
modules samples: chre: Fix format strings for size_t types 2023-11-24 13:10:24 +02:00
net net: lwm2m: Implement fallback mechanism and support for diable 2023-12-05 16:40:06 -06:00
philosophers samples: Switch integration_platforms from native_posix to native_sim 2023-11-20 12:02:48 +01:00
posix samples posix uname: Fix sample yaml filtering 2023-10-25 09:57:58 +02:00
sensor samples: sensors: espressif board added to die_temp_polling 2023-12-04 14:32:09 +01:00
shields samples: shields: npm1300_ek: Fix display of negative temperature 2023-11-27 19:57:57 +01:00
subsys samples: subsys: display: lvgl: Add lvgl-keypad-input device 2023-12-06 09:15:50 +00:00
synchronization samples: synchronization: add static thread 2023-11-16 09:25:33 +01:00
tfm_integration samples: Switch from NEWLIB_LIBC to REQUIRES_FULL_LIBC 2023-10-25 08:32:06 +02:00
userspace samples: userspace: hello_world_user: exclude qemu_xtensa_mmu 2023-12-06 17:05:53 +01:00
classic.rst doc: fix top samples doc index 2021-03-09 17:48:18 -05:00
index.rst doc: samples: Fix incorrect maxdepth for some toctrees 2023-09-26 12:02:54 +02:00
sample_definition_and_criteria.rst docs: Sample definition: Replace native_posix with native_sim 2023-11-20 12:02:48 +01:00