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 d029a09810 Minor HAL cleanup il y a 4 ans
..
inc QSPI EEPROM for SAMD51 (#17292) il y a 4 ans
HAL.cpp Fix an unused var warning il y a 4 ans
HAL.h Fix an unused var warning 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 Minor HAL cleanup il y a 4 ans
eeprom_flash.cpp QSPI EEPROM for SAMD51 (#17292) il y a 4 ans
eeprom_impl.cpp QSPI EEPROM for SAMD51 (#17292) il y a 4 ans
eeprom_sdcard.cpp QSPI EEPROM for SAMD51 (#17292) 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
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.