Skip to content

Commit 78b11fe

Browse files
committed
Merge branch 'release/v10.0.0'
2 parents 7efffd6 + 4f7aaa8 commit 78b11fe

File tree

315 files changed

+21246
-187
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

315 files changed

+21246
-187
lines changed

.github/workflows/examples.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ jobs:
4141
- "examples/mbed-legacy-examples/mbed-serial"
4242
- "examples/spl-blink"
4343
- "examples/stm32cube-hal-blink"
44+
- "examples/stm32cube-hal-eeprom-emulation"
45+
- "examples/stm32cube-hal-extmem-boot"
46+
- "examples/stm32cube-hal-iap"
47+
- "examples/stm32cube-hal-lcd"
48+
- "examples/stm32cube-hal-usb-device-dfu"
49+
- "examples/stm32cube-hal-wifi-client"
4450
- "examples/stm32cube-ll-blink"
4551
- "examples/zephyr-blink"
4652
- "examples/zephyr-cpp-synchronization"

boards/1bitsy_stm32f415rgt.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"protocol": "blackmagic",
3030
"protocols": [
3131
"jlink",
32+
"cmsis-dap",
3233
"stlink",
3334
"blackmagic"
3435
]

boards/afroflight_f103cb.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"protocol": "serial",
2727
"protocols": [
2828
"jlink",
29+
"cmsis-dap",
2930
"stlink",
3031
"blackmagic",
3132
"dfu",

boards/armed_v1.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"protocol": "stlink",
3030
"protocols": [
3131
"jlink",
32+
"cmsis-dap",
3233
"stlink",
3334
"blackmagic",
3435
"serial"

boards/armstrap_eagle1024.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"protocol": "blackmagic",
3333
"protocols": [
3434
"jlink",
35+
"cmsis-dap",
3536
"stlink",
3637
"blackmagic"
3738
]

boards/armstrap_eagle2048.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"protocol": "blackmagic",
3333
"protocols": [
3434
"jlink",
35+
"cmsis-dap",
3536
"stlink",
3637
"blackmagic"
3738
]

boards/armstrap_eagle512.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"protocol": "blackmagic",
3333
"protocols": [
3434
"jlink",
35+
"cmsis-dap",
3536
"stlink",
3637
"blackmagic"
3738
]

boards/b96b_argonkey.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"protocol": "stlink",
3131
"protocols": [
3232
"jlink",
33+
"cmsis-dap",
3334
"stlink",
3435
"blackmagic",
3536
"mbed"

boards/b96b_f446ve.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"stlink"
2222
],
2323
"openocd_board": "st_nucleo_f4",
24+
"openocd_target": "stm32f4x",
2425
"svd_path": "STM32F446x.svd"
2526
},
2627
"frameworks": [
@@ -37,6 +38,7 @@
3738
"protocol": "stlink",
3839
"protocols": [
3940
"jlink",
41+
"cmsis-dap",
4042
"stlink",
4143
"blackmagic",
4244
"mbed"

boards/b96b_neonkey.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"protocol": "stlink",
3131
"protocols": [
3232
"jlink",
33+
"cmsis-dap",
3334
"stlink",
3435
"blackmagic",
3536
"mbed"

0 commit comments

Comments
 (0)