-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatsam_part_table.yaml
49 lines (45 loc) · 1.82 KB
/
atsam_part_table.yaml
1
2
3
4
5
6
7
8
9
10
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# This file contains a table of all supported ATSAM microcontrollers.
#
# It lists them by family (which corresponds to a crate),
# then by the "device" in that family (corresponds to an SVD file,
# and to a module within each crate).
#
# For each device, there is a link to the product page and reference manual,
# the reference manual ID, the title from the reference manual,
# and a list of actual members of this family (without size/package codes).
#
# This data is used to generate more informative crate READMEs.
atsam3x:
atsam3x4c:
url: https://www.microchip.com/en-us/product/ATSAM3X4C
rm: Datasheet
rm_title: SAM3X / SAM3A Series
rm_url: https://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-11057-32-bit-Cortex-M3-Microcontroller-SAM3X-SAM3A_Datasheet.pdf
members:
- ATSAM3X4CA-CU
- ATSAM3X4CA-AUR
- ATSAM3X4CA-AU
atsam3x4e:
url: https://www.microchip.com/en-us/product/ATSAM3X4E
rm: Datasheet
rm_title: SAM3X / SAM3A Series
rm_url: https://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-11057-32-bit-Cortex-M3-Microcontroller-SAM3X-SAM3A_Datasheet.pdf
members:
- ATSAM3X4EA-CU
- ATSAM3X4EA-AU
atsam3x8c:
url: https://www.microchip.com/en-us/product/ATSAM3X8C
rm: Datasheet
rm_title: SAM3X / SAM3A Series
rm_url: https://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-11057-32-bit-Cortex-M3-Microcontroller-SAM3X-SAM3A_Datasheet.pdf
members:
- ATSAM3X8CA-CU
- ATSAM3X8CA-AU
atsam3x8e:
url: https://www.microchip.com/en-us/product/ATSAM3X8E
rm: Datasheet
rm_title: SAM3X / SAM3A Series
rm_url: https://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-11057-32-bit-Cortex-M3-Microcontroller-SAM3X-SAM3A_Datasheet.pdf
members:
- ATSAM3X8EA-CU
- ATSAM3X8EA-AU