summaryrefslogtreecommitdiff
path: root/scripts/sanitycheck
diff options
context:
space:
mode:
authorYael Avramovich <yael.avramovich@intel.com>2016-07-31 16:16:29 +0300
committerAnas Nashif <nashif@linux.intel.com>2016-11-02 00:23:18 +0000
commitd5db35204a48c2a056957078ccd5fee23c078a84 (patch)
treee0af2e375f35cfffb50565ebad717782d174cf11 /scripts/sanitycheck
parenta6463a93c123d030c495c5e2058f4dbc4ea097ca (diff)
console: shell: Support multiple modules
Ability to use Zephyr shell by multiple modules simultaneously, each module for its own usage. Old shell implementation enabled the user to call only one module commands, not all of the modules simultaneously. Change-Id: I0ef8fa2fd190b7490c44fe91d1016363258302c9 Signed-off-by: Yael Avramovich <yael.avramovich@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Diffstat (limited to 'scripts/sanitycheck')
-rwxr-xr-xscripts/sanitycheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sanitycheck b/scripts/sanitycheck
index a870427ca..6f38dac2b 100755
--- a/scripts/sanitycheck
+++ b/scripts/sanitycheck
@@ -460,7 +460,7 @@ class SizeCalculator:
alloc_sections = ["bss", "noinit"]
rw_sections = ["datas", "initlevel", "_k_mem_map_ptr", "_k_pipe_ptr",
"_k_task_ptr", "_k_task_list", "_k_event_list",
- "_k_memory_pool", "exceptions"]
+ "_k_memory_pool", "exceptions", "initshell"]
# These get copied into RAM only on non-XIP
ro_sections = ["text", "ctors", "init_array", "reset",
"rodata", "devconfig"]