edac: shell: Add EDAC shell

Add EDAC shell module which would be included in the EDAC sample.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2020-12-17 15:58:42 +02:00 committed by Anas Nashif
commit f7f2dd85be
2 changed files with 397 additions and 0 deletions

View file

@ -2,3 +2,4 @@
# SPDX-License-Identifier: Apache-2.0
zephyr_sources_ifdef(CONFIG_EDAC_IBECC edac_ibecc.c)
zephyr_sources_ifdef(CONFIG_EDAC_SHELL shell.c)