zephyr/samples/subsys
Peter A. Bigot 0a018db0ff samples: subsys: mgmt: smp_svr: increase fs support stack size
The upload command invokes lfs_stat() on the destination file which
overflows the stack.  Adding 256 bytes seems to make it work.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2020-06-09 14:57:28 +02:00
..
canbus zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
console zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
fs zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ipc cmake, samples, tests: Use semi-accurate project names 2020-06-09 08:18:29 -04:00
logging zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
mgmt samples: subsys: mgmt: smp_svr: increase fs support stack size 2020-06-09 14:57:28 +02:00
nvs zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
power/device_pm zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
settings samples/tests: Convert use of %ll{u,d} to PRI{u,d}64 2020-06-08 08:23:57 -05:00
shell zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
tracing samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
usb zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
subsys.rst