My Marlin configs for Fabrikator Mini and CTC i3 Pro B
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
George Fu e593da1c23 Update and fix DGUS (#16317) 5 年前
..
STM32F4 Drop C-style 'void' argument 6 年前
STM32F7 Fix Visual Micro "Arduino IDE for Visual Studio" support (#16418) 5 年前
inc Refactor TMC-related macros and sanity checks (#16384) 5 年前
EmulatedEeprom.cpp Bring STM32F4/F7 together 6 年前
HAL.cpp SoftwareSerialM for SKR STM32F1 boards (#15875) 5 年前
HAL.h Update and fix DGUS (#16317) 5 年前
HAL_SPI.cpp Drop C-style 'void' argument 6 年前
README.md Bring STM32F4/F7 together 6 年前
Servo.cpp Less use of "this" 5 年前
Servo.h Supply 'super' for servo subclasses 5 年前
eeprom_emul.cpp Drop C-style 'void' argument 6 年前
eeprom_emul.h Drop C-style 'void' argument 6 年前
endstop_interrupts.h Drop C-style 'void' argument 6 年前
fastio.h Reorganize HAL (#14832) 6 年前
persistent_store_eeprom.cpp Revert errant const 5 年前
pinsDebug.h Bring STM32F4/F7 together 6 年前
spi_pins.h Bring STM32F4/F7 together 6 年前
timers.h Reorganize HAL (#14832) 6 年前
watchdog.cpp Move 'draw' methods into Menu Item classes (#15760) 5 年前
watchdog.h Watchdog cleanup (#15283) 5 年前

README.md

This HAL is for…

  • STM32F407 MCU with STM32Generic Arduino core by danieleff.
  • STM32F765 board “The Borg” with STM32Generic.

See the README.md files in HAL_STM32F4 and HAL_STM32F7 for the specifics of those hals.