My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Scott Lahteine 118bd2f8b2
Apply loop shorthand macros (#17159)
4 anos atrás
..
inc Shorter paths to HAL, ExtUI (#17156) 4 anos atrás
HAL.cpp Shorter paths to HAL, ExtUI (#17156) 4 anos atrás
HAL.h Shorter paths to HAL, ExtUI (#17156) 4 anos atrás
HAL_SPI.cpp Shorter paths to HAL, ExtUI (#17156) 4 anos atrás
README.md Shorter paths to HAL, ExtUI (#17156) 4 anos atrás
Sd2Card_sdio_stm32duino.cpp Shorter paths to HAL, ExtUI (#17156) 4 anos atrás
Servo.cpp Shorter paths to HAL, ExtUI (#17156) 4 anos atrás
Servo.h Shorter paths to HAL, ExtUI (#17156) 4 anos atrás
SoftwareSerial.cpp Shorter paths to HAL, ExtUI (#17156) 4 anos atrás
SoftwareSerial.h Shorter paths to HAL, ExtUI (#17156) 4 anos atrás
endstop_interrupts.h Shorter paths to HAL, ExtUI (#17156) 4 anos atrás
fastio.cpp Apply loop shorthand macros (#17159) 4 anos atrás
fastio.h Shorter paths to HAL, ExtUI (#17156) 4 anos atrás
persistent_store_flash.cpp Shorter paths to HAL, ExtUI (#17156) 4 anos atrás
persistent_store_impl.cpp Shorter paths to HAL, ExtUI (#17156) 4 anos atrás
persistent_store_sdcard.cpp Shorter paths to HAL, ExtUI (#17156) 4 anos atrás
pinsDebug.h Shorter paths to HAL, ExtUI (#17156) 4 anos atrás
pinsDebug_STM32GENERIC.h Shorter paths to HAL, ExtUI (#17156) 4 anos atrás
pinsDebug_STM32duino.h Shorter paths to HAL, ExtUI (#17156) 4 anos atrás
pins_Xref.h Shorter paths to HAL, ExtUI (#17156) 4 anos atrás
spi_pins.h Shorter paths to HAL, ExtUI (#17156) 4 anos atrás
timers.cpp Shorter paths to HAL, ExtUI (#17156) 4 anos atrás
timers.h Shorter paths to HAL, ExtUI (#17156) 4 anos atrás
watchdog.cpp Shorter paths to HAL, ExtUI (#17156) 4 anos atrás
watchdog.h Shorter paths to HAL, ExtUI (#17156) 4 anos atrás

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.