My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Chris Bagwell 9467b68608
🧑‍💻 STM32G0B1RE Pins Debugging (#24748)
1 ano atrás
..
inc ⚡️ Only Sync Emulated EEPROM Print Counter (#24731) 1 ano atrás
tft 🎨 Some automated cleanup 1 ano atrás
HAL.cpp ♻️ Move watchdog to MarlinHAL 2 anos atrás
HAL.h ♻️ Move watchdog to MarlinHAL 2 anos atrás
HAL_SPI.cpp ♻️ Refactor HAL as singleton (#23357) 2 anos atrás
MarlinSPI.cpp 🐛 Fix STM32 set_pwm_duty (#23125) 2 anos atrás
MarlinSPI.h Standardize Marlin SPI (part 1) (#19989) 3 anos atrás
MarlinSerial.cpp 💡 Adjust headers, formatting 2 anos atrás
MarlinSerial.h 💡 Adjust headers, formatting 2 anos atrás
MinSerial.cpp ♻️ Move watchdog to MarlinHAL 2 anos atrás
README.md Shorter paths to HAL, ExtUI (#17156) 4 anos atrás
Servo.cpp 🏗️ Define HAL_STM32 for HAL/STM32 (#22537) 2 anos atrás
Servo.h Fix links to secure sites (#18745) 3 anos atrás
eeprom_bl24cxx.cpp 💡 Adjust headers, formatting 2 anos atrás
eeprom_flash.cpp ♻️ Refactor HAL as singleton (#23357) 2 anos atrás
eeprom_if_iic.cpp 💡 Adjust headers, formatting 2 anos atrás
eeprom_sdcard.cpp 💡 Adjust headers, formatting 2 anos atrás
eeprom_sram.cpp 🏗️ Define HAL_STM32 for HAL/STM32 (#22537) 2 anos atrás
eeprom_wired.cpp 🏗️ Define HAL_STM32 for HAL/STM32 (#22537) 2 anos atrás
endstop_interrupts.h ✨ Support for up to 9 axes (linear, rotary) (#23112) 2 anos atrás
fast_pwm.cpp ♻️ Refactor HAL as singleton (#23357) 2 anos atrás
fastio.cpp 🚑️ Init FastIO before anything else (#22508) 2 anos atrás
fastio.h 🚑️ Init FastIO before anything else (#22508) 2 anos atrás
msc_sd.cpp ♻️ Watchdog followup 2 anos atrás
msc_sd.h STM32 Shared Media - USB Mass Storage Device (#20956) 3 anos atrás
pinsDebug.h 🧑‍💻 STM32G0B1RE Pins Debugging (#24748) 1 ano atrás
pins_Xref.h Fix links to secure sites (#18745) 3 anos atrás
sdio.cpp 🐛 Fix SDIO for STM32 (#24470) 1 ano atrás
sdio.h 🎨 Pins and SDIO cleanup 2 anos atrás
spi_pins.h 💡 Adjust headers, formatting 2 anos atrás
timers.cpp 🎨 misc. cleanup 2 anos atrás
timers.h ♻️ Refactor HAL as singleton (#23357) 2 anos atrás
usb_host.cpp 💡 Adjust headers, formatting 2 anos atrás
usb_host.h USB FD via native USB Host + MSC (#20571) 3 anos atrás
usb_serial.cpp 🐛 Emergency Parser with STM32 Mass Storage (#23827) 2 anos atrás
usb_serial.h 💡 Adjust headers, formatting 2 anos atrás

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.