From ed46e1a38ae2de97b55c1843bad8b813bd4936e3 Mon Sep 17 00:00:00 2001 From: mindchasers Date: Sun, 7 Jul 2019 17:58:07 -0400 Subject: initial commit of private island ARM test suite --- README | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README (limited to 'README') 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 + + + -- cgit v1.2.3-8-gadcc