Currently, it seems that only boards with smaller amount of RAM get a value for "ram" property, and very few boards have "flash" defined. However, to test bigger sample applications, it's helpful to have these properties universally defined. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
12 lines
132 B
YAML
12 lines
132 B
YAML
identifier: tinytile
|
|
name: tinyTILE
|
|
type: mcu
|
|
arch: x86
|
|
toolchain:
|
|
- zephyr
|
|
- issm
|
|
supported:
|
|
- usb_device
|
|
ram: 52
|
|
flash: 192
|