We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5837e63 commit fe3e63fCopy full SHA for fe3e63f
.github/workflows/build.yml
@@ -67,8 +67,8 @@ jobs:
67
- 'stm32f3'
68
- 'stm32f4'
69
- 'stm32h5'
70
- - 'stm32l4'
71
- 'stm32h7'
+ - 'stm32l4'
72
with:
73
port: ${{ matrix.port }}
74
boards: ${{ toJSON(fromJSON(needs.set-matrix.outputs.json)[matrix.port].board) }}
ports/stm32h7/boards/daisy_seed/board.h
@@ -62,8 +62,8 @@ extern "C" {
62
// USB UF2
63
//--------------------------------------------------------------------+
64
65
-#define USB_VID 0x239A
66
-#define USB_PID 0x005D
+#define USB_VID 0x0483
+#define USB_PID 0x5740
#define USB_MANUFACTURER "STM32"
#define USB_PRODUCT "STM32FH750IB"
0 commit comments