My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Victor Oliveira aae644c507 Option to prevent (extra) Watchdog init on STM32 (#19693) 3 år sedan
..
inc HW PWM sanity checks for SPINDLE_LASER_FREQUENCY (#18947) 3 år sedan
tft TFT Refactoring (#19192) 3 år sedan
HAL.cpp Minor SPI fixes, systick_callback for STM32F1 HAL compatibility (#19565) 3 år sedan
HAL.h Support for Debug Codes - Dnnn (#19225) 3 år sedan
HAL_SPI.cpp Minor SPI fixes, systick_callback for STM32F1 HAL compatibility (#19565) 3 år sedan
MarlinSerial.cpp Fix and improve STM32F1 serial (#19464) 3 år sedan
MarlinSerial.h Fix and improve STM32F1 serial (#19464) 3 år sedan
README.md Shorter paths to HAL, ExtUI (#17156) 4 år sedan
Sd2Card_sdio_stm32duino.cpp Support for TFT & Touch Screens (#18130) 3 år sedan
Servo.cpp Fix links to secure sites (#18745) 3 år sedan
Servo.h Fix links to secure sites (#18745) 3 år sedan
eeprom_flash.cpp Fix links to secure sites (#18745) 3 år sedan
eeprom_sdcard.cpp Fix links to secure sites (#18745) 3 år sedan
eeprom_sram.cpp Fix links to secure sites (#18745) 3 år sedan
eeprom_wired.cpp Fix links to secure sites (#18745) 3 år sedan
endstop_interrupts.h Fix links to secure sites (#18745) 3 år sedan
fastio.cpp Fix links to secure sites (#18745) 3 år sedan
fastio.h Fixes for TFTGLCD Panel, FastIO (#19614) 3 år sedan
pinsDebug.h Fix links to secure sites (#18745) 3 år sedan
pinsDebug_STM32GENERIC.h HAL and serial cleanup 3 år sedan
pinsDebug_STM32duino.h Fix links to secure sites (#18745) 3 år sedan
pins_Xref.h Fix links to secure sites (#18745) 3 år sedan
spi_pins.h Fix links to secure sites (#18745) 3 år sedan
timers.cpp Update HAL/STM32 platform to 8.0 (#18496) 3 år sedan
timers.h Update HAL/STM32 platform to 8.0 (#18496) 3 år sedan
usb_serial.cpp Fix links to secure sites (#18745) 3 år sedan
usb_serial.h Fix links to secure sites (#18745) 3 år sedan
watchdog.cpp Option to prevent (extra) Watchdog init on STM32 (#19693) 3 år sedan
watchdog.h Fix links to secure sites (#18745) 3 år sedan

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.