Firmware2/Marlin/src/module
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
..
thermistor Module updates 2017-09-21 16:26:42 -05:00
configuration_store.cpp Fix compiler warning 2017-09-23 15:31:51 +02:00
configuration_store.h Module updates 2017-09-21 16:26:42 -05:00
delta.cpp Improve AVR arch detection 2017-09-23 21:36:40 -07:00
delta.h Improve AVR arch detection 2017-09-23 21:36:40 -07:00
endstops.cpp Move z_endstop_adj to Endstops 2017-09-21 16:27:11 -05:00
endstops.h Move z_endstop_adj to Endstops 2017-09-21 16:27:11 -05:00
motion.cpp Move z_endstop_adj to Endstops 2017-09-21 16:27:11 -05:00
motion.h Consolidate "bedlevel" code 2017-09-21 16:26:47 -05:00
planner_bezier.cpp Add gcode.cpp, motion.*, queue.* - Apply to some G-codes. 2017-09-21 16:26:45 -05:00
planner_bezier.h Module updates 2017-09-21 16:26:42 -05:00
planner.cpp Move Volumetric methods to Planner 2017-09-21 16:27:11 -05:00
planner.h Move Volumetric methods to Planner 2017-09-21 16:27:11 -05:00
printcounter.cpp Consolidate PrintCounter 2017-09-21 16:26:48 -05:00
printcounter.h Consolidate PrintCounter 2017-09-21 16:26:48 -05:00
probe.cpp Move LPC1768 framework out of Marlin source folder 2017-09-23 16:59:31 -05:00
probe.h Consolidate "bedlevel" code 2017-09-21 16:26:47 -05:00
scara.cpp Consolidate "bedlevel" code 2017-09-21 16:26:47 -05:00
scara.h Consolidate "bedlevel" code 2017-09-21 16:26:47 -05:00
speed_lookuptable.h Module updates 2017-09-21 16:26:42 -05:00
stepper_indirection.cpp Fix L6470 init and options 2017-09-21 16:26:43 -05:00
stepper_indirection.h Module updates 2017-09-21 16:26:42 -05:00
stepper.cpp Improve AVR arch detection 2017-09-23 21:36:40 -07:00
stepper.h Improve AVR arch detection 2017-09-23 21:36:40 -07:00
temperature.cpp Improve AVR arch detection 2017-09-23 21:36:40 -07:00
temperature.h Move M155 to cpp, auto-report to Temperature 2017-09-21 16:26:56 -05:00
tool_change.cpp Move T (tool change) to cpp 2017-09-21 16:27:10 -05:00
tool_change.h Move T (tool change) to cpp 2017-09-21 16:27:10 -05:00