Skip to content

Commit 36b05c7

Browse files
committed
README: Drop table of supported chips
Maintaining this table has become quite messy because of all the merge conflicts it introduces. Replace it with a link to the feature list in Cargo.toml, because in the end, the README table does not provide that much value over this already existing and always up-to-date source of information.
1 parent 2f6e070 commit 36b05c7

File tree

1 file changed

+3
-35
lines changed

1 file changed

+3
-35
lines changed

README.md

Lines changed: 3 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -10,41 +10,9 @@ version = "0.7.0"
1010
features = ["atmega32u4"]
1111
```
1212

13-
Via the feature you can select which chip you want the register specifications for. The following list is what is currently supported:
14-
15-
| ATmega | ATmega USB | ATmega 0,1 Series | AT90 | ATtiny |
16-
| :-------------: | :----------: | :---------------: | :-----------: | :-----------: |
17-
| `atmega8` | `atmega8u2` | `atmega3208` | `at90usb1286` | `attiny13a` |
18-
| `atmega48p` | `atmega16u2` | `atmega3209` | `at90can128` | `attiny167` |
19-
| `atmega64` | `atmega32u2` | `atmega4808` | `at90can64` | `attiny202` |
20-
| `atmega644` | `atmega32u4` | `atmega4809` | `at90can32` | `attiny204` |
21-
| `atmega88p` | `avr64du32` | | | `attiny212` |
22-
| `atmega16` | `avr64du28` | | | `attiny214` |
23-
| `atmega168` | | | | `attiny26` |
24-
| `atmega324pa` | | | | `attiny261a` |
25-
| `atmega328p` | | | | `attiny402` |
26-
| `atmega328pb` | | | | `attiny404` |
27-
| `atmega32a` | | | | `attiny412` |
28-
| `atmega1280` | | | | `attiny414` |
29-
| `atmega1284p` | | | | `attiny416` |
30-
| `atmega128a` | | | | `attiny44a` |
31-
| `atmega128rfa1` | | | | `attiny461a` |
32-
| `atmega2560` | | | | `attiny84` |
33-
| `atmega164pa` | | | | `attiny85` |
34-
| | | | | `attiny88` |
35-
| | | | | `attiny804` |
36-
| | | | | `attiny816` |
37-
| | | | | `attiny828` |
38-
| | | | | `attiny841` |
39-
| | | | | `attiny84a` |
40-
| | | | | `attiny861` |
41-
| | | | | `attiny861a` |
42-
| | | | | `attiny1604` |
43-
| | | | | `attiny1606` |
44-
| | | | | `attiny1614` |
45-
| | | | | `attiny1626` |
46-
| | | | | `attiny2313` |
47-
| | | | | `attiny2313a` |
13+
With the feature you can select which chip you want the register definitions
14+
for. For a full list of supported AVR chips, please check
15+
[`Cargo.toml`](https://github.com/rahix/avr-device/blob/main/Cargo.toml#L30).
4816

4917
## Build Instructions
5018
The PACs (Peripheral Access Crates, or really modules, in our case) **are not**

0 commit comments

Comments
 (0)