summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README30
1 files changed, 30 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..38becc7
--- /dev/null
+++ b/README
@@ -0,0 +1,30 @@
+# privateisland ARM test suite
+
+ARM Test Code for Open Source FPGA Network Processor for Security, IoT, and Control.
+
+See LICENSE in this folder and reference to LICENSE in header of each source code file
+
+Contributors must agree to Contributor License Agreement (to be added).
+
+Project depends on NXP SDK for Kinetis.
+
+Either create an SDK for the MK02FN128xxx10 at https://mcuxpresso.nxp.com/en/dashboard or contact support@mindchaseres.com
+
+See included MEX file for generation of pin and clock definition
+
+It is assumed that the developer is using NXP's MCUXpresso IDE. This IDE includes the GNU Arm Embedded Toolchain
+
+Importing the project:
+
+File -> Import -> General -> Existing Projects into Workspace
+
+Project assumes developer is using OpenOCD to debug. See the following links depending on debug environment:
+
+https://mindchasers.com/dev/openocd-darsena
+
+https://mindchasers.com/dev/openocd-darsena-windows
+
+It is also possible to use the mainline Eclipse with a self managed GNU Arm Embedded Toolchain
+
+
+