Skip to content

Commit 54162f0

Browse files
committed
package: Apply metafile name conventions.
Signed-off-by: zhanglinjing <Linjing.Zhang@infineon.com>
1 parent fc90499 commit 54162f0

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

package/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include:
1111
- platform.txt
1212
- programmers.txt
1313
- README.md
14-
index-name: package_infineon_index
14+
index-name: package_xmc_index
1515
server:
1616
type: github
1717
owner: Infineon

package/package_infineon_index.template.json renamed to package/package_xmc_index.template.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@
33
{
44
"name": "infineon",
55
"maintainer": "Infineon Technologies AG",
6-
"websiteURL": "https://github.com/Infineon/xmc-for-arduino",
7-
"email": "",
8-
"help": {
9-
"online": "https://xmc-arduino.readthedocs.io/en/latest/index.html"
10-
},
6+
"websiteURL": "https://xmc-arduino.readthedocs.io/en/latest/index.html",
7+
"email": "maker@infineon.com",
118
"platforms": [
129
{
13-
"name": "Infineon's XMC Microcontroller",
10+
"name": "Infineon XMC Boards",
1411
"architecture": "xmc",
1512
"version": "",
1613
"category": "Contributed",
@@ -19,7 +16,7 @@
1916
"checksum": "",
2017
"size": "",
2118
"help": {
22-
"online": "https://xmc-arduino.readthedocs.io/en/latest/index.html"
19+
"online": ""
2320
},
2421
"boards": [
2522
{

0 commit comments

Comments
 (0)