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 b3b4e6dc45
Change Marlin debug flag names to fix conflicts (#12340)
6 years ago
..
HAL.cpp Implement DELAY_NS with CYCCNT on Cortex-M7 (#12283) 6 years ago
HAL.h Change Marlin debug flag names to fix conflicts (#12340) 6 years ago
HAL_Servo_STM32.cpp STM32F7 HAL using the official STM32 Arduino Core (#11750) 6 years ago
HAL_Servo_STM32.h STM32F7 HAL using the official STM32 Arduino Core (#11750) 6 years ago
HAL_spi_STM32.cpp Use board-specific or platform SPI pins in HAL_STM32 (#12323) 6 years ago
HAL_timers_STM32.cpp Americanized English spelling 6 years ago
HAL_timers_STM32.h STM32F4xx modifications for HAL_STM32 (#12080) 6 years ago
README.md STM32F7 HAL using the official STM32 Arduino Core (#11750) 6 years ago
SanityCheck.h STM32F7 HAL using the official STM32 Arduino Core (#11750) 6 years ago
endstop_interrupts.h Clean up recent contribs 6 years ago
fastio_STM32.cpp STM32 FastIO using register access (#12276) 6 years ago
fastio_STM32.h Fix misplaced parentheses (#12284) 6 years ago
persistent_store_impl.cpp STM32F4xx modifications for HAL_STM32 (#12080) 6 years ago
pinsDebug.h STM32F7 HAL using the official STM32 Arduino Core (#11750) 6 years ago
spi_pins.h Use board-specific or platform SPI pins in HAL_STM32 (#12323) 6 years ago
watchdog_STM32.cpp Clean up recent contribs 6 years ago
watchdog_STM32.h Enable use of SERIAL_PORT_2 on HAL_STM32 (#12197) 6 years ago

README.md

Generic STM32 HAL based on the stm32duino core

This HAL is intended to act as the generic STM32 HAL for all STM32 chips (The whole F, H and L family).

Currently it supports:

  • STM32F0xx
  • STM32F1xx
  • STM32F4xx
  • STM32F7xx

Targeting the official Arduino STM32 Core.