My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Scott Lahteine 1fb2fffdbf General cleanup 4 år sedan
..
STM32F4 Allow pins override of *_TIMER_NUM and HAL_*_TIMER_ISR (#18128) 4 år sedan
STM32F7 Allow pins override of *_TIMER_NUM and HAL_*_TIMER_ISR (#18128) 4 år sedan
inc Cleanup, comment "wired" eeproms 4 år sedan
HAL.cpp Clean up whitespace 4 år sedan
HAL.h Power monitor and display (#17437) 4 år sedan
HAL_SPI.cpp Refine EEPROM types / flags (#17772) 4 år sedan
README.md Shorter paths to HAL, ExtUI (#17156) 4 år sedan
Servo.cpp Clean up whitespace 4 år sedan
Servo.h Shorter paths to HAL, ExtUI (#17156) 4 år sedan
eeprom_emul.cpp General cleanup 4 år sedan
eeprom_emul.h Minimal interface for F4/F7 flash 4 år sedan
eeprom_flash.cpp Use MARLIN_EEPROM_SIZE with E2END as fallback (#18059) 4 år sedan
eeprom_wired.cpp Use MARLIN_EEPROM_SIZE with E2END as fallback (#18059) 4 år sedan
endstop_interrupts.h Apply TERN to compact code (#17619) 4 år sedan
fastio.h Shorter paths to HAL, ExtUI (#17156) 4 år sedan
pinsDebug.h Shorter paths to HAL, ExtUI (#17156) 4 år sedan
spi_pins.h Shorter paths to HAL, ExtUI (#17156) 4 år sedan
timers.h Shorter paths to HAL, ExtUI (#17156) 4 år sedan
watchdog.cpp Clean up whitespace 4 år sedan
watchdog.h Shorter paths to HAL, ExtUI (#17156) 4 år sedan

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.