Skip to content

Desmakers 4279 rename the metafile vendor from infineon to infineon #331

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
134 changes: 67 additions & 67 deletions .github/workflows/compile-platform-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,59 +35,59 @@ jobs:

matrix:
board:
- fqbn: Infineon:xmc:XMC1100_Boot_Kit
i2s: true
dieTemp: true
heapMem: true
sleep1100: true
sleep4700 : false
stackMem: true
dma: false
alarmRtc: false
can: false
- fqbn: Infineon:xmc:XMC1100_XMC2GO
i2s: true
dieTemp: true
heapMem: true
sleep1100: true
sleep4700 : false
stackMem: true
dma: false
alarmRtc: false
can: false
- fqbn: Infineon:xmc:XMC1300_Boot_Kit
i2s: false
dieTemp: true
heapMem: true
sleep1100: true
sleep4700 : false
stackMem: true
multiSerial: false
dma: false
alarmRtc: false
can: false
- fqbn: Infineon:xmc:XMC4200_Platform2GO
i2s: false
dieTemp: false
heapMem: false
sleep1100: false
sleep4700 : false
stackMem: true
multiSerial: false
dma: false
alarmRtc: true
can: true
- fqbn: Infineon:xmc:XMC4400_Platform2GO
i2s: false
dieTemp: false
heapMem: false
sleep1100: false
sleep4700 : false
stackMem: true
dma: false
alarmRtc: false
can: true
- fqbn: Infineon:xmc:XMC4700_Relax_Kit
# - fqbn: infineon:xmc:XMC1100_Boot_Kit
# i2s: true
# dieTemp: true
# heapMem: true
# sleep1100: true
# sleep4700 : false
# stackMem: true
# dma: false
# alarmRtc: false
# can: false
# - fqbn: infineon:xmc:XMC1100_XMC2GO
# i2s: true
# dieTemp: true
# heapMem: true
# sleep1100: true
# sleep4700 : false
# stackMem: true
# dma: false
# alarmRtc: false
# can: false
# - fqbn: infineon:xmc:XMC1300_Boot_Kit
# i2s: false
# dieTemp: true
# heapMem: true
# sleep1100: true
# sleep4700 : false
# stackMem: true
# multiSerial: false
# dma: false
# alarmRtc: false
# can: false
# - fqbn: infineon:xmc:XMC4200_Platform2GO
# i2s: false
# dieTemp: false
# heapMem: false
# sleep1100: false
# sleep4700 : false
# stackMem: true
# multiSerial: false
# dma: false
# alarmRtc: true
# can: true
# - fqbn: infineon:xmc:XMC4400_Platform2GO
# i2s: false
# dieTemp: false
# heapMem: false
# sleep1100: false
# sleep4700 : false
# stackMem: true
# dma: false
# alarmRtc: false
# can: true
- fqbn: infineon:xmc:XMC4700_Relax_Kit
i2s: true
dieTemp: true
heapMem: true
Expand All @@ -98,7 +98,7 @@ jobs:
dma: true
alarmRtc: true
can: true
- fqbn: Infineon:xmc:XMC1400_XMC2GO
- fqbn: infineon:xmc:XMC1400_XMC2GO
i2s: true
dieTemp: true
heapMem: true
Expand All @@ -108,17 +108,17 @@ jobs:
dma: false
alarmRtc: false
can: true
- fqbn: Infineon:xmc:XMC1400_Arduino_Kit
i2s: false
dieTemp: true
heapMem: true
sleep1100: true
sleep4700 : false
stackMem: false
multiSerial: false
dma: false
alarmRtc: false
can: false
# - fqbn: infineon:xmc:XMC1400_Arduino_Kit
# i2s: false
# dieTemp: true
# heapMem: true
# sleep1100: true
# sleep4700 : false
# stackMem: false
# multiSerial: false
# dma: false
# alarmRtc: false
# can: false

# Make board type-specific customizations to the matrix jobs
include:
Expand Down Expand Up @@ -173,11 +173,11 @@ jobs:
fqbn: ${{ matrix.board.fqbn }}
platforms: |
# Use Boards Manager to install the latest release of the platform to get the toolchain.
- name: Infineon:xmc
- name: infineon:xmc
source-url: https://github.com/${{ github.repository }}/releases/latest/download/package_infineon_index.json

- source-path: ./
name: Infineon:xmc
name: infineon:xmc
sketch-paths: |
# Compile these sketches for all boards
- libraries/LED
Expand Down
4 changes: 2 additions & 2 deletions package/package_infineon_index.template.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages": [
{
"name": "Infineon",
"name": "infineon",
"maintainer": "Infineon Technologies AG",
"websiteURL": "https://github.com/Infineon/xmc-for-arduino",
"email": "",
Expand Down Expand Up @@ -49,7 +49,7 @@
],
"toolsDependencies": [
{
"packager": "Infineon",
"packager": "infineon",
"name": "arm-none-eabi-gcc",
"version": "10.3-2021.10"
}
Expand Down
6 changes: 3 additions & 3 deletions tests/hil-unity-checklist.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Infineon.xmc.XMC4700_Relax_Kit:
infineon.xmc.XMC4700_Relax_Kit:
CAN:
1:
- "test_can_connected2_node2"
Expand All @@ -19,7 +19,7 @@ Infineon.xmc.XMC4700_Relax_Kit:
- "test_uart_connected2_rx"


Infineon.xmc.XMC1400_XMC2GO:
infineon.xmc.XMC1400_XMC2GO:
CAN:
1:
- "test_can_connected2_node2"
Expand All @@ -33,7 +33,7 @@ Infineon.xmc.XMC1400_XMC2GO:
- "test_wire_connected2_masterpingpong"


Infineon.xmc.XMC1100_XMC2GO:
infineon.xmc.XMC1100_XMC2GO:
Wire:
1:
- "test_wire_connected2_slavepingpong"
Expand Down
Loading