muele-marlin/Marlin/src/HAL/HAL_DUE
Roxy-3D 572cf0ec95 UBL able to generate mesh and save and load it on 32-bit platforms (#8015)
* Get UBL Mesh Generation, Mesh Save & Mesh Load working with 32-Bit platforms

* clean up read_data() and write_data() for non-LPC1768 HAL's

* Get read_data() and write_data() return codes consistent

All HAL's read_data() and write_data() return false if they succeed.

* Get read_data() and write_data() return codes to be consistent

Make read_data() and write_data() return true if an error happens.

* Say UBL is now checked out on machine types in default Configuration.h file.
2017-10-18 14:00:29 -05:00
..
endstop_interrupts.h HAL for DUE architecture 2017-08-31 18:15:07 -05:00
fastio_Due.h Clean up some HAL code 2017-08-31 18:36:53 -05:00
HAL_Due.cpp HAL whitespace and style cleanup 2017-09-27 10:55:36 -05:00
HAL_Due.h HAL whitespace and style cleanup 2017-09-27 10:55:36 -05:00
HAL_spi_Due.cpp HAL whitespace and style cleanup 2017-09-27 10:55:36 -05:00
HAL_timers_Due.cpp Clean up some HAL code 2017-08-31 18:36:53 -05:00
HAL_timers_Due.h Apply fixes for DUE 2017-10-07 14:31:18 -05:00
persistent_store_impl.cpp UBL able to generate mesh and save and load it on 32-bit platforms (#8015) 2017-10-18 14:00:29 -05:00
SanityCheck_Due.h HAL compatible pinsDebug & misc 2017-08-31 18:23:44 -05:00
Servo_Due.cpp HAL updates 2017-09-21 15:52:17 -05:00
servotimers.h HAL for DUE architecture 2017-08-31 18:15:07 -05:00
spi_pins.h Match the license headers in other files 2017-08-31 18:31:07 -05:00
watchdog_Due.cpp HAL whitespace and style cleanup 2017-09-27 10:55:36 -05:00
watchdog_Due.h HAL updates 2017-09-21 15:52:17 -05:00