My Marlin configs for Fabrikator Mini and CTC i3 Pro B
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
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.