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>
22 lines
333 B
JSON
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"
|
|
}
|