/Teensy

Sample ARM code for Teensy 3

Primary LanguageCMIT LicenseMIT

Teensy 3 (MK20DX256VLH7) Sample code

A sample code collection to be used for educational purpose.

Compilation

All samples have been successfully built on GCC Toolchain under Linux

  • Install GCC cross compiler for ARM Cortex-A/R/M processors
  • Update git submodules
git clone https://github.com/nabilbendafi/Teensy
cd Teensy
git submodule update --init
  • Compile
cd <project>
make

Upload

After compilation, use Teensy Loader to upload .hex to Teensy 3.1