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.
InsanityAutomation 0fcf2b1110 Quad Z stepper support (#16277) 4 years ago
..
inc HAL folder organization (#14763) 4 years ago
HAL.cpp Fix typo 4 years ago
HAL.h Update and fix DGUS (#16317) 4 years ago
HAL_SPI.cpp STM32 soft SPI. STEVAL_3DP001V1 SD read. M906 tweaks. (#16579) 4 years ago
README.md STM32F7 HAL using the official STM32 Arduino Core (#11750) 5 years ago
Servo.cpp Fix multiple servos with STM32 (#16151) 4 years ago
Servo.h Fix multiple servos with STM32 (#16151) 4 years ago
SoftwareSerial.cpp Fix HAL_STM32 + Arduino IDE SoftwareSerial conflict (#16266) 4 years ago
SoftwareSerial.h New HardwareTimer for STM32 5.7.0 (#15655) 4 years ago
endstop_interrupts.h Quad Z stepper support (#16277) 4 years ago
fastio.cpp Reorganize HAL (#14832) 4 years ago
fastio.h Reorganize HAL (#14832) 4 years ago
persistent_store_flash.cpp Flash leveling (for some STM32) (#16174) 4 years ago
persistent_store_impl.cpp Flash leveling (for some STM32) (#16174) 4 years ago
persistent_store_sdcard.cpp Use "mount" as card verb 4 years ago
pinsDebug.h Pins Debugging for STM32 — NEEDS TESTING (#14309) 4 years ago
pinsDebug_STM32GENERIC.h Reorganize HAL (#14832) 4 years ago
pinsDebug_STM32duino.h Spacing, defined(), #include tweaks 4 years ago
pins_Xref.h Pins Debugging for STM32 — NEEDS TESTING (#14309) 4 years ago
spi_pins.h Tweaky change from (C) to (c) 5 years ago
timers.cpp SoftwareSerialM for SKR STM32F1 boards (#15875) 4 years ago
timers.h Steval_3DP001V1 timers, analog inputs, etc. (#16565) 4 years ago
watchdog.cpp Watchdog cleanup (#15283) 4 years ago
watchdog.h Watchdog cleanup (#15283) 4 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.