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.
LinFor a84e3d1b80 Use native ADC resolution where possible (#15719) 5 years ago
..
STM32F4 Drop C-style 'void' argument 5 years ago
STM32F7 Drop C-style 'void' argument 5 years ago
inc HAL folder organization (#14763) 6 years ago
EmulatedEeprom.cpp Bring STM32F4/F7 together 6 years ago
HAL.cpp Drop C-style 'void' argument 5 years ago
HAL.h Use native ADC resolution where possible (#15719) 5 years ago
HAL_SPI.cpp Drop C-style 'void' argument 5 years ago
README.md Bring STM32F4/F7 together 6 years ago
Servo.cpp Less use of "this" 5 years ago
Servo.h Supply 'super' for servo subclasses 5 years ago
eeprom_emul.cpp Drop C-style 'void' argument 5 years ago
eeprom_emul.h Drop C-style 'void' argument 5 years ago
endstop_interrupts.h Drop C-style 'void' argument 5 years ago
fastio.h Reorganize HAL (#14832) 5 years ago
persistent_store_eeprom.cpp Revert errant const 5 years ago
pinsDebug.h Bring STM32F4/F7 together 6 years ago
spi_pins.h Bring STM32F4/F7 together 6 years ago
timers.h Reorganize HAL (#14832) 5 years ago
watchdog.cpp Move 'draw' methods into Menu Item classes (#15760) 5 years ago
watchdog.h Watchdog cleanup (#15283) 5 years ago

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.