Icenowy Zheng 54eff24e7c swm050: new MCU family
SWM050 is a series of MCU made by Foshan Synwit Tech. It contains a
Cortex-M0 CPU core, 8KiB of Flash and 1KiB of SRAM. The only peripherals
are GPIO, Timer and WDT. There's only two parts in this series, with
either TSSOP-8 or SSOP-16 packages.

This commit introduces the interrupt vector and GPIO support for them.

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
2019-06-05 20:25:43 +00:00

22 lines
333 B
JSON

{
"irqs": [
"timer_se0",
"timer_se1",
"wdt",
"cp",
"gpioa0",
"gpioa1",
"gpioa2",
"gpioa3",
"gpioa4",
"gpioa5",
"gpioa6",
"gpioa7",
"gpioa8",
"gpioa9"
],
"partname_humanreadable": "SWM050 series",
"partname_doxygen": "SWM050",
"includeguard": "LIBOPENCM3_SWM050_NVIC_H"
}