File tree
24 files changed
+357
-208
lines changed- ports/atmel-samd
- boards
- feather_m0_express
- metro_m0_express
- metro_m4_express
- common-hal
- busio
- storage
24 files changed
+357
-208
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
218 | 218 |
| |
219 | 219 |
| |
220 | 220 |
| |
| 221 | + | |
221 | 222 |
| |
222 | 223 |
| |
223 | 224 |
| |
| |||
260 | 261 |
| |
261 | 262 |
| |
262 | 263 |
| |
| 264 | + | |
263 | 265 |
| |
264 | 266 |
| |
265 | 267 |
| |
| |||
276 | 278 |
| |
277 | 279 |
| |
278 | 280 |
| |
279 |
| - | |
280 | 281 |
| |
281 | 282 |
| |
282 | 283 |
| |
|
- samd21/AtmelStart.gpdsc+3
- samd21/armcc/Makefile+4-1
- samd21/atmel_start_config.atstart+78-11
- samd21/config/hpl_gclk_config.h+4-4
- samd21/config/hpl_sercom_config.h+182
- samd21/config/hpl_sysctrl_config.h+4-4
- samd21/config/peripheral_clk_config.h+73-9
- samd21/config/usbd_config.h+9-9
- samd21/driver_init.c+58-45
- samd21/driver_init.h+8
- samd21/examples/driver_examples.c+26
- samd21/examples/driver_examples.h+2
- samd21/gcc/Makefile+3
- samd21/hal/documentation/spi_master_dma.rst+56
- samd21/hal/include/hal_spi_m_dma.h+252
- samd21/hal/src/hal_spi_m_dma.c+196
- samd21/hpl/dmac/hpl_dmac.c-4
- samd21/hpl/sercom/hpl_sercom.c+361
- samd51/AtmelStart.gpdsc+3
- samd51/armcc/Makefile+3
- samd51/atmel_start_config.atstart+125-64
- samd51/atmel_start_pins.h+3
- samd51/config/hpl_gclk_config.h+14-14
- samd51/config/hpl_oscctrl_config.h+12-12
- samd51/config/hpl_sercom_config.h+182
- samd51/config/peripheral_clk_config.h+119-39
- samd51/driver_init.c+60
- samd51/driver_init.h+8
- samd51/examples/driver_examples.c+26
- samd51/examples/driver_examples.h+2
- samd51/gcc/Makefile+4-1
- samd51/hal/documentation/spi_master_dma.rst+56
- samd51/hal/include/hal_spi_m_dma.h+252
- samd51/hal/src/hal_spi_m_dma.c+196
- samd51/hpl/dmac/hpl_dmac.c-3
- samd51/hpl/sercom/hpl_sercom.c+361
- tools/samd21.json+2-1
- tools/samd51.json+2-1
Lines changed: 24 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
20 | 31 |
| |
21 | 32 |
| |
22 | 33 |
| |
23 |
| - | |
24 |
| - | |
| 34 | + | |
25 | 35 |
| |
26 | 36 |
| |
27 | 37 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 |
| - | |
| 7 | + | |
9 | 8 |
| |
10 | 9 |
| |
11 | 10 |
|
Lines changed: 23 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 | 1 |
| |
4 | 2 |
| |
5 | 3 |
| |
| |||
8 | 6 |
| |
9 | 7 |
| |
10 | 8 |
| |
11 |
| - | |
| 9 | + | |
12 | 10 |
| |
13 | 11 |
| |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
23 | 33 |
| |
24 | 34 |
| |
25 | 35 |
| |
26 | 36 |
| |
27 |
| - | |
28 |
| - | |
| 37 | + | |
29 | 38 |
| |
30 | 39 |
| |
31 | 40 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 |
| - | |
| 7 | + | |
9 | 8 |
| |
10 | 9 |
| |
11 | 10 |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
33 | 32 |
| |
34 | 33 |
|
Lines changed: 33 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
23 | 36 |
| |
24 |
| - | |
| 37 | + | |
25 | 38 |
| |
26 | 39 |
| |
27 | 40 |
| |
28 | 41 |
| |
29 | 42 |
| |
30 |
| - | |
| 43 | + | |
31 | 44 |
| |
32 | 45 |
| |
33 |
| - | |
| 46 | + | |
| 47 | + | |
34 | 48 |
| |
35 | 49 |
| |
36 |
| - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + |
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 |
| - | |
| 7 | + | |
9 | 8 |
| |
10 | 9 |
| |
11 | 10 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 |
| - | |
| 75 | + | |
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
|
Lines changed: 11 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
| 40 | + | |
51 | 41 |
| |
52 | 42 |
| |
53 | 43 |
| |
| |||
78 | 68 |
| |
79 | 69 |
| |
80 | 70 |
| |
81 |
| - | |
| 71 | + | |
82 | 72 |
| |
83 | 73 |
| |
84 | 74 |
| |
85 | 75 |
| |
86 | 76 |
| |
87 | 77 |
| |
88 | 78 |
| |
89 |
| - | |
| 79 | + | |
90 | 80 |
| |
91 | 81 |
| |
92 | 82 |
| |
| |||
121 | 111 |
| |
122 | 112 |
| |
123 | 113 |
| |
124 |
| - | |
| 114 | + | |
125 | 115 |
| |
126 | 116 |
| |
127 | 117 |
| |
| |||
132 | 122 |
| |
133 | 123 |
| |
134 | 124 |
| |
135 |
| - | |
| 125 | + | |
136 | 126 |
| |
137 | 127 |
| |
138 | 128 |
| |
| |||
142 | 132 |
| |
143 | 133 |
| |
144 | 134 |
| |
| 135 | + | |
145 | 136 |
| |
146 | 137 |
| |
147 | 138 |
| |
| |||
150 | 141 |
| |
151 | 142 |
| |
152 | 143 |
| |
| 144 | + | |
153 | 145 |
| |
154 | 146 |
| |
155 | 147 |
| |
| |||
159 | 151 |
| |
160 | 152 |
| |
161 | 153 |
| |
| 154 | + | |
162 | 155 |
| |
163 | 156 |
| |
164 | 157 |
| |
| |||
186 | 179 |
| |
187 | 180 |
| |
188 | 181 |
| |
189 |
| - | |
| 182 | + | |
190 | 183 |
| |
191 | 184 |
| |
192 | 185 |
| |
| |||
248 | 241 |
| |
249 | 242 |
| |
250 | 243 |
| |
251 |
| - | |
| 244 | + | |
252 | 245 |
| |
253 | 246 |
| |
254 | 247 |
| |
| |||
267 | 260 |
| |
268 | 261 |
| |
269 | 262 |
| |
270 |
| - | |
| 263 | + | |
271 | 264 |
|
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| 33 | + | |
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
| |||
38 | 39 |
| |
39 | 40 |
| |
40 | 41 |
| |
41 |
| - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
42 | 45 |
| |
43 | 46 |
| |
44 | 47 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
215 | 215 |
| |
216 | 216 |
| |
217 | 217 |
| |
218 |
| - | |
219 | 218 |
| |
220 | 219 |
| |
221 | 220 |
| |
| |||
226 | 225 |
| |
227 | 226 |
| |
228 | 227 |
| |
| 228 | + | |
229 | 229 |
| |
230 | 230 |
| |
231 | 231 |
| |
|
0 commit comments