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.
Chris Bagwell 9467b68608
🧑‍💻 STM32G0B1RE Pins Debugging (#24748)
пре 1 година
..
inc ⚡️ Only Sync Emulated EEPROM Print Counter (#24731) пре 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 🧑‍💻 STM32G0B1RE Pins Debugging (#24748) пре 1 година
pins_Xref.h Fix links to secure sites (#18745) пре 3 година
sdio.cpp 🐛 Fix SDIO for STM32 (#24470) пре 1 година
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.