summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2022-09-17 11:54:37 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2022-09-17 11:54:37 +0200
commit38512ac95e547cb8bf89ba173707f7f4d2c222c4 (patch)
tree190bc955e3f4b0d36ddccfc575b5ab318f281003
parentdf0948fd219807bc271f874649519575ba5eefaa (diff)
README: Update architecture list'🏳️‍⚧️'
-rw-r--r--README.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6191088..cbc1b6d 100644
--- a/README.md
+++ b/README.md
@@ -51,6 +51,14 @@ Hardware features:
* ADC (partially)
+### ATMega2560 (Arduino Mega)
+
+Peripheral communication:
+
+* I²C (master only, interrupt-driven)
+* UART (output polling, input interrupt-driven)
+* DMX (polling, via UART)
+
### MSP430FR5969, MSP430FR5994 (MSP430FR59xx Launchpad)
Requires proprietary TI MSP430 GCC and MSP430Flasher.
@@ -67,6 +75,22 @@ Hardware features:
* 20bit mode (use up to 256kB FRAM for code and data)
* ADC (partially)
+### RM46L8 Launchpad
+
+Requires proprietary TI ARM Compiler, uniflash, and appropriate Halcogen files.
+
+Peripheral communication:
+
+* UART (output only, polling)
+
+### TC1796 TriBoard
+
+Requires proprietary HighTec TriCore-GCC and a virtual machine with a legacy tricore-jtag-usb-flash application.
+
+Peripheral communication:
+
+* UART (output only, polling)
+
### POSIX
Runs the selected application as POSIX thread, e.g. under Linux on a Raspberry Pi.