Commit 02520b0
Gerzain Mata
fix: correct jtag_tap schema type from object to number
jtag_tap is Option<usize> in probe-rs-target, so it should validate as
a number. The previous object schema (expecting v1/v2 keys) broke when
Zynq7000 was added, which correctly uses a plain integer for this field.1 parent bafc05f commit 02520b0
1 file changed
+3
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
| 94 | + | |
100 | 95 | | |
101 | 96 | | |
102 | 97 | | |
103 | 98 | | |
104 | 99 | | |
105 | 100 | | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
| 101 | + | |
112 | 102 | | |
113 | 103 | | |
114 | 104 | | |
115 | 105 | | |
116 | 106 | | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
| 107 | + | |
123 | 108 | | |
124 | 109 | | |
125 | 110 | | |
| |||
0 commit comments