My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Victor Oliveira aae644c507 Option to prevent (extra) Watchdog init on STM32 (#19693) vor 3 Jahren
..
inc HW PWM sanity checks for SPINDLE_LASER_FREQUENCY (#18947) vor 3 Jahren
tft TFT Refactoring (#19192) vor 3 Jahren
HAL.cpp Minor SPI fixes, systick_callback for STM32F1 HAL compatibility (#19565) vor 3 Jahren
HAL.h Support for Debug Codes - Dnnn (#19225) vor 3 Jahren
HAL_SPI.cpp Minor SPI fixes, systick_callback for STM32F1 HAL compatibility (#19565) vor 3 Jahren
MarlinSerial.cpp Fix and improve STM32F1 serial (#19464) vor 3 Jahren
MarlinSerial.h Fix and improve STM32F1 serial (#19464) vor 3 Jahren
README.md Shorter paths to HAL, ExtUI (#17156) vor 4 Jahren
Sd2Card_sdio_stm32duino.cpp Support for TFT & Touch Screens (#18130) vor 3 Jahren
Servo.cpp Fix links to secure sites (#18745) vor 3 Jahren
Servo.h Fix links to secure sites (#18745) vor 3 Jahren
eeprom_flash.cpp Fix links to secure sites (#18745) vor 3 Jahren
eeprom_sdcard.cpp Fix links to secure sites (#18745) vor 3 Jahren
eeprom_sram.cpp Fix links to secure sites (#18745) vor 3 Jahren
eeprom_wired.cpp Fix links to secure sites (#18745) vor 3 Jahren
endstop_interrupts.h Fix links to secure sites (#18745) vor 3 Jahren
fastio.cpp Fix links to secure sites (#18745) vor 3 Jahren
fastio.h Fixes for TFTGLCD Panel, FastIO (#19614) vor 3 Jahren
pinsDebug.h Fix links to secure sites (#18745) vor 3 Jahren
pinsDebug_STM32GENERIC.h HAL and serial cleanup vor 3 Jahren
pinsDebug_STM32duino.h Fix links to secure sites (#18745) vor 3 Jahren
pins_Xref.h Fix links to secure sites (#18745) vor 3 Jahren
spi_pins.h Fix links to secure sites (#18745) vor 3 Jahren
timers.cpp Update HAL/STM32 platform to 8.0 (#18496) vor 3 Jahren
timers.h Update HAL/STM32 platform to 8.0 (#18496) vor 3 Jahren
usb_serial.cpp Fix links to secure sites (#18745) vor 3 Jahren
usb_serial.h Fix links to secure sites (#18745) vor 3 Jahren
watchdog.cpp Option to prevent (extra) Watchdog init on STM32 (#19693) vor 3 Jahren
watchdog.h Fix links to secure sites (#18745) vor 3 Jahren

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.