My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Scott Lahteine d7d80418ae
Singleton for cutting tools (#14429)
il y a 5 ans
..
HAL.cpp Fix some spacing il y a 5 ans
HAL.h Init servo pins in HAL_init (#14425) il y a 5 ans
HAL_Servo_STM32.cpp Fysetc AIO II / Cheetah STM32F1 (#14407) il y a 5 ans
HAL_Servo_STM32.h Update copyright in headers il y a 5 ans
HAL_spi_STM32.cpp Use OUT_WRITE in SPI pin init il y a 5 ans
HAL_timers_STM32.cpp Update copyright in headers il y a 5 ans
HAL_timers_STM32.h Fysetc AIO II / Cheetah STM32F1 (#14407) il y a 5 ans
README.md STM32F7 HAL using the official STM32 Arduino Core (#11750) il y a 5 ans
SanityCheck.h Singleton for cutting tools (#14429) il y a 5 ans
endstop_interrupts.h Update copyright in headers il y a 5 ans
fastio_STM32.cpp Update copyright in headers il y a 5 ans
fastio_STM32.h Clean up HALs / FastIO (#14082) il y a 5 ans
persistent_store_impl.cpp Group DISABLED items il y a 5 ans
pinsDebug.h Tweak Marlin headers, comments il y a 5 ans
spi_pins.h Update copyright in headers il y a 5 ans
watchdog_STM32.cpp Update copyright in headers il y a 5 ans
watchdog_STM32.h Update copyright in headers il y a 5 ans

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.