File tree Expand file tree Collapse file tree 5 files changed +51
-6
lines changed
zephyr-subsys-usb-hid-mouse/zephyr Expand file tree Collapse file tree 5 files changed +51
-6
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 2525 " cmsis" ,
2626 " mbed" ,
2727 " stm32cube" ,
28- " libopencm3"
28+ " libopencm3" ,
29+ " zephyr"
2930 ],
3031 "name" : " ST Nucleo F446ZE" ,
3132 "upload" : {
Original file line number Diff line number Diff line change 1- CONFIG_GPIO=y
2- CONFIG_SERIAL=n
1+ # nothing here
Original file line number Diff line number Diff line change 1- CONFIG_USB=y
21CONFIG_USB_DEVICE_STACK=y
32CONFIG_USB_DEVICE_HID=y
43CONFIG_USB_DEVICE_PRODUCT="Zephyr HID mouse sample"
Original file line number Diff line number Diff line change 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" ,
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 ,
You can’t perform that action at this time.
0 commit comments