marlin2_i2/Marlin/src/HAL/HAL_AVR
Bob-the-Kuhn 84a11cfedc HAL compatible pinsDebug & misc
Re-ARM has been tested.  AVR has not been tested.

1) moved all cpu specific items to files in the low level HAL directory
for that CPU (pinDebug_Re-ARM.h & pinsDebug_AVR_8_bit.h

2) added pinsDebug.h to the top level directory

3) modified HAL_pinsDebug.h to select the correct support file for the
selected CPU

4) Patched sanitycheck to stop throwing false errors.  A long term
solution will be done

5) misc changes & bug fixes
arduino.cpp - included macros.h to fix a missing definition
pinmap_re-arm.h - removed a duplicated line.
pinmapping.h - changed from "ENABLED" to "defined" to fix a compile
error

======================================================================

split SanityCheck up, improve pinsDebug system

======================================================================

switch to latest pins_RAMPS_RE_ARM.h
2017-08-31 18:23:44 -05:00
..
endstop_interrupts.h Implement HAL and apply macros across code-base 2017-08-31 18:14:31 -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 Implement HAL and apply macros across code-base 2017-08-31 18:14:31 -05:00
HAL_AVR.cpp Implement HAL and apply macros across code-base 2017-08-31 18:14:31 -05:00
HAL_AVR.h Implement HAL and apply macros across code-base 2017-08-31 18:14:31 -05:00
HAL_pinsDebug_AVR.h Implement HAL and apply macros across code-base 2017-08-31 18:14:31 -05:00
HAL_spi_AVR.cpp Implement HAL and apply macros across code-base 2017-08-31 18:14:31 -05:00
MarlinSerial.cpp Implement HAL and apply macros across code-base 2017-08-31 18:14:31 -05:00
MarlinSerial.h Implement HAL and apply macros across code-base 2017-08-31 18:14:31 -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 SPI API platform implementation stubs 2017-08-31 18:23:44 -05:00
pinsDebug_AVR_8_bit.h HAL compatible pinsDebug & misc 2017-08-31 18:23:44 -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 Implement HAL and apply macros across code-base 2017-08-31 18:14:31 -05:00
ServoTimers.h Implement HAL and apply macros across code-base 2017-08-31 18:14:31 -05:00
spi_impl.cpp SPI API platform implementation stubs 2017-08-31 18:23:44 -05:00
spi_pins.h SPI API platform implementation stubs 2017-08-31 18:23:44 -05:00
watchdog_AVR.cpp Implement HAL and apply macros across code-base 2017-08-31 18:14:31 -05:00
watchdog_AVR.h Implement HAL and apply macros across code-base 2017-08-31 18:14:31 -05:00