zephyr/samples
Piotr Pryga ab32c06275 samples: Bluetooth: df: Fix possible stack overflow issue
Host receive thread has small default stack size.
Attempt to convert data from binany to string requires
large array. Allocation of such array on stack could
cause stack overflow.

To limit the scope of the array and avoid stack overflow
the array is changed to be static local variable in a function.

Also the array has been prepared to accept max advertising
data sieze of 1650 bytes.

Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
2022-01-17 12:54:10 -05:00
..
application_development cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
arch cmake: use find_package() instead of literal include in tests and samples 2021-11-01 10:33:09 -04:00
basic samples: Take into account PINCTRL in minimal configurations 2021-12-21 18:30:35 +01:00
bluetooth samples: Bluetooth: df: Fix possible stack overflow issue 2022-01-17 12:54:10 -05:00
boards samples/boards: STM32: Move Olimex E407 ccm sample under STM32 2022-01-10 10:23:57 -05:00
compression cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
drivers samples: adc: Add nucleo_wl55jc support 2022-01-17 11:48:30 -05:00
hello_world tests: uefi: move uefi test out of hello world 2021-10-22 06:36:51 -04:00
kernel tests: kernel: cycle64: mark test as slow 2021-11-29 10:35:49 -05:00
modules samples: modules: canopennode: add stm32f3_disco support 2022-01-11 14:40:49 -06:00
net samples: big_http_download: make num_iterations unsigned 2022-01-05 15:00:32 -05:00
philosophers samples: fix wrong extra_args definitions 2022-01-04 17:15:06 -05:00
posix samples/posix: eventfd: Prevent run in twister when SRAM below 32K 2021-09-20 19:48:34 -04:00
sensor sensors: STM32: Add support for L5 die temp sensor 2022-01-13 10:34:10 +01:00
shields drivers: sensor: Const sensor trigger data in trigger handler 2021-10-27 15:09:35 -04:00
subsys cpp: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
synchronization cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
tfm_integration tfm: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
userspace samples: userspace: fix syscall_perf test cannot be run 2022-01-04 15:51:43 -05:00
classic.rst
index.rst samples: compression: lz4: lz4 sample application 2021-06-12 17:21:55 +02:00