marlin2_a10m/Marlin/src
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
..
config Add XON/XOFF options to example configs 2017-10-02 04:05:49 -05:00
core Add serial XON/XOFF handshaking 2017-10-02 04:12:30 -05:00
feature Remove extra auto_current_control call 2017-10-02 23:32:05 -05:00
gcode Add serial XON/XOFF handshaking 2017-10-02 04:12:30 -05:00
HAL General fixes for LPC1768 (#7834) 2017-10-04 15:40:54 -05:00
inc Spacing adjustments 2017-10-01 21:58:50 -05:00
lcd General fixes for LPC1768 (#7834) 2017-10-04 15:40:54 -05:00
libs Cleanup warnings 2017-09-30 16:47:17 -05:00
module General fixes for LPC1768 (#7834) 2017-10-04 15:40:54 -05:00
pins Spacing adjustments 2017-10-01 21:58:50 -05:00
sd Cleanup warnings 2017-09-30 16:47:17 -05:00
Makefile Encapsulate RGB(W) LEDs 2017-09-21 16:26:46 -05:00
Marlin.cpp General fixes for LPC1768 (#7834) 2017-10-04 15:40:54 -05:00
Marlin.h Fixes for Anet10 and gt2560 2017-09-27 07:34:02 -05:00