Marlin_Firmware/Marlin/src/HAL/STM32_F4_F7
2020-05-22 02:15:40 -05:00
..
inc Cleanup, comment "wired" eeproms 2020-04-30 18:00:42 -05:00
STM32F4 Clean up whitespace 2020-04-28 07:53:04 -05:00
STM32F7 Clean up whitespace 2020-04-28 07:53:04 -05:00
eeprom_emul.cpp Minimal interface for F4/F7 flash 2020-04-30 18:00:42 -05:00
eeprom_emul.h Minimal interface for F4/F7 flash 2020-04-30 18:00:42 -05:00
eeprom_flash.cpp Use MARLIN_EEPROM_SIZE with E2END as fallback (#18059) 2020-05-22 02:15:40 -05:00
eeprom_wired.cpp Use MARLIN_EEPROM_SIZE with E2END as fallback (#18059) 2020-05-22 02:15:40 -05:00
endstop_interrupts.h Apply TERN to compact code (#17619) 2020-04-22 16:35:03 -05:00
fastio.h Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -05:00
HAL_SPI.cpp Refine EEPROM types / flags (#17772) 2020-04-29 14:46:33 -05:00
HAL.cpp Clean up whitespace 2020-04-28 07:53:04 -05:00
HAL.h Refine EEPROM types / flags (#17772) 2020-04-29 14:46:33 -05:00
pinsDebug.h Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -05:00
README.md Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -05:00
Servo.cpp Clean up whitespace 2020-04-28 07:53:04 -05:00
Servo.h Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -05:00
spi_pins.h Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -05:00
timers.h Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -05:00
watchdog.cpp Clean up whitespace 2020-04-28 07:53:04 -05:00
watchdog.h Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -05:00

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.