Firmware2/Marlin/src/HAL/HAL_AVR
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
..
endstop_interrupts.h HAL updates 2017-09-21 15:52:17 -05:00
fastio_168.h Implement HAL and apply macros across code-base 2017-08-31 18:14:31 -05:00
fastio_644.h Implement HAL and apply macros across code-base 2017-08-31 18:14:31 -05:00
fastio_1280.h Implement HAL and apply macros across code-base 2017-08-31 18:14:31 -05:00
fastio_1281.h Implement HAL and apply macros across code-base 2017-08-31 18:14:31 -05:00
fastio_AT90USB.h Implement HAL and apply macros across code-base 2017-08-31 18:14:31 -05:00
fastio_AVR.h HAL updates 2017-09-21 15:52:17 -05:00
HAL_AVR.cpp Improve AVR arch detection 2017-09-23 21:36:40 -07:00
HAL_AVR.h Improve AVR arch detection 2017-09-23 21:36:40 -07:00
HAL_pinsDebug_AVR.h Move endstop debug to Endstops 2017-09-21 16:27:11 -05:00
HAL_spi_AVR.cpp Improve AVR arch detection 2017-09-23 21:36:40 -07:00
MarlinSerial.cpp Improve AVR arch detection 2017-09-23 21:36:40 -07:00
MarlinSerial.h HAL updates 2017-09-21 15:52:17 -05:00
math_AVR.h Implement HAL and apply macros across code-base 2017-08-31 18:14:31 -05:00
persistent_store_impl.cpp Improve AVR arch detection 2017-09-23 21:36:40 -07:00
pinsDebug_AVR_8_bit.h HAL updates 2017-09-21 15:52:17 -05:00
pinsDebug_plus_70.h Implement HAL and apply macros across code-base 2017-08-31 18:14:31 -05:00
pinsDebug_Teensyduino.h HAL compatible pinsDebug & misc 2017-08-31 18:23:44 -05:00
SanityCheck_AVR_8_bit.h HAL compatible pinsDebug & misc 2017-08-31 18:23:44 -05:00
servo_AVR.cpp Improve AVR arch detection 2017-09-23 21:36:40 -07:00
ServoTimers.h Implement HAL and apply macros across code-base 2017-08-31 18:14:31 -05:00
spi_pins.h Match the license headers in other files 2017-08-31 18:31:07 -05:00
watchdog_AVR.cpp Improve AVR arch detection 2017-09-23 21:36:40 -07:00
watchdog_AVR.h Clean up some HAL code 2017-08-31 18:36:53 -05:00