a07acbd7a7
This adds support for the EC (embedded controller) on a Google reference board with codename "kukui". This board uses the STM32F098RC chip. We built an application for the board and verified UART functionality on the board. Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>
15 lines
183 B
YAML
15 lines
183 B
YAML
identifier: google_kukui
|
|
name: Google Kukui EC
|
|
type: mcu
|
|
arch: arm
|
|
toolchain:
|
|
- zephyr
|
|
- gnuarmemb
|
|
- xtools
|
|
ram: 32
|
|
flash: 256
|
|
testing:
|
|
ignore_tags:
|
|
- net
|
|
- bluetooth
|