My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Scott Lahteine 118bd2f8b2
Apply loop shorthand macros (#17159)
vor 4 Jahren
..
inc Shorter paths to HAL, ExtUI (#17156) vor 4 Jahren
HAL.cpp Shorter paths to HAL, ExtUI (#17156) vor 4 Jahren
HAL.h Shorter paths to HAL, ExtUI (#17156) vor 4 Jahren
HAL_SPI.cpp Shorter paths to HAL, ExtUI (#17156) vor 4 Jahren
README.md Shorter paths to HAL, ExtUI (#17156) vor 4 Jahren
Sd2Card_sdio_stm32duino.cpp Shorter paths to HAL, ExtUI (#17156) vor 4 Jahren
Servo.cpp Shorter paths to HAL, ExtUI (#17156) vor 4 Jahren
Servo.h Shorter paths to HAL, ExtUI (#17156) vor 4 Jahren
SoftwareSerial.cpp Shorter paths to HAL, ExtUI (#17156) vor 4 Jahren
SoftwareSerial.h Shorter paths to HAL, ExtUI (#17156) vor 4 Jahren
endstop_interrupts.h Shorter paths to HAL, ExtUI (#17156) vor 4 Jahren
fastio.cpp Apply loop shorthand macros (#17159) vor 4 Jahren
fastio.h Shorter paths to HAL, ExtUI (#17156) vor 4 Jahren
persistent_store_flash.cpp Shorter paths to HAL, ExtUI (#17156) vor 4 Jahren
persistent_store_impl.cpp Shorter paths to HAL, ExtUI (#17156) vor 4 Jahren
persistent_store_sdcard.cpp Shorter paths to HAL, ExtUI (#17156) vor 4 Jahren
pinsDebug.h Shorter paths to HAL, ExtUI (#17156) vor 4 Jahren
pinsDebug_STM32GENERIC.h Shorter paths to HAL, ExtUI (#17156) vor 4 Jahren
pinsDebug_STM32duino.h Shorter paths to HAL, ExtUI (#17156) vor 4 Jahren
pins_Xref.h Shorter paths to HAL, ExtUI (#17156) vor 4 Jahren
spi_pins.h Shorter paths to HAL, ExtUI (#17156) vor 4 Jahren
timers.cpp Shorter paths to HAL, ExtUI (#17156) vor 4 Jahren
timers.h Shorter paths to HAL, ExtUI (#17156) vor 4 Jahren
watchdog.cpp Shorter paths to HAL, ExtUI (#17156) vor 4 Jahren
watchdog.h Shorter paths to HAL, ExtUI (#17156) vor 4 Jahren

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.