Skip to content

leroilion/teensy-core

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages