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 118bd2f8b2
Apply loop shorthand macros (#17159)
il y a 4 ans
..
inc Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
HAL.cpp Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
HAL.h Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
HAL_SPI.cpp Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
README.md Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
Sd2Card_sdio_stm32duino.cpp Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
Servo.cpp Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
Servo.h Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
SoftwareSerial.cpp Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
SoftwareSerial.h Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
endstop_interrupts.h Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
fastio.cpp Apply loop shorthand macros (#17159) il y a 4 ans
fastio.h Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
persistent_store_flash.cpp Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
persistent_store_impl.cpp Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
persistent_store_sdcard.cpp Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
pinsDebug.h Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
pinsDebug_STM32GENERIC.h Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
pinsDebug_STM32duino.h Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
pins_Xref.h Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
spi_pins.h Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
timers.cpp Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
timers.h Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
watchdog.cpp Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
watchdog.h Shorter paths to HAL, ExtUI (#17156) il y a 4 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.