My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
etagle 33a6fc70e4 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) 7 年之前
..
HAL_AVR Change some hex case 7 年之前
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) 7 年之前
HAL_LPC1768 Fix SDSUPPORT for MKS SBASE 7 年之前
HAL_STM32F1 Changes to STM32F1 HAL (#8833) 7 年之前
HAL_TEENSY35_36 Change some hex case 7 年之前
HAL.h 32-bit unless… 7 年之前
HAL_LCD_defines.h AVR RRD works 7 年之前
HAL_SanityCheck.h STM32F1 HAL 8 年之前
HAL_endstop_interrupts.h Improve AVR arch detection 8 年之前
HAL_pinsDebug.h Make LPC1768 pinmapping not specific to Re-ARM (#8063) 7 年之前
HAL_spi_pins.h STM32F1 HAL 8 年之前
I2cEeprom.cpp HAL updates 8 年之前
SPI.h Dependency adjustments 7 年之前
SpiEeprom.cpp Use fastio for HAL SPI EEPROM 7 年之前
math_32bit.h HAL updates 8 年之前
persistent_store_api.h UBL able to generate mesh and save and load it on 32-bit platforms (#8015) 7 年之前
servo.cpp HAL updates 8 年之前
servo.h Apply some formatting 7 年之前
servo_private.h Apply some formatting 7 年之前