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 bc688f27dc Clean up after changes il y a 4 ans
..
inc Fix links to secure sites (#18745) il y a 4 ans
HAL.cpp Clean up after changes il y a 4 ans
HAL.h Fix links to secure sites (#18745) il y a 4 ans
HAL_SPI.cpp Fix links to secure sites (#18745) il y a 4 ans
MarlinSerial.cpp Fix links to secure sites (#18745) il y a 4 ans
MarlinSerial.h Fix links to secure sites (#18745) il y a 4 ans
README.md Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
Sd2Card_sdio_stm32duino.cpp Clean up after changes il y a 4 ans
Servo.cpp Fix links to secure sites (#18745) il y a 4 ans
Servo.h Fix links to secure sites (#18745) il y a 4 ans
SoftwareSerial.cpp Fix links to secure sites (#18745) il y a 4 ans
SoftwareSerial.h Fix links to secure sites (#18745) il y a 4 ans
eeprom_flash.cpp Fix links to secure sites (#18745) il y a 4 ans
eeprom_sdcard.cpp Fix links to secure sites (#18745) il y a 4 ans
eeprom_sram.cpp Fix links to secure sites (#18745) il y a 4 ans
eeprom_wired.cpp Fix links to secure sites (#18745) il y a 4 ans
endstop_interrupts.h Fix links to secure sites (#18745) il y a 4 ans
fastio.cpp Fix links to secure sites (#18745) il y a 4 ans
fastio.h Clean up after changes il y a 4 ans
pinsDebug.h Fix links to secure sites (#18745) il y a 4 ans
pinsDebug_STM32GENERIC.h Fix links to secure sites (#18745) il y a 4 ans
pinsDebug_STM32duino.h Fix links to secure sites (#18745) il y a 4 ans
pins_Xref.h Fix links to secure sites (#18745) il y a 4 ans
spi_pins.h Fix links to secure sites (#18745) il y a 4 ans
timers.cpp Fix links to secure sites (#18745) il y a 4 ans
timers.h Fix links to secure sites (#18745) il y a 4 ans
usb_serial.cpp Fix links to secure sites (#18745) il y a 4 ans
usb_serial.h Fix links to secure sites (#18745) il y a 4 ans
watchdog.cpp Fix links to secure sites (#18745) il y a 4 ans
watchdog.h Fix links to secure sites (#18745) 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.