Firmware2/Marlin/src/HAL
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
..
HAL_AVR UBL able to generate mesh and save and load it on 32-bit platforms (#8015) 2017-10-18 14:00:29 -05:00
HAL_DUE UBL able to generate mesh and save and load it on 32-bit platforms (#8015) 2017-10-18 14:00:29 -05:00
HAL_LPC1768 UBL able to generate mesh and save and load it on 32-bit platforms (#8015) 2017-10-18 14:00:29 -05:00
HAL_STM32F1 UBL able to generate mesh and save and load it on 32-bit platforms (#8015) 2017-10-18 14:00:29 -05:00
HAL_TEENSY35_36 UBL able to generate mesh and save and load it on 32-bit platforms (#8015) 2017-10-18 14:00:29 -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 UBL able to generate mesh and save and load it on 32-bit platforms (#8015) 2017-10-18 14:00:29 -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