zephyr/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
..
bluetooth Bluetooth: Mesh: Add option to call update cb on every retransmission 2021-11-22 11:52:56 +02:00
canbus canbus: isotp: fix net_buf usage in recv function 2021-11-09 18:12:08 +02:00
console console: Kconfig: Remove EXPERIMENTAL marker 2021-10-22 09:46:22 -04:00
cpp
debug kconfig: debug: experimental settings now uses select EXPERIMENTAL 2021-10-25 10:46:48 +02:00
demand_paging
dfu
disk
emul i2c: emul: Add get_config function 2021-11-02 16:46:33 +01:00
fb
fs fs: Correct LOG_ERR messages for directory API calss 2021-11-09 16:04:34 -06:00
ipc ipc_service: Re-organize Kconfig 2021-11-12 14:51:29 +01:00
jwt
logging logging: Minimal mode configuration cleanup 2021-11-20 11:58:40 -05:00
lorawan kconfig: lorawan: experimental settings now uses select EXPERIMENTAL 2021-10-25 10:46:48 +02:00
mgmt mgmt/mcumgr/lib: Fix multi-image upload not working 2021-11-16 21:24:09 -05:00
modbus
net net: l2: ppp: possibility to have a custom MRU/MTU 2021-11-16 21:25:47 -05:00
pm pm: policy: Fix logging module name 2021-11-22 08:30:33 -05:00
portability portability: cmsis: use correct type for atomics 2021-11-15 09:59:01 -05:00
random
settings settings: add shell commands for reading settings 2021-11-22 08:32:56 -05:00
shell logging: Minimal mode configuration cleanup 2021-11-20 11:58:40 -05:00
stats stats: fixed implicit integer sign extension in stats_get_off() 2021-10-28 15:15:56 -04:00
storage storage/flash_map: Separate layout and integrity functions 2021-10-21 17:18:44 -04:00
task_wdt task_wdt: ensure hw wdt is started before being fed 2021-10-21 07:35:11 -04:00
testsuite kernel: mem_domain: add/remove partition funcs to return errors 2021-11-22 12:45:22 -05:00
timing
tracing Tracing: k_free tracing hook heap reference added 2021-11-16 09:45:01 -05:00
usb usb: cdc_acm: use same init level and priority as serial drivers 2021-11-18 14:29:18 +01:00
CMakeLists.txt
Kconfig