From 301d29d77d445133675fee849c774442631ffcc2 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 30 Oct 2023 09:59:32 -0400 Subject: initial commit --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..8d5b905 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# alee-devboard + +The Alee "devboard" is a microcontroller development board designed for use with [Alee Forth](https://code.bitgloo.com/bitgloo/alee-forth). It combines a compact and versatile Forth compiler/interpreter with 64kB of fast and non-volatile FRAM: the result is an on-board-IDE that retains your work even after power is removed. Simply plug the devboard into your computer via USB and you're ready to go! + +**Features:** + +* 16MHz microcontroller with 64kB FRAM and 8kB SRAM +* Plenty of peripherals: ADC, UART, SPI, I2C, timers, RTC +* Standards-compliant Forth interpreter (compact: uses <8kB of memory) +* Two buttons and two RGB LEDs for basic input/output +* Arduino-compatible form factor for easy and familiar tinkering + -- cgit v1.2.3