Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Latest commit

 

History

History
67 lines (45 loc) · 1.76 KB

README.rst

File metadata and controls

67 lines (45 loc) · 1.76 KB

Intel® Quark™ Shield Examples

The Intel® Quark™ Shield examples are a collection of example applications for third party shields:

Information and support regarding Intel® Quark™ MCUs can be found in the following website:

http://www.intel.com/quark/mcu

This release has been validated with the following hardware:

  • Intel® Quark™ SE Microcontroller C1000 Development Platform.
  • Intel® Quark™ Microcontroller D2000 Development Platform.
  • The ISSM toolchain is required to build the source code. It provides the IAMCU toolchain (i586-intel-elfiamcu). The currently supported version is "2016-05-12".
  • OpenOCD is required to flash the bootloader onto the SoC.
  • The toolchain is provided within the ISSM package or standalone tarballs.
  • The sources for qmsi and qm-bootloader can be downloaded from our github.com project page.

Please refer to COPYING.

.
└── grove           : Example applications for seeed grove system

The build system is based on the make tool. Make sure you have downloaded the toolchain as described in External Dependencies.

QMSI sources are needed to build qm-shields code. The QMSI_SRC_DIR environment variable must point to the QMSI folder, for instance:

export QMSI_SRC_DIR=$HOME/qmsi

Please read the section QMSI Building of our QMSI github project for more information on additional environment settings and flashing.