Skip to content

Commit 9a81a77

Browse files
committed
Update Zephyr to v2.7.0
1 parent 8e5d029 commit 9a81a77

File tree

5 files changed

+51
-6
lines changed

5 files changed

+51
-6
lines changed

boards/disco_h735ig.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"build": {
3+
"cpu": "cortex-m7",
4+
"extra_flags": "-DSTM32H7xx -DSTM32H735xx",
5+
"f_cpu": "550000000L",
6+
"mcu": "stm32h735igk6u",
7+
"product_line": "STM32H735xx",
8+
"zephyr": {
9+
"variant": "stm32h735g_disco"
10+
}
11+
},
12+
"connectivity": [
13+
"can",
14+
"ethernet"
15+
],
16+
"debug": {
17+
"default_tools": [
18+
"stlink"
19+
],
20+
"jlink_device": "STM32H735IG",
21+
"onboard_tools": [
22+
"stlink"
23+
],
24+
"openocd_target": "stm32h7x",
25+
"svd_path": "STM32H73x.svd"
26+
},
27+
"frameworks": [
28+
"stm32cube",
29+
"zephyr"
30+
],
31+
"name": "STM32H735G-DK Discovery kit",
32+
"upload": {
33+
"maximum_ram_size": 442368,
34+
"maximum_size": 1048576,
35+
"protocol": "stlink",
36+
"protocols": [
37+
"blackmagic",
38+
"cmsis-dap",
39+
"jlink",
40+
"stlink",
41+
"mbed"
42+
]
43+
},
44+
"url": "https://www.st.com/en/evaluation-tools/stm32h735g-dk.html",
45+
"vendor": "ST"
46+
}

boards/nucleo_f446ze.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"cmsis",
2626
"mbed",
2727
"stm32cube",
28-
"libopencm3"
28+
"libopencm3",
29+
"zephyr"
2930
],
3031
"name": "ST Nucleo F446ZE",
3132
"upload": {
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
CONFIG_GPIO=y
2-
CONFIG_SERIAL=n
1+
# nothing here

examples/zephyr-subsys-usb-hid-mouse/zephyr/prj.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
CONFIG_USB=y
21
CONFIG_USB_DEVICE_STACK=y
32
CONFIG_USB_DEVICE_HID=y
43
CONFIG_USB_DEVICE_PRODUCT="Zephyr HID mouse sample"

platform.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@
300300
"type": "framework",
301301
"optional": true,
302302
"owner": "platformio",
303-
"version": "~2.20600.0"
303+
"version": "~2.20700.0"
304304
},
305305
"tool-stm32duino": {
306306
"type": "uploader",
@@ -329,7 +329,7 @@
329329
"tool-cmake": {
330330
"optional": true,
331331
"owner": "platformio",
332-
"version": "~3.16.0"
332+
"version": "~3.21.0"
333333
},
334334
"tool-dtc": {
335335
"optional": true,

0 commit comments

Comments
 (0)