Marlin_Firmware/Marlin/src
Dave Johnson f58ba3a64e Improve AVR arch detection
Replace ARDUINO_ARCH_AVR with __AVR__ to better detect architecture for non-Arduino dev environments.  Resolves compile failure in PIO for 8-bit Teensduino targets

More info:
https://forum.pjrc.com/threads/33234-Using-Teensyduino-Selecting-Teensy-3-2-3-1-board-has-incorrect-platform-define
http://www.atmel.com/webdoc/avrlibcreferencemanual/using_tools_1using_avr_gcc_mach_opt.html
2017-09-23 21:36:40 -07:00
..
config Friendly layout for Arduino IDE 2017-09-21 16:27:13 -05:00
core Improve AVR arch detection 2017-09-23 21:36:40 -07:00
feature Patch for caselight + lcd compile issues 2017-09-23 18:12:04 -05:00
gcode Combine G-code files into fewer units 2017-09-23 18:12:04 -05:00
HAL Improve AVR arch detection 2017-09-23 21:36:40 -07:00
inc Improve AVR arch detection 2017-09-23 21:36:40 -07:00
lcd Apply LCD changes from 1.1.x 2017-09-23 21:50:44 -05:00
libs Rename SPI class to avoid conflict (good?) 2017-09-21 16:26:49 -05:00
module Improve AVR arch detection 2017-09-23 21:36:40 -07:00
pins Move endstop debug to Endstops 2017-09-21 16:27:11 -05:00
sd Add gcode.cpp, motion.*, queue.* - Apply to some G-codes. 2017-09-21 16:26:45 -05:00
Makefile Encapsulate RGB(W) LEDs 2017-09-21 16:26:46 -05:00
Marlin.cpp Clean up after refactor 2017-09-21 16:27:12 -05:00
Marlin.h Move z_endstop_adj to Endstops 2017-09-21 16:27:11 -05:00