@@ -74,11 +74,11 @@ git clone --recurse-submodules --jobs 8 https://github.com/modm-io/modm.git
74
74
75
75
## Microcontrollers
76
76
77
- modm can create a HAL for <!-- allcount--> 3107 <!-- /allcount--> devices of these vendors:
77
+ modm can create a HAL for <!-- allcount--> 3138 <!-- /allcount--> devices of these vendors:
78
78
79
- - STMicroelectronics STM32: <!-- stmcount--> 2438 <!-- /stmcount--> devices.
79
+ - STMicroelectronics STM32: <!-- stmcount--> 2593 <!-- /stmcount--> devices.
80
80
- Microchip SAM: <!-- samcount--> 163<!-- /samcount--> devices.
81
- - Microchip AVR: <!-- avrcount--> 506 <!-- /avrcount--> devices.
81
+ - Microchip AVR: <!-- avrcount--> 382 <!-- /avrcount--> devices.
82
82
83
83
Here is a table with all device families and the peripheral drivers they support:
84
84
@@ -95,7 +95,7 @@ Please [discover modm's peripheral drivers for your specific device][discover].
95
95
<table >
96
96
<tr >
97
97
<th align =" center " ></th >
98
- <th align =" center " colspan =" 11 " >STM32</th >
98
+ <th align =" center " colspan =" 12 " >STM32</th >
99
99
<th align =" center " colspan =" 1 " >SAM</th >
100
100
<th align =" center " colspan =" 3 " >AT</th >
101
101
</tr ><tr >
@@ -108,6 +108,7 @@ Please [discover modm's peripheral drivers for your specific device][discover].
108
108
<th align =" center " >F7</th >
109
109
<th align =" center " >G0</th >
110
110
<th align =" center " >G4</th >
111
+ <th align =" center " >H7</th >
111
112
<th align =" center " >L0</th >
112
113
<th align =" center " >L1</th >
113
114
<th align =" center " >L4</th >
@@ -126,6 +127,7 @@ Please [discover modm's peripheral drivers for your specific device][discover].
126
127
<td align =" center " >✅</td >
127
128
<td align =" center " >✅</td >
128
129
<td align =" center " >○</td >
130
+ <td align =" center " >○</td >
129
131
<td align =" center " >✅</td >
130
132
<td align =" center " >✅</td >
131
133
<td align =" center " >○</td >
@@ -142,6 +144,7 @@ Please [discover modm's peripheral drivers for your specific device][discover].
142
144
<td align =" center " >✅</td >
143
145
<td align =" center " >✗</td >
144
146
<td align =" center " >✅</td >
147
+ <td align =" center " >○</td >
145
148
<td align =" center " >✗</td >
146
149
<td align =" center " >✗</td >
147
150
<td align =" center " >✅</td >
@@ -161,6 +164,7 @@ Please [discover modm's peripheral drivers for your specific device][discover].
161
164
<td align =" center " >✅</td >
162
165
<td align =" center " >○</td >
163
166
<td align =" center " >○</td >
167
+ <td align =" center " >○</td >
164
168
<td align =" center " >✅</td >
165
169
<td align =" center " >○</td >
166
170
<td align =" center " >○</td >
@@ -179,6 +183,7 @@ Please [discover modm's peripheral drivers for your specific device][discover].
179
183
<td align =" center " >✅</td >
180
184
<td align =" center " >✅</td >
181
185
<td align =" center " >✅</td >
186
+ <td align =" center " >✅</td >
182
187
<td align =" center " >○</td >
183
188
<td align =" center " >✗</td >
184
189
<td align =" center " >○</td >
@@ -193,6 +198,7 @@ Please [discover modm's peripheral drivers for your specific device][discover].
193
198
<td align =" center " >○</td >
194
199
<td align =" center " >✅</td >
195
200
<td align =" center " >✅</td >
201
+ <td align =" center " >○</td >
196
202
<td align =" center " >✅</td >
197
203
<td align =" center " >✅</td >
198
204
<td align =" center " >✅</td >
@@ -210,6 +216,7 @@ Please [discover modm's peripheral drivers for your specific device][discover].
210
216
<td align =" center " >✅</td >
211
217
<td align =" center " >✗</td >
212
218
<td align =" center " >✗</td >
219
+ <td align =" center " >○</td >
213
220
<td align =" center " >✗</td >
214
221
<td align =" center " >✗</td >
215
222
<td align =" center " >✗</td >
@@ -234,6 +241,7 @@ Please [discover modm's peripheral drivers for your specific device][discover].
234
241
<td align =" center " >✅</td >
235
242
<td align =" center " >✅</td >
236
243
<td align =" center " >✅</td >
244
+ <td align =" center " >✅</td >
237
245
</tr ><tr >
238
246
<td align =" left " >External Memory</td >
239
247
<td align =" center " >✗</td >
@@ -244,6 +252,7 @@ Please [discover modm's peripheral drivers for your specific device][discover].
244
252
<td align =" center " >○</td >
245
253
<td align =" center " >✗</td >
246
254
<td align =" center " >○</td >
255
+ <td align =" center " >○</td >
247
256
<td align =" center " >✗</td >
248
257
<td align =" center " >✗</td >
249
258
<td align =" center " >○</td >
@@ -268,6 +277,7 @@ Please [discover modm's peripheral drivers for your specific device][discover].
268
277
<td align =" center " >✅</td >
269
278
<td align =" center " >✅</td >
270
279
<td align =" center " >✅</td >
280
+ <td align =" center " >✅</td >
271
281
</tr ><tr >
272
282
<td align =" left " >I<sup >2</sup >C</td >
273
283
<td align =" center " >✅</td >
@@ -281,6 +291,7 @@ Please [discover modm's peripheral drivers for your specific device][discover].
281
291
<td align =" center " >✅</td >
282
292
<td align =" center " >✅</td >
283
293
<td align =" center " >✅</td >
294
+ <td align =" center " >✅</td >
284
295
<td align =" center " >○</td >
285
296
<td align =" center " >✅</td >
286
297
<td align =" center " >✅</td >
@@ -299,6 +310,7 @@ Please [discover modm's peripheral drivers for your specific device][discover].
299
310
<td align =" center " >○</td >
300
311
<td align =" center " >○</td >
301
312
<td align =" center " >○</td >
313
+ <td align =" center " >○</td >
302
314
<td align =" center " >✗</td >
303
315
<td align =" center " >✗</td >
304
316
<td align =" center " >✗</td >
@@ -313,6 +325,7 @@ Please [discover modm's peripheral drivers for your specific device][discover].
313
325
<td align =" center " >✅</td >
314
326
<td align =" center " >✅</td >
315
327
<td align =" center " >✅</td >
328
+ <td align =" center " >✅</td >
316
329
<td align =" center " >✗</td >
317
330
<td align =" center " >✅</td >
318
331
<td align =" center " >✗</td >
@@ -329,6 +342,7 @@ Please [discover modm's peripheral drivers for your specific device][discover].
329
342
<td align =" center " >✅</td >
330
343
<td align =" center " >✅</td >
331
344
<td align =" center " >✅</td >
345
+ <td align =" center " >○</td >
332
346
<td align =" center " >✅</td >
333
347
<td align =" center " >✅</td >
334
348
<td align =" center " >✅</td >
@@ -350,6 +364,7 @@ Please [discover modm's peripheral drivers for your specific device][discover].
350
364
<td align =" center " >✅</td >
351
365
<td align =" center " >✅</td >
352
366
<td align =" center " >✅</td >
367
+ <td align =" center " >✅</td >
353
368
<td align =" center " >✗</td >
354
369
<td align =" center " >✗</td >
355
370
<td align =" center " >✗</td >
@@ -366,6 +381,7 @@ Please [discover modm's peripheral drivers for your specific device][discover].
366
381
<td align =" center " >✅</td >
367
382
<td align =" center " >✅</td >
368
383
<td align =" center " >✅</td >
384
+ <td align =" center " >✅</td >
369
385
<td align =" center " >○</td >
370
386
<td align =" center " >○</td >
371
387
<td align =" center " >○</td >
@@ -386,6 +402,7 @@ Please [discover modm's peripheral drivers for your specific device][discover].
386
402
<td align =" center " >✅</td >
387
403
<td align =" center " >✅</td >
388
404
<td align =" center " >✅</td >
405
+ <td align =" center " >✅</td >
389
406
<td align =" center " >○</td >
390
407
</tr ><tr >
391
408
<td align =" left " >Unique ID</td >
@@ -400,6 +417,7 @@ Please [discover modm's peripheral drivers for your specific device][discover].
400
417
<td align =" center " >✅</td >
401
418
<td align =" center " >✅</td >
402
419
<td align =" center " >✅</td >
420
+ <td align =" center " >✅</td >
403
421
<td align =" center " >✗</td >
404
422
<td align =" center " >✗</td >
405
423
<td align =" center " >✗</td >
@@ -418,6 +436,7 @@ Please [discover modm's peripheral drivers for your specific device][discover].
418
436
<td align =" center " >✅</td >
419
437
<td align =" center " >✅</td >
420
438
<td align =" center " >✅</td >
439
+ <td align =" center " >✅</td >
421
440
<td align =" center " >✗</td >
422
441
<td align =" center " >✗</td >
423
442
<td align =" center " >✗</td >
0 commit comments