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.
Victor Oliveira aae644c507 Option to prevent (extra) Watchdog init on STM32 (#19693) hace 3 años
..
inc HW PWM sanity checks for SPINDLE_LASER_FREQUENCY (#18947) hace 3 años
tft TFT Refactoring (#19192) hace 3 años
HAL.cpp Minor SPI fixes, systick_callback for STM32F1 HAL compatibility (#19565) hace 3 años
HAL.h Support for Debug Codes - Dnnn (#19225) hace 3 años
HAL_SPI.cpp Minor SPI fixes, systick_callback for STM32F1 HAL compatibility (#19565) hace 3 años
MarlinSerial.cpp Fix and improve STM32F1 serial (#19464) hace 3 años
MarlinSerial.h Fix and improve STM32F1 serial (#19464) hace 3 años
README.md Shorter paths to HAL, ExtUI (#17156) hace 4 años
Sd2Card_sdio_stm32duino.cpp Support for TFT & Touch Screens (#18130) hace 3 años
Servo.cpp Fix links to secure sites (#18745) hace 3 años
Servo.h Fix links to secure sites (#18745) hace 3 años
eeprom_flash.cpp Fix links to secure sites (#18745) hace 3 años
eeprom_sdcard.cpp Fix links to secure sites (#18745) hace 3 años
eeprom_sram.cpp Fix links to secure sites (#18745) hace 3 años
eeprom_wired.cpp Fix links to secure sites (#18745) hace 3 años
endstop_interrupts.h Fix links to secure sites (#18745) hace 3 años
fastio.cpp Fix links to secure sites (#18745) hace 3 años
fastio.h Fixes for TFTGLCD Panel, FastIO (#19614) hace 3 años
pinsDebug.h Fix links to secure sites (#18745) hace 3 años
pinsDebug_STM32GENERIC.h HAL and serial cleanup hace 3 años
pinsDebug_STM32duino.h Fix links to secure sites (#18745) hace 3 años
pins_Xref.h Fix links to secure sites (#18745) hace 3 años
spi_pins.h Fix links to secure sites (#18745) hace 3 años
timers.cpp Update HAL/STM32 platform to 8.0 (#18496) hace 3 años
timers.h Update HAL/STM32 platform to 8.0 (#18496) hace 3 años
usb_serial.cpp Fix links to secure sites (#18745) hace 3 años
usb_serial.h Fix links to secure sites (#18745) hace 3 años
watchdog.cpp Option to prevent (extra) Watchdog init on STM32 (#19693) hace 3 años
watchdog.h Fix links to secure sites (#18745) hace 3 años

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.