aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Cameron <quozl@laptop.org>2016-12-28 21:37:11 +1100
committerJames Cameron <quozl@laptop.org>2016-12-28 21:41:13 +1100
commite4e692b581b25ddeef9dc34ef7c9e6d946f91510 (patch)
tree55d47bea61eb6c881e5a8a3f99efdf0b06565c18
parentf87337fe282336dc715fa7f1530e8e5914013fbb (diff)
downloadcforth-e4e692b581b25ddeef9dc34ef7c9e6d946f91510.tar.gz
Add arm-teensy3 README.md
-rw-r--r--build/arm-teensy3/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/build/arm-teensy3/README.md b/build/arm-teensy3/README.md
new file mode 100644
index 0000000..f225231
--- /dev/null
+++ b/build/arm-teensy3/README.md
@@ -0,0 +1,14 @@
+C Forth for Teensy 3.1
+======================
+
+C Forth is a Forth implementation by Mitch Bradley, optimised for embedded use in semi-constrained systems such as System-on-Chip processors. See https://github.com/MitchBradley/cforth.git
+
+The Teensy 3.1 is a Freescale MK20DX256 ARM Cortex-M4 with a Nuvoton MINI54 ARM Cortex-M0 management controller. Paul Stoffregen maintains a build environment, which can be used with or without an IDE. See https://github.com/PaulStoffregen/cores.git
+
+This is an initial build of C Forth for the Teensy 3.1, providing;
+
+- multiplexed USB and UART0 serial,
+
+- one I2C peripheral,
+
+- non-volatile EEPROM text execution.