Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 814 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 814 Bytes

Teensy 3.5 core with meson

This repo compile teensy 3.5 core with gcc-arm-7-2017-q4.

Tools

sudo apt install meson ninja-build

Compilation

meson build --cross-file teensy-3.5-cross.txt
cd build
ninja

How to use

Look blink example for teensy with meson :

https://github.com/leroilion/teensy-blink

PJRC

https://github.com/PaulStoffregen/cores.git

Teensy 2.0, 3.x, LC core libraries for Arduino.

The latest stable version of Teensy's core library is always available in the Teensyduino installer, at this page:

http://www.pjrc.com/teensy/td_download.html