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.
Scott Lahteine 112245ee48
More explicit EEPROM types (#17127)
4 years ago
..
STM32F4 (c) 2020 4 years ago
STM32F7 (c) 2020 4 years ago
inc More explicit EEPROM types (#17127) 4 years ago
EmulatedEeprom.cpp More explicit EEPROM types (#17127) 4 years ago
HAL.cpp (c) 2020 4 years ago
HAL.h Function-style critical section macros 4 years ago
HAL_SPI.cpp (c) 2020 4 years ago
README.md Bring STM32F4/F7 together 4 years ago
Servo.cpp (c) 2020 4 years ago
Servo.h (c) 2020 4 years ago
eeprom_emul.cpp Drop C-style 'void' argument 4 years ago
eeprom_emul.h Drop C-style 'void' argument 4 years ago
endstop_interrupts.h (c) 2020 4 years ago
fastio.h (c) 2020 4 years ago
persistent_store_eeprom.cpp Use a STR_ prefix for non-translated strings 4 years ago
pinsDebug.h (c) 2020 4 years ago
spi_pins.h (c) 2020 4 years ago
timers.h (c) 2020 4 years ago
watchdog.cpp (c) 2020 4 years ago
watchdog.h (c) 2020 4 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.