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

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.