My Marlin configs for Fabrikator Mini and CTC i3 Pro B
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Scott Lahteine 1fb2fffdbf General cleanup 4年前
..
STM32F4 Allow pins override of *_TIMER_NUM and HAL_*_TIMER_ISR (#18128) 4年前
STM32F7 Allow pins override of *_TIMER_NUM and HAL_*_TIMER_ISR (#18128) 4年前
inc Cleanup, comment "wired" eeproms 4年前
HAL.cpp Clean up whitespace 4年前
HAL.h Power monitor and display (#17437) 4年前
HAL_SPI.cpp Refine EEPROM types / flags (#17772) 4年前
README.md Shorter paths to HAL, ExtUI (#17156) 4年前
Servo.cpp Clean up whitespace 4年前
Servo.h Shorter paths to HAL, ExtUI (#17156) 4年前
eeprom_emul.cpp General cleanup 4年前
eeprom_emul.h Minimal interface for F4/F7 flash 4年前
eeprom_flash.cpp Use MARLIN_EEPROM_SIZE with E2END as fallback (#18059) 4年前
eeprom_wired.cpp Use MARLIN_EEPROM_SIZE with E2END as fallback (#18059) 4年前
endstop_interrupts.h Apply TERN to compact code (#17619) 4年前
fastio.h Shorter paths to HAL, ExtUI (#17156) 4年前
pinsDebug.h Shorter paths to HAL, ExtUI (#17156) 4年前
spi_pins.h Shorter paths to HAL, ExtUI (#17156) 4年前
timers.h Shorter paths to HAL, ExtUI (#17156) 4年前
watchdog.cpp Clean up whitespace 4年前
watchdog.h Shorter paths to HAL, ExtUI (#17156) 4年前

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.