Skip to content

Commit ec3603e

Browse files
committed
compile-platform-examples: Comment library examples.
Signed-off-by: MDin <Dinesh.M-EE@infineon.com>
1 parent e3daa78 commit ec3603e

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.github/workflows/compile-platform-examples.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -125,39 +125,39 @@ jobs:
125125
- board:
126126
i2s: true
127127
i2s-sketch-paths: |
128-
- libraries/I2S
128+
#- libraries/I2S
129129
- board:
130130
dieTemp: true
131131
dieTemp-sketch-paths: |
132-
- libraries/DeviceControlXMC/examples/DieTemperatureMeasurement
132+
#- libraries/DeviceControlXMC/examples/DieTemperatureMeasurement
133133
- board:
134134
heapMem: true
135135
heapMem-sketch-paths: |
136-
- libraries/DeviceControlXMC/examples/HeapMemoryMeasurement
136+
# - libraries/DeviceControlXMC/examples/HeapMemoryMeasurement
137137
- board:
138138
sleep1100: true
139139
sleep1100-sketch-paths: |
140-
- libraries/DeviceControlXMC/examples/SleepModeXMC1100
140+
# - libraries/DeviceControlXMC/examples/SleepModeXMC1100
141141
- board:
142142
sleep4700: true
143143
sleep4700-sketch-paths: |
144-
- libraries/DeviceControlXMC/examples/SleepModeXMC4700
144+
# - libraries/DeviceControlXMC/examples/SleepModeXMC4700
145145
- board:
146146
stackMem: true
147147
stackMem-sketch-paths: |
148-
- libraries/DeviceControlXMC/examples/StackMemoryMeasurement
148+
# - libraries/DeviceControlXMC/examples/StackMemoryMeasurement
149149
- board:
150150
dma: true
151151
dma-sketch-paths: |
152-
- libraries/DMA
152+
# - libraries/DMA
153153
- board:
154154
alarmRtc: true
155155
alarmRtc-sketch-paths: |
156-
- libraries/RTC/examples/AlarmRTC
156+
# - libraries/RTC/examples/AlarmRTC
157157
- board:
158158
can: true
159159
can-sketch-paths: |
160-
- libraries/CAN/examples
160+
# - libraries/CAN/examples
161161
steps:
162162
- name: Checkout repository
163163
uses: actions/checkout@v4
@@ -180,10 +180,10 @@ jobs:
180180
name: Infineon:xmc
181181
sketch-paths: |
182182
# Compile these sketches for all boards
183-
- libraries/LED
184-
- libraries/RTC/examples/SimpleRTC
185-
- libraries/SPI
186-
- libraries/Wire
183+
#- libraries/LED
184+
#- libraries/RTC/examples/SimpleRTC
185+
#- libraries/SPI
186+
#- libraries/Wire
187187
# Board-specific sketches
188188
${{ matrix.i2s-sketch-paths }}
189189
${{ matrix.dieTemp-sketch-paths }}

tests/arduino-core-tests

0 commit comments

Comments
 (0)