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 f2d93f61c3 Revert errant const 5 years ago
..
inc HAL folder organization (#14763) 5 years ago
HAL.cpp Add M997 support for SKR PRO 1.1 (#15394) 5 years ago
HAL.h Add M997 support for SKR PRO 1.1 (#15394) 5 years ago
HAL_SPI.cpp Drop C-style 'void' argument 5 years ago
README.md STM32F7 HAL using the official STM32 Arduino Core (#11750) 6 years ago
Servo.cpp Less use of "this" 5 years ago
Servo.h Supply 'super' for servo subclasses 5 years ago
endstop_interrupts.h Drop C-style 'void' argument 5 years ago
fastio.cpp Reorganize HAL (#14832) 5 years ago
fastio.h Reorganize HAL (#14832) 5 years ago
persistent_store_impl.cpp Revert errant const 5 years ago
persistent_store_sdcard.cpp Use "mount" as card verb 5 years ago
pinsDebug.h Pins Debugging for STM32 — NEEDS TESTING (#14309) 5 years ago
pinsDebug_STM32GENERIC.h Reorganize HAL (#14832) 5 years ago
pinsDebug_STM32duino.h Spacing, defined(), #include tweaks 5 years ago
pins_Xref.h Pins Debugging for STM32 — NEEDS TESTING (#14309) 5 years ago
spi_pins.h Tweaky change from (C) to (c) 5 years ago
timers.cpp Reorganize HAL (#14832) 5 years ago
timers.h Reorganize HAL (#14832) 5 years ago
watchdog.cpp Reorganize HAL (#14832) 5 years ago
watchdog.h Reorganize HAL (#14832) 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.