My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Diego von Deschwanden 42fbd527f3
Fix links to secure sites (#18745)
3 年之前
..
inc Fix links to secure sites (#18745) 3 年之前
HAL.cpp Fix links to secure sites (#18745) 3 年之前
HAL.h Fix links to secure sites (#18745) 3 年之前
HAL_SPI.cpp Fix links to secure sites (#18745) 3 年之前
MarlinSerial.cpp Fix links to secure sites (#18745) 3 年之前
MarlinSerial.h Fix links to secure sites (#18745) 3 年之前
README.md Shorter paths to HAL, ExtUI (#17156) 4 年之前
Sd2Card_sdio_stm32duino.cpp Fix links to secure sites (#18745) 3 年之前
Servo.cpp Fix links to secure sites (#18745) 3 年之前
Servo.h Fix links to secure sites (#18745) 3 年之前
SoftwareSerial.cpp Fix links to secure sites (#18745) 3 年之前
SoftwareSerial.h Fix links to secure sites (#18745) 3 年之前
eeprom_flash.cpp Fix links to secure sites (#18745) 3 年之前
eeprom_sdcard.cpp Fix links to secure sites (#18745) 3 年之前
eeprom_sram.cpp Fix links to secure sites (#18745) 3 年之前
eeprom_wired.cpp Fix links to secure sites (#18745) 3 年之前
endstop_interrupts.h Fix links to secure sites (#18745) 3 年之前
fastio.cpp Fix links to secure sites (#18745) 3 年之前
fastio.h Fix links to secure sites (#18745) 3 年之前
pinsDebug.h Fix links to secure sites (#18745) 3 年之前
pinsDebug_STM32GENERIC.h Fix links to secure sites (#18745) 3 年之前
pinsDebug_STM32duino.h Fix links to secure sites (#18745) 3 年之前
pins_Xref.h Fix links to secure sites (#18745) 3 年之前
spi_pins.h Fix links to secure sites (#18745) 3 年之前
timers.cpp Fix links to secure sites (#18745) 3 年之前
timers.h Fix links to secure sites (#18745) 3 年之前
usb_serial.cpp Fix links to secure sites (#18745) 3 年之前
usb_serial.h Fix links to secure sites (#18745) 3 年之前
watchdog.cpp Fix links to secure sites (#18745) 3 年之前
watchdog.h Fix links to secure sites (#18745) 3 年之前

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.