-
Notifications
You must be signed in to change notification settings - Fork 31
/
ARCHMATRIX
32 lines (28 loc) · 2.12 KB
/
ARCHMATRIX
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
This is a very lousy table, stating the current mcu
support and possible toolchains.
|-------------------+--------+--------+--------+--------+------------+--------------|
| Architectures | AVR | ARM | msp430 | 8051 | mips | pic32 |
|-------------------+--------+--------+--------+--------+------------+--------------|
| toolchain | gcc | gcc | gcc | sdcc | gcc | xc32(gcc) |
|-------------------+--------+--------+--------+--------+------------+--------------|
| bits | 8 | 16/32 | 16 | 8 | 32/64 | 32 |
|-------------------+--------+--------+--------+--------+------------+--------------|
| Sub-Architectures | - | STM32 | - | STC | 1890 | - |
| | | | | AT89 | | |
|-------------------+--------+--------+--------+--------+------------+--------------|
| State | stable | stable | stable | stable | deprecated | experimental |
|-------------------+--------+--------+--------+--------+------------+--------------|
Below is the same for supported libraries and their state
|-----------------+-----+-----------+--------+------+-----------+---------|
| Architectures | AVR | ARM/STM32 | msp430 | 8051 | mips/1890 | pic32 |
|-----------------+-----+-----------+--------+------+-----------+---------|
| vusb | yes | n/a | n/a | n/a | n/a | n/a |
|-----------------+-----+-----------+--------+------+-----------+---------|
| antares startup | yes | yes | yes | n/a | no | not yet |
|-----------------+-----+-----------+--------+------+-----------+---------|
| lwip | no | WIP | no | no | no | WIP |
|-----------------+-----+-----------+--------+------+-----------+---------|
| eLUA | no | no | no | no | no | no |
|-----------------+-----+-----------+--------+------+-----------+---------|
| urpc | yes | yes | yes | yes | yes | yes |
|-----------------+-----+-----------+--------+------+-----------+---------|