My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Diego von Deschwanden 42fbd527f3
Fix links to secure sites (#18745)
3 år sedan
..
inc Fix links to secure sites (#18745) 3 år sedan
HAL.cpp Fix links to secure sites (#18745) 3 år sedan
HAL.h Fix links to secure sites (#18745) 3 år sedan
HAL_SPI.cpp Fix links to secure sites (#18745) 3 år sedan
MarlinSerial.cpp Fix links to secure sites (#18745) 3 år sedan
MarlinSerial.h Fix links to secure sites (#18745) 3 år sedan
README.md Shorter paths to HAL, ExtUI (#17156) 4 år sedan
Sd2Card_sdio_stm32duino.cpp Fix links to secure sites (#18745) 3 år sedan
Servo.cpp Fix links to secure sites (#18745) 3 år sedan
Servo.h Fix links to secure sites (#18745) 3 år sedan
SoftwareSerial.cpp Fix links to secure sites (#18745) 3 år sedan
SoftwareSerial.h Fix links to secure sites (#18745) 3 år sedan
eeprom_flash.cpp Fix links to secure sites (#18745) 3 år sedan
eeprom_sdcard.cpp Fix links to secure sites (#18745) 3 år sedan
eeprom_sram.cpp Fix links to secure sites (#18745) 3 år sedan
eeprom_wired.cpp Fix links to secure sites (#18745) 3 år sedan
endstop_interrupts.h Fix links to secure sites (#18745) 3 år sedan
fastio.cpp Fix links to secure sites (#18745) 3 år sedan
fastio.h Fix links to secure sites (#18745) 3 år sedan
pinsDebug.h Fix links to secure sites (#18745) 3 år sedan
pinsDebug_STM32GENERIC.h Fix links to secure sites (#18745) 3 år sedan
pinsDebug_STM32duino.h Fix links to secure sites (#18745) 3 år sedan
pins_Xref.h Fix links to secure sites (#18745) 3 år sedan
spi_pins.h Fix links to secure sites (#18745) 3 år sedan
timers.cpp Fix links to secure sites (#18745) 3 år sedan
timers.h Fix links to secure sites (#18745) 3 år sedan
usb_serial.cpp Fix links to secure sites (#18745) 3 år sedan
usb_serial.h Fix links to secure sites (#18745) 3 år sedan
watchdog.cpp Fix links to secure sites (#18745) 3 år sedan
watchdog.h Fix links to secure sites (#18745) 3 år sedan

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.