boards: arm: frdm_k64f: Add memory sizes for twister
This commit adds the missing flash and RAM size properties for frdm_k64f so that the integration tests that require large memory can run on this board. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
142f90ae96
commit
c1dcbcc9a1
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ identifier: frdm_k64f
|
|||
name: NXP FRDM-K64F
|
||||
type: mcu
|
||||
arch: arm
|
||||
ram: 256
|
||||
flash: 1024
|
||||
toolchain:
|
||||
- zephyr
|
||||
- gnuarmemb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue