25 lines
305 B
YAML
25 lines
305 B
YAML
|
#
|
||
|
# Copyright (c) 2020 Lemonbeat
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
identifier: lpcxpresso55s28
|
||
|
name: NXP LPCXpresso55S28
|
||
|
type: mcu
|
||
|
arch: arm
|
||
|
ram: 64
|
||
|
flash: 256
|
||
|
toolchain:
|
||
|
- zephyr
|
||
|
- gnuarmemb
|
||
|
- xtools
|
||
|
supported:
|
||
|
- adc
|
||
|
- arduino_i2c
|
||
|
- arduino_spi
|
||
|
- gpio
|
||
|
- i2c
|
||
|
- spi
|
||
|
- watchdog
|