samples: usb: mass: Add whitelist mass storage on ram
To support mass storage over USB in RAM we need a board with sufficient RAM. Fix failing tests for boards with low memory. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
d0bc6891d8
commit
e952033559
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ tests:
|
||||||
- "The device is put in USB mass storage mode."
|
- "The device is put in USB mass storage mode."
|
||||||
sample.usb.mass_ram:
|
sample.usb.mass_ram:
|
||||||
depends_on: usb_device gpio
|
depends_on: usb_device gpio
|
||||||
|
platform_whitelist: reel_board frdm_k64f arduino_101
|
||||||
extra_args: OVERLAY_CONFIG="overlay-ram-disk.conf"
|
extra_args: OVERLAY_CONFIG="overlay-ram-disk.conf"
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_LOG_DEFAULT_LEVEL=3
|
- CONFIG_LOG_DEFAULT_LEVEL=3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue