NathanY3G / baremetal-blinky.teensy

A bare-metal example for the Teensy 4.0 board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Teensy 4.0 Bare-Metal Example

This is a bare-metal example for the Teensy 4.0 board. It's intended to be used with the free GCC ARM toolchain.

The generated HEX file is compatible with the Teensy Loader.

Credits

Linker files and startup code are based on the Teensy Core Libraries for Arduino by Paul Stoffregen.

About

A bare-metal example for the Teensy 4.0 board

License:MIT License


Languages

Language:C 99.7%Language:Makefile 0.3%