Skip to content

Commit 63da3e0

Browse files
committed
workflows/: Comment library examples.
Signed-off-by: MDin <Dinesh.M-EE@infineon.com>
1 parent ec3603e commit 63da3e0

1 file changed

Lines changed: 34 additions & 34 deletions

File tree

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

Lines changed: 34 additions & 34 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
@@ -166,37 +166,37 @@ jobs:
166166
run: |
167167
bash tools/dev-setup.sh
168168
169-
- name: Compile examples
170-
uses: arduino/compile-sketches@v1.1.1
171-
with:
172-
github-token: ${{ secrets.GITHUB_TOKEN }}
173-
fqbn: ${{ matrix.board.fqbn }}
174-
platforms: |
169+
#- name: Compile examples
170+
# uses: arduino/compile-sketches@v1.1.1
171+
# with:
172+
# github-token: ${{ secrets.GITHUB_TOKEN }}
173+
# fqbn: ${{ matrix.board.fqbn }}
174+
# platforms: |
175175
# Use Boards Manager to install the latest release of the platform to get the toolchain.
176-
- name: Infineon:xmc
177-
source-url: https://github.com/${{ github.repository }}/releases/latest/download/package_infineon_index.json
176+
# - name: Infineon:xmc
177+
# source-url: https://github.com/${{ github.repository }}/releases/latest/download/package_infineon_index.json
178178

179-
- source-path: ./
180-
name: Infineon:xmc
181-
sketch-paths: |
179+
# - source-path: ./
180+
# name: Infineon:xmc
181+
# sketch-paths: |
182182
# Compile these sketches for all boards
183-
#- libraries/LED
184-
#- libraries/RTC/examples/SimpleRTC
183+
# - libraries/LED
184+
# - libraries/RTC/examples/SimpleRTC
185185
#- libraries/SPI
186186
#- libraries/Wire
187187
# Board-specific sketches
188-
${{ matrix.i2s-sketch-paths }}
189-
${{ matrix.dieTemp-sketch-paths }}
190-
${{ matrix.heapMem-sketch-paths }}
191-
${{ matrix.sleep1100-sketch-paths }}
192-
${{ matrix.sleep4700-sketch-paths }}
193-
${{ matrix.stackMem-sketch-paths }}
194-
${{ matrix.multiSerial-sketch-paths }}
195-
${{ matrix.dma-sketch-paths }}
196-
${{ matrix.alarmRtc-sketch-paths }}
197-
${{ matrix.can-sketch-paths }}
198-
enable-deltas-report: false
199-
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
188+
# ${{ matrix.i2s-sketch-paths }}
189+
# ${{ matrix.dieTemp-sketch-paths }}
190+
# ${{ matrix.heapMem-sketch-paths }}
191+
# ${{ matrix.sleep1100-sketch-paths }}
192+
# ${{ matrix.sleep4700-sketch-paths }}
193+
# ${{ matrix.stackMem-sketch-paths }}
194+
# ${{ matrix.multiSerial-sketch-paths }}
195+
# ${{ matrix.dma-sketch-paths }}
196+
# ${{ matrix.alarmRtc-sketch-paths }}
197+
# ${{ matrix.can-sketch-paths }}
198+
# enable-deltas-report: false
199+
# sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
200200

201201
- name: Modify the environment variable
202202
run: |

0 commit comments

Comments
 (0)