My Marlin configs for Fabrikator Mini and CTC i3 Pro B
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Scott Lahteine 34f3e5bd88 🎨 Some automated cleanup 1年前
..
inc 🔧 Remove STM32F4 Print Counter Sanity Check (#24605) 1年前
tft 🎨 Some automated cleanup 1年前
HAL.cpp ♻️ Move watchdog to MarlinHAL 2年前
HAL.h ♻️ Move watchdog to MarlinHAL 2年前
HAL_SPI.cpp ♻️ Refactor HAL as singleton (#23357) 2年前
MarlinSPI.cpp 🐛 Fix STM32 set_pwm_duty (#23125) 2年前
MarlinSPI.h Standardize Marlin SPI (part 1) (#19989) 3年前
MarlinSerial.cpp 💡 Adjust headers, formatting 2年前
MarlinSerial.h 💡 Adjust headers, formatting 2年前
MinSerial.cpp ♻️ Move watchdog to MarlinHAL 2年前
README.md Shorter paths to HAL, ExtUI (#17156) 4年前
Servo.cpp 🏗️ Define HAL_STM32 for HAL/STM32 (#22537) 2年前
Servo.h Fix links to secure sites (#18745) 3年前
eeprom_bl24cxx.cpp 💡 Adjust headers, formatting 2年前
eeprom_flash.cpp ♻️ Refactor HAL as singleton (#23357) 2年前
eeprom_if_iic.cpp 💡 Adjust headers, formatting 2年前
eeprom_sdcard.cpp 💡 Adjust headers, formatting 2年前
eeprom_sram.cpp 🏗️ Define HAL_STM32 for HAL/STM32 (#22537) 2年前
eeprom_wired.cpp 🏗️ Define HAL_STM32 for HAL/STM32 (#22537) 2年前
endstop_interrupts.h ✨ Support for up to 9 axes (linear, rotary) (#23112) 2年前
fast_pwm.cpp ♻️ Refactor HAL as singleton (#23357) 2年前
fastio.cpp 🚑️ Init FastIO before anything else (#22508) 2年前
fastio.h 🚑️ Init FastIO before anything else (#22508) 2年前
msc_sd.cpp ♻️ Watchdog followup 2年前
msc_sd.h STM32 Shared Media - USB Mass Storage Device (#20956) 3年前
pinsDebug.h 🐛 Fix STM32 Pins Debugging (#22896) 2年前
pins_Xref.h Fix links to secure sites (#18745) 3年前
sdio.cpp 🐛 Fix SDIO for STM32 (#24470) 2年前
sdio.h 🎨 Pins and SDIO cleanup 2年前
spi_pins.h 💡 Adjust headers, formatting 2年前
timers.cpp 🎨 misc. cleanup 2年前
timers.h ♻️ Refactor HAL as singleton (#23357) 2年前
usb_host.cpp 💡 Adjust headers, formatting 2年前
usb_host.h USB FD via native USB Host + MSC (#20571) 3年前
usb_serial.cpp 🐛 Emergency Parser with STM32 Mass Storage (#23827) 2年前
usb_serial.h 💡 Adjust headers, formatting 2年前

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.