teensy-template icon indicating copy to clipboard operation
teensy-template copied to clipboard

Teensy 3.X Project Template

Results 8 teensy-template issues
Sort by recently updated
recently updated
newest added

This makefile template needs to be updated to support Teensy 4.0

It seems dependencies are not working. Changing a header does not trigger a rebuild of source files depending on it.

closes #14 checksums: ``` $ sha1sum tools/teensy* 0c55ced47401f85adf1a8461c3183b86a8fd5270 tools/teensy 76e2ab788fdc5753c16a39698e01c7e83ee61caf tools/teensy_gateway 05b03169f7f948f3df2e1089ef1589b7c033cee0 tools/teensy_post_compile 2ab3efe2918c02ff8a706fb37bfe7a57ac0b5bdd tools/teensy_reboot 2a29fca7d0c3874ea189f97983446648032017e6 tools/teensy_restart ```

teensyduino 1.31 is out, and the tools have not been updated since 1.24 the tools may need to be updated to support newer devices

Larger projects will probably want to make use of subdirectories in `src/`, using `shell find` allows this

Great project, thanks! When enabling arduino (ie setting ARDUINO = 10600), make sure the LDFlags have rtc_localtime set (see line 73 of https://github.com/PaulStoffregen/cores/blob/master/teensy3/Makefile ); ``` # linker options LDFLAGS =...

``` SdFat.h:138: undefined reference to `vtable for SdFile' collect2: error: ld returned 1 exit status ``` Even when modified to include the utility dir. See https://github.com/kasbah/teensy-template/commits/master

Better to use the up-to-date teensy3 files directly on OSX.