doc: twister: add units to min_ram, min_rom
The units for these testcase YAML fields are missing, making it unclear how to use them. Fix it. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
fa97ed2771
commit
cd0abb34ca
1 changed files with 2 additions and 2 deletions
|
@ -287,11 +287,11 @@ depends_on: <list of features>
|
|||
will enable the test only those platforms that provide this feature.
|
||||
|
||||
min_ram: <integer>
|
||||
minimum amount of RAM needed for this test to build and run. This is
|
||||
minimum amount of RAM in KB needed for this test to build and run. This is
|
||||
compared with information provided by the board metadata.
|
||||
|
||||
min_flash: <integer>
|
||||
minimum amount of ROM needed for this test to build and run. This is
|
||||
minimum amount of ROM in KB needed for this test to build and run. This is
|
||||
compared with information provided by the board metadata.
|
||||
|
||||
timeout: <number of seconds>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue