Skip to content

Commit 4569656

Browse files
authored
Migrate IDF to v5.2.3 (#238)
1 parent 40b8795 commit 4569656

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

azure-pipelines.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ resources:
4444
type: github
4545
name: espressif/esp-idf
4646
endpoint: nanoframework
47-
ref: refs/tags/v5.2.2
47+
ref: refs/tags/v5.2.3
4848

4949
jobs:
5050

@@ -218,7 +218,7 @@ jobs:
218218
TargetSeries: 'stm32f4xx'
219219
BuildOptions:
220220
# creates a counter and assigns it to the revision variable
221-
REVISION: $[counter('MBN_QUAIL_versioncounter_1_12_0', 0)]
221+
REVISION: $[counter('MBN_QUAIL_versioncounter_1_12_1', 0)]
222222
GccArm_Version:
223223
NeedsDFU: true
224224
NeedsSRECORD: false
@@ -273,7 +273,7 @@ jobs:
273273
TargetSeries: 'stm32f7xx'
274274
BuildOptions:
275275
# creates a counter and assigns it to the revision variable
276-
REVISION: $[counter('NESHTEC_NESHNODE_V1_versioncounter_1_12_0', 0)]
276+
REVISION: $[counter('NESHTEC_NESHNODE_V1_versioncounter_1_12_1', 0)]
277277
GccArm_Version:
278278
NeedsDFU: true
279279
NeedsSRECORD: false
@@ -328,7 +328,7 @@ jobs:
328328
TargetSeries: 'stm32f4xx'
329329
BuildOptions:
330330
# creates a counter and assigns it to the revision variable
331-
REVISION: $[counter('BrainPad2_versioncounter_1_12_0', 0)]
331+
REVISION: $[counter('BrainPad2_versioncounter_1_12_1', 0)]
332332
GccArm_Version:
333333
NeedsDFU: true
334334
NeedsSRECORD: false
@@ -383,7 +383,7 @@ jobs:
383383
TargetSeries: 'stm32f4xx'
384384
BuildOptions:
385385
# creates a counter and assigns it to the revision variable
386-
REVISION: $[counter('GHI_FEZ_CERB40_NF_versioncounter_1_12_0', 0)]
386+
REVISION: $[counter('GHI_FEZ_CERB40_NF_versioncounter_1_12_1', 0)]
387387
GccArm_Version:
388388
NeedsDFU: true
389389
NeedsSRECORD: false
@@ -438,7 +438,7 @@ jobs:
438438
TargetSeries: 'stm32f4xx'
439439
BuildOptions:
440440
# creates a counter and assigns it to the revision variable
441-
REVISION: $[counter('GHI_FEZ_CERBERUS_NF_versioncounter_1_12_0', 0)]
441+
REVISION: $[counter('GHI_FEZ_CERBERUS_NF_versioncounter_1_12_1', 0)]
442442
NeedsDFU: false
443443
NeedsSRECORD: false
444444
CMakePreset: GHI_FEZ_CERBERUS_NF
@@ -492,7 +492,7 @@ jobs:
492492
TargetSeries: 'stm32f4xx'
493493
BuildOptions:
494494
# creates a counter and assigns it to the revision variable
495-
REVISION: $[counter('I2M_ELECTRON_NF_versioncounter_1_12_0', 0)]
495+
REVISION: $[counter('I2M_ELECTRON_NF_versioncounter_1_12_1', 0)]
496496
GccArm_Version:
497497
NeedsDFU: true
498498
NeedsSRECORD: false
@@ -547,7 +547,7 @@ jobs:
547547
TargetSeries: 'stm32f4xx'
548548
BuildOptions:
549549
# creates a counter and assigns it to the revision variable
550-
REVISION: $[counter('I2M_OXYGEN_NF_versioncounter_1_12_0', 0)]
550+
REVISION: $[counter('I2M_OXYGEN_NF_versioncounter_1_12_1', 0)]
551551
GccArm_Version:
552552
NeedsDFU: true
553553
NeedsSRECORD: false
@@ -602,7 +602,7 @@ jobs:
602602
TargetSeries: 'stm32f4xx'
603603
BuildOptions:
604604
# creates a counter and assigns it to the revision variable
605-
REVISION: $[counter('WEACT_F411CE_versioncounter_1_12_0', 0)]
605+
REVISION: $[counter('WEACT_F411CE_versioncounter_1_12_1', 0)]
606606
GccArm_Version:
607607
NeedsDFU: true
608608
NeedsSRECORD: false
@@ -657,7 +657,7 @@ jobs:
657657
TargetSeries: 'stm32f4xx'
658658
BuildOptions:
659659
# creates a counter and assigns it to the revision variable
660-
REVISION: $[counter('ST_NUCLEO64_F401RE_NF_versioncounter_1_12_0', 0)]
660+
REVISION: $[counter('ST_NUCLEO64_F401RE_NF_versioncounter_1_12_1', 0)]
661661
GccArm_Version:
662662
NeedsDFU: true
663663
NeedsSRECORD: false
@@ -712,7 +712,7 @@ jobs:
712712
TargetSeries: 'stm32f4xx'
713713
BuildOptions:
714714
# creates a counter and assigns it to the revision variable
715-
REVISION: $[counter('ST_NUCLEO64_F411RE_NF_versioncounter_1_12_0', 0)]
715+
REVISION: $[counter('ST_NUCLEO64_F411RE_NF_versioncounter_1_12_1', 0)]
716716
GccArm_Version:
717717
NeedsDFU: false
718718
NeedsSRECORD: false
@@ -767,7 +767,7 @@ jobs:
767767
TargetSeries: 'stm32f4xx'
768768
BuildOptions:
769769
# creates a counter and assigns it to the revision variable
770-
REVISION: $[counter('ST_STM32F411_DISCOVERY_versioncounter_1_12_0', 0)]
770+
REVISION: $[counter('ST_STM32F411_DISCOVERY_versioncounter_1_12_1', 0)]
771771
GccArm_Version:
772772
NeedsDFU: false
773773
NeedsSRECORD: false
@@ -822,7 +822,7 @@ jobs:
822822
TargetSeries: 'stm32f4xx'
823823
BuildOptions:
824824
# creates a counter and assigns it to the revision variable
825-
REVISION: $[counter('ST_NUCLEO144_F412ZG_NF_versioncounter_1_12_0', 0)]
825+
REVISION: $[counter('ST_NUCLEO144_F412ZG_NF_versioncounter_1_12_1', 0)]
826826
GccArm_Version:
827827
NeedsDFU: false
828828
NeedsSRECORD: false
@@ -877,7 +877,7 @@ jobs:
877877
TargetSeries: 'stm32f7xx'
878878
BuildOptions:
879879
# creates a counter and assigns it to the revision variable
880-
REVISION: $[counter('ST_NUCLEO144_F746ZG_versioncounter_1_12_0', 0)]
880+
REVISION: $[counter('ST_NUCLEO144_F746ZG_versioncounter_1_12_1', 0)]
881881
GccArm_Version:
882882
NeedsDFU: true
883883
NeedsSRECORD: false
@@ -932,7 +932,7 @@ jobs:
932932
TargetSeries: 'stm32f4xx'
933933
BuildOptions:
934934
# creates a counter and assigns it to the revision variable
935-
REVISION: $[counter('ST_STM32F4_DISCOVERY_versioncounter_1_12_0', 0)]
935+
REVISION: $[counter('ST_STM32F4_DISCOVERY_versioncounter_1_12_1', 0)]
936936
GccArm_Version:
937937
NeedsDFU: false
938938
NeedsSRECORD: false
@@ -987,7 +987,7 @@ jobs:
987987
TargetSeries: 'stm32f4xx'
988988
BuildOptions:
989989
# creates a counter and assigns it to the revision variable
990-
REVISION: $[counter('ST_NUCLEO144_F439ZI_versioncounter_1_12_0', 0)]
990+
REVISION: $[counter('ST_NUCLEO144_F439ZI_versioncounter_1_12_1', 0)]
991991
GccArm_Version:
992992
NeedsDFU: false
993993
NeedsSRECORD: false
@@ -1044,7 +1044,7 @@ jobs:
10441044
BuildOptions: >-
10451045
-DRADIO_FREQUENCY=868
10461046
# creates a counter and assigns it to the revision variable
1047-
REVISION: $[counter('TI_CC1352P1_LAUNCHXL_868_versioncounter_1_12_0', 0)]
1047+
REVISION: $[counter('TI_CC1352P1_LAUNCHXL_868_versioncounter_1_12_1', 0)]
10481048
GccArm_Version:
10491049
CMakePreset: TI_CC1352P1_LAUNCHXL
10501050

@@ -1099,7 +1099,7 @@ jobs:
10991099
BuildOptions: >-
11001100
-DRADIO_FREQUENCY=915
11011101
# creates a counter and assigns it to the revision variable
1102-
REVISION: $[counter('TI_CC1352P1_LAUNCHXL_915_versioncounter_1_12_0', 0)]
1102+
REVISION: $[counter('TI_CC1352P1_LAUNCHXL_915_versioncounter_1_12_1', 0)]
11031103
GccArm_Version:
11041104
CMakePreset: TI_CC1352P1_LAUNCHXL
11051105

@@ -1152,7 +1152,7 @@ jobs:
11521152
TargetSeries: 'stm32f4xx'
11531153
BuildOptions:
11541154
# creates a counter and assigns it to the revision variable
1155-
REVISION: $[counter('PybStick2x_versioncounter_1_12_0', 0)]
1155+
REVISION: $[counter('PybStick2x_versioncounter_1_12_1', 0)]
11561156
GccArm_Version:
11571157
NeedsDFU: true
11581158
NeedsSRECORD: false
@@ -1213,7 +1213,7 @@ jobs:
12131213
TargetName: LilygoTWatch2020
12141214
PackageName: LilygoTWatch2020
12151215
# creates a counter and assigns it to the revision variable
1216-
REVISION: $[counter('LilygoTWatch2020_versioncounter_1_12_0', 0)]
1216+
REVISION: $[counter('LilygoTWatch2020_versioncounter_1_12_1', 0)]
12171217
CMakePreset: LilygoTWatch2020
12181218

12191219
steps:
@@ -1281,7 +1281,7 @@ jobs:
12811281
TargetName: LilygoTWatch2021
12821282
PackageName: LilygoTWatch2021
12831283
# creates a counter and assigns it to the revision variable
1284-
REVISION: $[counter('LilygoTWatch2021_versioncounter_1_12_0', 0)]
1284+
REVISION: $[counter('LilygoTWatch2021_versioncounter_1_12_1', 0)]
12851285
CMakePreset: LilygoTWatch2021
12861286

12871287
steps:
@@ -1343,7 +1343,7 @@ jobs:
13431343
TargetSeries: 'stm32f4xx'
13441344
BuildOptions:
13451345
# creates a counter and assigns it to the revision variable
1346-
REVISION: $[counter('NETDUINO3_WIFI_versioncounter_1_12_0', 0)]
1346+
REVISION: $[counter('NETDUINO3_WIFI_versioncounter_1_12_1', 0)]
13471347
GccArm_Version:
13481348
NeedsDFU: true
13491349
NeedsSRECORD: false

0 commit comments

Comments
 (0)