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 cc7fbabc96 Fix HAL/STM32 FastIO for analog pins (#19735) 3 년 전
..
inc HW PWM sanity checks for SPINDLE_LASER_FREQUENCY (#18947) 3 년 전
tft TFT Refactoring (#19192) 3 년 전
HAL.cpp Minor SPI fixes, systick_callback for STM32F1 HAL compatibility (#19565) 3 년 전
HAL.h Support for Debug Codes - Dnnn (#19225) 3 년 전
HAL_SPI.cpp Minor SPI fixes, systick_callback for STM32F1 HAL compatibility (#19565) 3 년 전
MarlinSerial.cpp Fix and improve STM32F1 serial (#19464) 3 년 전
MarlinSerial.h Fix and improve STM32F1 serial (#19464) 3 년 전
README.md Shorter paths to HAL, ExtUI (#17156) 4 년 전
Sd2Card_sdio_stm32duino.cpp Support for TFT & Touch Screens (#18130) 3 년 전
Servo.cpp Fix links to secure sites (#18745) 3 년 전
Servo.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 HAL/STM32 FastIO for analog pins (#19735) 3 년 전
pinsDebug.h Fix links to secure sites (#18745) 3 년 전
pinsDebug_STM32GENERIC.h HAL and serial cleanup 3 년 전
pinsDebug_STM32duino.h Fix HAL/STM32 FastIO for analog pins (#19735) 3 년 전
pins_Xref.h Fix links to secure sites (#18745) 3 년 전
spi_pins.h Fix links to secure sites (#18745) 3 년 전
timers.cpp Update HAL/STM32 platform to 8.0 (#18496) 3 년 전
timers.h Update HAL/STM32 platform to 8.0 (#18496) 3 년 전
usb_serial.cpp Fix links to secure sites (#18745) 3 년 전
usb_serial.h Fix links to secure sites (#18745) 3 년 전
watchdog.cpp Option to prevent (extra) Watchdog init on STM32 (#19693) 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.