Skip to content

Commit 0175326

Browse files
authored
Add keywords field to platform manifest
1 parent 58db115 commit 0175326

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

platform.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
"description": "The NXP LPC is a family of 32-bit microcontroller integrated circuits by NXP Semiconductors. The LPC chips are grouped into related series that are based around the same 32-bit ARM processor core, such as the Cortex-M4F, Cortex-M3, Cortex-M0+, or Cortex-M0. Internally, each microcontroller consists of the processor core, static RAM memory, flash memory, debugging interface, and various peripherals.",
55
"homepage": "http://www.nxp.com/products/microcontrollers/",
66
"license": "Apache-2.0",
7+
"keywords": [
8+
"dev-platform",
9+
"ARM",
10+
"Cortex-M",
11+
"NXP Semiconductors",
12+
"LPC"
13+
],
714
"engines": {
815
"platformio": "<5"
916
},

0 commit comments

Comments
 (0)