Firmware2/Marlin/src/HAL/HAL_AVR
Chris Pepper 46b2773e13 General fixes for LPC1768 (#7834)
* fixed some include paths

* LPC1768: Fix Serial API

Add missing serial methods used if TX_BUFFER_SIZE is set
Change return value of HalSerial:read to match Arduino API

* LPC1768: add filters to ADC

This is to try and compensate for hardware issue and oversensitivity to noise

* LPC1768: remove the polling section of delayMicroseconds

* LPC1768: lock usb mass storage device while device accesses it.

Currently only applicable to persistent store,
The device always has priority and will unmount the sd card from the host, Windows then tries to automount again so it can look like the explorer window freezes. Linux Mint, by default, just closes the Nemo window.

* Add timeout to make sure if Serial never connects that Marlin still boots

* Remove unneeded ifdef CPU_32_BIT

In general the need for ifdef CPU_32_BIT blocks means that something is missing from the HAL API or a Platform, in this case HAL_TICKS_PER_US was missing from the AVR Platform

* LPC1768: relocate RE-ARM debug_extra_script.py
2017-10-04 15:40:54 -05: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 HAL whitespace and style cleanup 2017-09-27 10:55:36 -05:00
HAL_AVR.h General fixes for LPC1768 (#7834) 2017-10-04 15:40:54 -05:00
HAL_pinsDebug_AVR.h Move endstop debug to Endstops 2017-09-21 16:27:11 -05:00
HAL_spi_AVR.cpp HAL whitespace and style cleanup 2017-09-27 10:55:36 -05:00
MarlinSerial.cpp Fix xon_xoff_state initialization 2017-10-04 12:11:56 -05:00
MarlinSerial.h Add serial XON/XOFF handshaking 2017-10-02 04:12:30 -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 whitespace and style cleanup 2017-09-27 10:55:36 -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