From 1786d6377a2fc3a30fc1f1095f6ac3edf46889c6 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Wed, 16 Dec 2020 11:46:05 -0800 Subject: [PATCH] add readme & license --- LICENSE | 16 ++++++++++++++++ README.txt | 13 +++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 LICENSE create mode 100644 README.txt diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..9a35333 --- /dev/null +++ b/LICENSE @@ -0,0 +1,16 @@ +Copyright (c) 2020 Kyle Isom + +Permission to use, copy, modify, and distribute this software for +any purpose with or without fee is hereby granted, provided that +the above copyright notice and this permission notice appear in all +copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE +AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL +DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA +OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..17a36b3 --- /dev/null +++ b/README.txt @@ -0,0 +1,13 @@ +# pocket computer M4 + +The PCM4 (pocket computer / M4) is a handheld computing device based +around the Keyboard FeatherWing [1] and the Adafruit Feather M4 [2]. +The Feather M4 has 512K of flash memory, 192K of RAM, and 2M QSPI [3] +flash. + +[1] https://www.tindie.com/products/arturo182/keyboard-featherwing-qwerty-keyboard-26-lcd/ +[2] https://learn.adafruit.com/adafruit-feather-m4-express-atsamd51?view=all +[3] https://github.com/adafruit/Adafruit_QSPI + +It will have a scheme-based operating system. +