Marlin 2.0 for Flying Bear 4S/5
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 e7682eea42
Use Arduino.h include wrapper (#13877)
5 years ago
..
HAL.cpp Fix some spacing 5 years ago
HAL.h Use Arduino.h include wrapper (#13877) 5 years ago
HAL_Servo_STM32.cpp Update copyright in headers 5 years ago
HAL_Servo_STM32.h Update copyright in headers 5 years ago
HAL_spi_STM32.cpp Update copyright in headers 5 years ago
HAL_timers_STM32.cpp Update copyright in headers 5 years ago
HAL_timers_STM32.h Make HAL ISR macros function-like 5 years ago
README.md STM32F7 HAL using the official STM32 Arduino Core (#11750) 6 years ago
SanityCheck.h SPINDLE_LASER_ENABLE => SPINDLE_LASER_ENA 5 years ago
endstop_interrupts.h Update copyright in headers 5 years ago
fastio_STM32.cpp Update copyright in headers 5 years ago
fastio_STM32.h Fix empty HAS_TIMER macros 5 years ago
persistent_store_impl.cpp Group DISABLED items 5 years ago
pinsDebug.h STM32F7 HAL using the official STM32 Arduino Core (#11750) 6 years ago
spi_pins.h Update copyright in headers 5 years ago
watchdog_STM32.cpp Update copyright in headers 5 years ago
watchdog_STM32.h Update copyright in headers 5 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.