Преглед изворни кода

Add comment to Makefile with links to other people's Makefiles

main
PaulStoffregen пре 10 година
родитељ
комит
63f26decf3
1 измењених фајлова са 8 додато и 1 уклоњено
  1. +8
    -1
      teensy3/Makefile

+ 8
- 1
teensy3/Makefile Прегледај датотеку

@@ -6,7 +6,14 @@ TARGET = main
OPTIONS = -DF_CPU=48000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH

# options needed by many Arduino libraries to configure for Teensy 3.0
OPTIONS += -D__MK20DX128__ -DARDUIO=104
OPTIONS += -D__MK20DX128__ -DARDUIO=105 -DTEENSYDUINO=118


# Other Makefiles and project templates for Teensy 3.x:
#
# https://github.com/apmorton/teensy-template
# https://github.com/xxxajk/Arduino_Makefile_master
# https://github.com/JonHylands/uCee


#************************************************************************

Loading…
Откажи
Сачувај