index
:
Arduino-Makefile.git
auto-lib
headers
master
gitar
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Teensy.mk
Age
Commit message (
Collapse
)
Author
2016-11-12
Fix parsing of Teensy options with multiple "="s
Jacob Niehus
2016-11-05
fix incorrect variable ref
George Harker
2016-11-05
hard code ARCHITECTURE if not found in boards.txt, update history
George Harker
2016-11-04
fix mcu
George Harker
2016-11-04
fix platform dir
George Harker
2016-11-04
make it work with modern arduino and teensyduino scripts
George Harker
2015-09-15
Replace $VENDOR with $ARDMK_VENDOR as $VENDOR is a tcsh environment variable.
Simon John
$ARCHITECTURE is probably safe as that's usually called $ARCH. Fixes issue #386. Need to decide if this is going to upset too many user's who have already started using $VENDOR - and who uses tcsh? ;-)
2015-01-23
Ability to modify USB_TYPE in Teensy.md
poofjunior
See #313
2014-10-22
Teensy.mk: simplify setting of MCU and MCU_FLAG_NAME
stepcut
2014-10-22
move ARDUINO_DIR auto-detection into Common.mk. This allows Teensy.mk to use ↵
stepcut
auto-detected location.
2014-10-15
Teensy.mk: default to arm-none-eabi-xxx for executable names. Tweak the ↵
stepcut
upload/reset stuff a little more. Add COPYRIGHT block.
2014-10-13
minor tweaks to Teensy.mk
stepcut
2014-10-13
support for Teensy 3.x via Teensy.mk
stepcut