From 38512ac95e547cb8bf89ba173707f7f4d2c222c4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 17 Sep 2022 11:54:37 +0200 Subject: README: Update architecture list --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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. -- cgit v1.2.3