My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Chris Bagwell 9467b68608
🧑‍💻 STM32G0B1RE Pins Debugging (#24748)
il y a 1 an
..
inc ⚡️ Only Sync Emulated EEPROM Print Counter (#24731) il y a 1 an
tft 🎨 Some automated cleanup il y a 1 an
HAL.cpp ♻️ Move watchdog to MarlinHAL il y a 2 ans
HAL.h ♻️ Move watchdog to MarlinHAL il y a 2 ans
HAL_SPI.cpp ♻️ Refactor HAL as singleton (#23357) il y a 2 ans
MarlinSPI.cpp 🐛 Fix STM32 set_pwm_duty (#23125) il y a 2 ans
MarlinSPI.h Standardize Marlin SPI (part 1) (#19989) il y a 3 ans
MarlinSerial.cpp 💡 Adjust headers, formatting il y a 2 ans
MarlinSerial.h 💡 Adjust headers, formatting il y a 2 ans
MinSerial.cpp ♻️ Move watchdog to MarlinHAL il y a 2 ans
README.md Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
Servo.cpp 🏗️ Define HAL_STM32 for HAL/STM32 (#22537) il y a 2 ans
Servo.h Fix links to secure sites (#18745) il y a 3 ans
eeprom_bl24cxx.cpp 💡 Adjust headers, formatting il y a 2 ans
eeprom_flash.cpp ♻️ Refactor HAL as singleton (#23357) il y a 2 ans
eeprom_if_iic.cpp 💡 Adjust headers, formatting il y a 2 ans
eeprom_sdcard.cpp 💡 Adjust headers, formatting il y a 2 ans
eeprom_sram.cpp 🏗️ Define HAL_STM32 for HAL/STM32 (#22537) il y a 2 ans
eeprom_wired.cpp 🏗️ Define HAL_STM32 for HAL/STM32 (#22537) il y a 2 ans
endstop_interrupts.h ✨ Support for up to 9 axes (linear, rotary) (#23112) il y a 2 ans
fast_pwm.cpp ♻️ Refactor HAL as singleton (#23357) il y a 2 ans
fastio.cpp 🚑️ Init FastIO before anything else (#22508) il y a 2 ans
fastio.h 🚑️ Init FastIO before anything else (#22508) il y a 2 ans
msc_sd.cpp ♻️ Watchdog followup il y a 2 ans
msc_sd.h STM32 Shared Media - USB Mass Storage Device (#20956) il y a 3 ans
pinsDebug.h 🧑‍💻 STM32G0B1RE Pins Debugging (#24748) il y a 1 an
pins_Xref.h Fix links to secure sites (#18745) il y a 3 ans
sdio.cpp 🐛 Fix SDIO for STM32 (#24470) il y a 1 an
sdio.h 🎨 Pins and SDIO cleanup il y a 2 ans
spi_pins.h 💡 Adjust headers, formatting il y a 2 ans
timers.cpp 🎨 misc. cleanup il y a 2 ans
timers.h ♻️ Refactor HAL as singleton (#23357) il y a 2 ans
usb_host.cpp 💡 Adjust headers, formatting il y a 2 ans
usb_host.h USB FD via native USB Host + MSC (#20571) il y a 3 ans
usb_serial.cpp 🐛 Emergency Parser with STM32 Mass Storage (#23827) il y a 2 ans
usb_serial.h 💡 Adjust headers, formatting il y a 2 ans

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.