marlin2_i2/Marlin/src/HAL
2017-12-21 02:42:46 -03:00
..
HAL_AVR Change some hex case 2017-12-15 15:47:22 -06:00
HAL_DUE Adding USB MSD implementation to the HAL: Now, when you plug the Native USB port of the Arduino DUE to your PC, it will be detected as a composite USB device: One of the devices is a USB CDC (Serial port over USB) with native USB handshake (no more overflows!!) (set SERIAL_PORT to -1 to use it as main serial port) and also, a MSD (USB Mass Storage Device) will be detected, and the SD card present on the socket will be reflected as a Removable disk on your PC) 2017-12-21 02:42:46 -03:00
HAL_LPC1768 Fix SDSUPPORT for MKS SBASE 2017-12-17 03:05:33 -06:00
HAL_STM32F1 Changes to STM32F1 HAL (#8833) 2017-12-20 16:16:36 -06:00
HAL_TEENSY35_36 Change some hex case 2017-12-15 15:47:22 -06:00
HAL.h 32-bit unless… 2017-11-19 15:43:38 -06:00
HAL_endstop_interrupts.h Improve AVR arch detection 2017-09-23 21:36:40 -07:00
HAL_LCD_defines.h AVR RRD works 2017-11-07 18:40:29 -06:00
HAL_pinsDebug.h Make LPC1768 pinmapping not specific to Re-ARM (#8063) 2017-10-26 13:37:26 -05: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
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.cpp HAL updates 2017-09-21 15:52:17 -05:00
servo.h Apply some formatting 2017-11-18 03:12:30 -06:00
servo_private.h Apply some formatting 2017-11-18 03:12:30 -06:00
SPI.h Dependency adjustments 2017-11-19 15:43:38 -06:00
SpiEeprom.cpp Use fastio for HAL SPI EEPROM 2017-11-05 19:20:03 -06:00