My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Keith Bennett 1013323f18
⚡️ Only Sync Emulated EEPROM Print Counter (#24731)
hace 1 año
..
inc ⚡️ Only Sync Emulated EEPROM Print Counter (#24731) hace 1 año
tft 🎨 Some automated cleanup hace 1 año
HAL.cpp ♻️ Move watchdog to MarlinHAL hace 2 años
HAL.h ♻️ Move watchdog to MarlinHAL hace 2 años
HAL_SPI.cpp ♻️ Refactor HAL as singleton (#23357) hace 2 años
MarlinSPI.cpp 🐛 Fix STM32 set_pwm_duty (#23125) hace 2 años
MarlinSPI.h Standardize Marlin SPI (part 1) (#19989) hace 3 años
MarlinSerial.cpp 💡 Adjust headers, formatting hace 2 años
MarlinSerial.h 💡 Adjust headers, formatting hace 2 años
MinSerial.cpp ♻️ Move watchdog to MarlinHAL hace 2 años
README.md Shorter paths to HAL, ExtUI (#17156) hace 4 años
Servo.cpp 🏗️ Define HAL_STM32 for HAL/STM32 (#22537) hace 2 años
Servo.h Fix links to secure sites (#18745) hace 3 años
eeprom_bl24cxx.cpp 💡 Adjust headers, formatting hace 2 años
eeprom_flash.cpp ♻️ Refactor HAL as singleton (#23357) hace 2 años
eeprom_if_iic.cpp 💡 Adjust headers, formatting hace 2 años
eeprom_sdcard.cpp 💡 Adjust headers, formatting hace 2 años
eeprom_sram.cpp 🏗️ Define HAL_STM32 for HAL/STM32 (#22537) hace 2 años
eeprom_wired.cpp 🏗️ Define HAL_STM32 for HAL/STM32 (#22537) hace 2 años
endstop_interrupts.h ✨ Support for up to 9 axes (linear, rotary) (#23112) hace 2 años
fast_pwm.cpp ♻️ Refactor HAL as singleton (#23357) hace 2 años
fastio.cpp 🚑️ Init FastIO before anything else (#22508) hace 2 años
fastio.h 🚑️ Init FastIO before anything else (#22508) hace 2 años
msc_sd.cpp ♻️ Watchdog followup hace 2 años
msc_sd.h STM32 Shared Media - USB Mass Storage Device (#20956) hace 3 años
pinsDebug.h 🐛 Fix STM32 Pins Debugging (#22896) hace 2 años
pins_Xref.h Fix links to secure sites (#18745) hace 3 años
sdio.cpp 🐛 Fix SDIO for STM32 (#24470) hace 1 año
sdio.h 🎨 Pins and SDIO cleanup hace 2 años
spi_pins.h 💡 Adjust headers, formatting hace 2 años
timers.cpp 🎨 misc. cleanup hace 2 años
timers.h ♻️ Refactor HAL as singleton (#23357) hace 2 años
usb_host.cpp 💡 Adjust headers, formatting hace 2 años
usb_host.h USB FD via native USB Host + MSC (#20571) hace 3 años
usb_serial.cpp 🐛 Emergency Parser with STM32 Mass Storage (#23827) hace 2 años
usb_serial.h 💡 Adjust headers, formatting hace 2 años

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.