Firmware2/Marlin/src/HAL
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
..
HAL_AVR General fixes for LPC1768 (#7834) 2017-10-04 15:40:54 -05:00
HAL_DUE HAL whitespace and style cleanup 2017-09-27 10:55:36 -05:00
HAL_LPC1768 General fixes for LPC1768 (#7834) 2017-10-04 15:40:54 -05:00
HAL_STM32F1 STM32F1 HAL 2017-09-27 11:20:10 -05:00
HAL_TEENSY35_36 HAL whitespace and style cleanup 2017-09-27 10:55:36 -05:00
HAL_endstop_interrupts.h Improve AVR arch detection 2017-09-23 21:36:40 -07:00
HAL_pinsDebug.h Improve AVR arch detection 2017-09-23 21:36:40 -07:00
HAL_SanityCheck.h STM32F1 HAL 2017-09-27 11:20:10 -05:00
HAL_spi_pins.h STM32F1 HAL 2017-09-27 11:20:10 -05:00
HAL.h General fixes for LPC1768 (#7834) 2017-10-04 15:40:54 -05:00
I2cEeprom.cpp HAL updates 2017-09-21 15:52:17 -05:00
math_32bit.h HAL updates 2017-09-21 15:52:17 -05:00
persistent_store_api.h HAL updates 2017-09-21 15:52:17 -05:00
servo_private.h Improve AVR arch detection 2017-09-23 21:36:40 -07:00
servo.cpp HAL updates 2017-09-21 15:52:17 -05:00
servo.h Improve AVR arch detection 2017-09-23 21:36:40 -07:00
SpiEeprom.cpp HAL updates 2017-09-21 15:52:17 -05:00