My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Scott Lahteine 1fb2fffdbf General cleanup il y a 4 ans
..
STM32F4 Allow pins override of *_TIMER_NUM and HAL_*_TIMER_ISR (#18128) il y a 4 ans
STM32F7 Allow pins override of *_TIMER_NUM and HAL_*_TIMER_ISR (#18128) il y a 4 ans
inc Cleanup, comment "wired" eeproms il y a 4 ans
HAL.cpp Clean up whitespace il y a 4 ans
HAL.h Power monitor and display (#17437) il y a 4 ans
HAL_SPI.cpp Refine EEPROM types / flags (#17772) il y a 4 ans
README.md Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
Servo.cpp Clean up whitespace il y a 4 ans
Servo.h Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
eeprom_emul.cpp General cleanup il y a 4 ans
eeprom_emul.h Minimal interface for F4/F7 flash il y a 4 ans
eeprom_flash.cpp Use MARLIN_EEPROM_SIZE with E2END as fallback (#18059) il y a 4 ans
eeprom_wired.cpp Use MARLIN_EEPROM_SIZE with E2END as fallback (#18059) il y a 4 ans
endstop_interrupts.h Apply TERN to compact code (#17619) il y a 4 ans
fastio.h Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
pinsDebug.h Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
spi_pins.h Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
timers.h Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
watchdog.cpp Clean up whitespace il y a 4 ans
watchdog.h Shorter paths to HAL, ExtUI (#17156) il y a 4 ans

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.