mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-12-14 22:41:35 +00:00
572cf0ec95
* 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. |
||
---|---|---|
.. | ||
HAL_AVR | ||
HAL_DUE | ||
HAL_LPC1768 | ||
HAL_STM32F1 | ||
HAL_TEENSY35_36 | ||
HAL_endstop_interrupts.h | ||
HAL_pinsDebug.h | ||
HAL_SanityCheck.h | ||
HAL_spi_pins.h | ||
HAL.h | ||
I2cEeprom.cpp | ||
math_32bit.h | ||
persistent_store_api.h | ||
servo_private.h | ||
servo.cpp | ||
servo.h | ||
SpiEeprom.cpp |