Firmware2/Marlin/src/HAL/HAL_STM32_F4_F7
2020-01-19 23:35:07 -06:00
..
inc Refactor TMC-related macros and sanity checks (#16384) 2020-01-01 21:51:15 -06:00
STM32F4 Drop C-style 'void' argument 2019-09-16 20:31:21 -05:00
STM32F7 Fix Visual Micro "Arduino IDE for Visual Studio" support (#16418) 2020-01-02 19:01:38 -06:00
eeprom_emul.cpp Drop C-style 'void' argument 2019-09-16 20:31:21 -05:00
eeprom_emul.h Drop C-style 'void' argument 2019-09-16 20:31:21 -05:00
EmulatedEeprom.cpp Bring STM32F4/F7 together 2019-07-10 07:07:04 -05:00
endstop_interrupts.h Quad Z stepper support (#16277) 2020-01-19 23:35:07 -06:00
fastio.h Reorganize HAL (#14832) 2019-09-02 19:49:58 -05:00
HAL_SPI.cpp Drop C-style 'void' argument 2019-09-16 20:31:21 -05:00
HAL.cpp SoftwareSerialM for SKR STM32F1 boards (#15875) 2019-11-12 22:16:54 -06:00
HAL.h Update and fix DGUS (#16317) 2020-01-03 21:00:44 -06:00
persistent_store_eeprom.cpp Revert errant const 2019-09-28 23:52:54 -05:00
pinsDebug.h Bring STM32F4/F7 together 2019-07-10 07:07:04 -05:00
README.md Bring STM32F4/F7 together 2019-07-10 07:07:04 -05:00
Servo.cpp Less use of "this" 2019-09-25 09:29:58 -05:00
Servo.h Supply 'super' for servo subclasses 2019-09-25 22:07:14 -05:00
spi_pins.h Bring STM32F4/F7 together 2019-07-10 07:07:04 -05:00
timers.h Reorganize HAL (#14832) 2019-09-02 19:49:58 -05:00
watchdog.cpp Move 'draw' methods into Menu Item classes (#15760) 2019-11-02 07:28:20 -05:00
watchdog.h Watchdog cleanup (#15283) 2019-09-29 17:57: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.