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.
Serhiy-K bd196e7efc Fixes for TFTGLCD Panel, FastIO (#19614) 3 years ago
..
inc HW PWM sanity checks for SPINDLE_LASER_FREQUENCY (#18947) 3 years ago
tft TFT Refactoring (#19192) 3 years ago
HAL.cpp Minor SPI fixes, systick_callback for STM32F1 HAL compatibility (#19565) 3 years ago
HAL.h Support for Debug Codes - Dnnn (#19225) 3 years ago
HAL_SPI.cpp Minor SPI fixes, systick_callback for STM32F1 HAL compatibility (#19565) 3 years ago
MarlinSerial.cpp Fix and improve STM32F1 serial (#19464) 3 years ago
MarlinSerial.h Fix and improve STM32F1 serial (#19464) 3 years ago
README.md Shorter paths to HAL, ExtUI (#17156) 4 years ago
Sd2Card_sdio_stm32duino.cpp Support for TFT & Touch Screens (#18130) 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
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 Fixes for TFTGLCD Panel, FastIO (#19614) 3 years ago
pinsDebug.h Fix links to secure sites (#18745) 3 years ago
pinsDebug_STM32GENERIC.h HAL and serial cleanup 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 Update HAL/STM32 platform to 8.0 (#18496) 3 years ago
timers.h Update HAL/STM32 platform to 8.0 (#18496) 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 Option to prevent (extra) Watchdog init on STM32 (#19693) 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.