zephyr/tests/subsys
Daniel Leung bb595a85f1 kernel: mem_domain: add/remove partition funcs to return errors
This changes both k_mem_domain_add_partition() and
k_mem_domain_remove_partition() to return errors instead of
asserting when errors are encountered. This gives the application
chance to recover.

The arch_mem_domain_parition_add()/_remove() will be modified
later together with all the other arch_mem_domain_*() changes
since the architecture code for partition addition and removal
functions usually cannot be separately changed.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2021-11-22 12:45:22 -05:00
..
canbus drivers: can: remove DT_CHOSEN_ZEPHYR_CANBUS_LABEL macro 2021-11-09 11:19:50 +01:00
cpp tests: subsys: libcxx: extend the timeout for cpp.libcxx.newlib_nano 2021-10-23 20:44:08 -04:00
debug
dfu
edac kernel: mem_domain: add/remove partition funcs to return errors 2021-11-22 12:45:22 -05:00
fs fs: Fix fs_statvfs returning 0 when statvfs not implemented 2021-11-09 11:19:40 +01:00
ipc/ipc_service ipc: ipc_service: Add support for multiple instances 2021-11-04 18:03:16 +01:00
jwt tests: jwt: This test requires csprng 2021-10-07 14:02:40 -05:00
logging tests: logging: log_benchmark: Prevent flushing logs by ztest 2021-11-20 11:58:40 -05:00
mgmt/ec_host_cmd
modbus
openthread cmake: use find_package() instead of literal include in tests and samples 2021-11-01 10:33:09 -04:00
pm tests: pm: use new PM macros 2021-11-19 10:11:32 +01:00
portability
settings
shell
storage storage/flash_map: Add FLASH_AREA_DEVICE macro 2021-11-06 21:37:47 -04:00
tracing/tracing_api
usb