teensy31-blinky-bare-metal
teensy31-blinky-bare-metal copied to clipboard
Simple blink program using a Makefile
The `-MMD` option instructs the compiler to generate dependency files. However, these are currently unused as the `Makefile` misses the necessary include: `-include $(OBJDIR)/*.d`
I am using Paul Stoffregen's [cores](https://github.com/PaulStoffregen/cores) instead of Teensyduino, and I [edited](https://github.com/hoosierEE/teensy31-blinky-bare-metal/commit/5c7e5977f6407cae73e2c51ff0303d7943dd4f8b) your Makefile to reflect where the various tools are installed on my system. But I'm getting the following...