summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.