zephyr/tests/drivers/eeprom/shell/app.overlay
Henrik Brix Andersen 20ac6bcdc6 tests: drivers: eeprom: add test for the EEPROM shell module
Add test suite for verification of the EEPROM shell module commands.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2022-11-15 09:43:42 -06:00

16 lines
233 B
Plaintext

/*
* Copyright (c) 2022 Vestas Wind Systems A/S
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <mem.h>
/{
fake_eeprom: fake_eeprom {
compatible = "zephyr,fake-eeprom";
status = "okay";
size = <DT_SIZE_K(8)>;
};
};