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.
Steven Haigh d7e597f3df
🐛 STM32 ADC Resolution = 12 bit (or ADC_RESOLUTION) (#22789)
3 years ago
..
inc 🔧 SPINDLE_LASER_PWM => SPINDLE_LASER_USE_PWM 3 years ago
tft 💡 Adjust headers, formatting 3 years ago
HAL.cpp 🚑️ Init FastIO before anything else (#22508) 4 years ago
HAL.h 🐛 STM32 ADC Resolution = 12 bit (or ADC_RESOLUTION) (#22789) 3 years ago
HAL_MinSerial.cpp 🏗️ Define HAL_STM32 for HAL/STM32 (#22537) 4 years ago
HAL_SPI.cpp 🏗️ Define HAL_STM32 for HAL/STM32 (#22537) 4 years ago
MarlinSPI.cpp 💡 Adjust headers, formatting 3 years ago
MarlinSPI.h Standardize Marlin SPI (part 1) (#19989) 4 years ago
MarlinSerial.cpp 💡 Adjust headers, formatting 3 years ago
MarlinSerial.h 💡 Adjust headers, formatting 3 years ago
README.md Shorter paths to HAL, ExtUI (#17156) 5 years ago
Sd2Card_sdio_stm32duino.cpp 💡 Adjust headers, formatting 3 years ago
Servo.cpp 🏗️ Define HAL_STM32 for HAL/STM32 (#22537) 4 years ago
Servo.h Fix links to secure sites (#18745) 5 years ago
eeprom_bl24cxx.cpp 💡 Adjust headers, formatting 3 years ago
eeprom_flash.cpp 🎨 Fewer serial macros 3 years ago
eeprom_if_iic.cpp 💡 Adjust headers, formatting 3 years ago
eeprom_sdcard.cpp 💡 Adjust headers, formatting 3 years ago
eeprom_sram.cpp 🏗️ Define HAL_STM32 for HAL/STM32 (#22537) 4 years ago
eeprom_wired.cpp 🏗️ Define HAL_STM32 for HAL/STM32 (#22537) 4 years ago
endstop_interrupts.h 🏗️ Support for up to 6 linear axes (#19112) 4 years ago
fast_pwm.cpp 💡 Adjust headers, formatting 3 years ago
fastio.cpp 🚑️ Init FastIO before anything else (#22508) 4 years ago
fastio.h 🚑️ Init FastIO before anything else (#22508) 4 years ago
msc_sd.cpp 🏗️ Define HAL_STM32 for HAL/STM32 (#22537) 4 years ago
msc_sd.h STM32 Shared Media - USB Mass Storage Device (#20956) 4 years ago
pinsDebug.h 💡 Adjust headers, formatting 3 years ago
pins_Xref.h Fix links to secure sites (#18745) 5 years ago
spi_pins.h 💡 Adjust headers, formatting 3 years ago
timers.cpp 🏗️ Define HAL_STM32 for HAL/STM32 (#22537) 4 years ago
timers.h Cleanup, hex formatting, includes 4 years ago
usb_host.cpp 💡 Adjust headers, formatting 3 years ago
usb_host.h USB FD via native USB Host + MSC (#20571) 4 years ago
usb_serial.cpp 💡 Adjust headers, formatting 3 years ago
usb_serial.h 💡 Adjust headers, formatting 3 years ago
watchdog.cpp 💡 Adjust headers, formatting 3 years ago
watchdog.h Fix links to secure sites (#18745) 5 years ago

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.