Marlin 2.0 for Flying Bear 4S/5
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.
 
 
 
 
 
 
X-Ryl669 c74f972627
LVGL UI G-code console (#20755)
3 years ago
..
inc Style, spacing, typo cleanup for recent changes 4 years ago
tft More MKS UI prelim. cleanup 3 years ago
HAL.cpp Refactor serial class with templates (#20783) 3 years ago
HAL.h LVGL UI G-code console (#20755) 3 years ago
HAL_SPI.cpp Prefix SD SPI pins (SCK, MISO, MOSI, SS) (#20606) 4 years ago
MarlinSPI.cpp LVGL and Classic UI for STM32 (#20552) 4 years ago
MarlinSPI.h Standardize Marlin SPI (part 1) (#19989) 4 years ago
MarlinSerial.cpp Serial refactor followup (#20932) 3 years ago
MarlinSerial.h Refactor serial class with templates (#20783) 3 years ago
README.md Shorter paths to HAL, ExtUI (#17156) 4 years ago
Sd2Card_sdio_stm32duino.cpp LVGL UI G-code console (#20755) 3 years ago
Servo.cpp Fix links to secure sites (#18745) 4 years ago
Servo.h Fix links to secure sites (#18745) 4 years ago
eeprom_flash.cpp FYSETC Cheetah 2.0 (#20897) 3 years ago
eeprom_sdcard.cpp Finish HAL/STM32 cpp wrappers 4 years ago
eeprom_sram.cpp gcode_D EEPROM size, cleanup 4 years ago
eeprom_wired.cpp gcode_D EEPROM size, cleanup 4 years ago
endstop_interrupts.h Fix links to secure sites (#18745) 4 years ago
fast_pwm.cpp Finish HAL/STM32 cpp wrappers 4 years ago
fastio.cpp Fix links to secure sites (#18745) 4 years ago
fastio.h Tweak STM32F1 pin r/w/t 4 years ago
pinsDebug.h Style, spacing, typo cleanup for recent changes 4 years ago
pins_Xref.h Fix links to secure sites (#18745) 4 years ago
spi_pins.h Prefix SD SPI pins (SCK, MISO, MOSI, SS) (#20606) 4 years ago
timers.cpp Improve STM32 timer conflict messages (#20544) 4 years ago
timers.h Standardize Marlin SPI (part 1) (#19989) 4 years ago
usb_host.cpp USB FD via native USB Host + MSC (#20571) 4 years ago
usb_host.h USB FD via native USB Host + MSC (#20571) 4 years ago
usb_serial.cpp Finish HAL/STM32 cpp wrappers 4 years ago
usb_serial.h Fix links to secure sites (#18745) 4 years ago
watchdog.cpp Finish HAL/STM32 cpp wrappers 4 years ago
watchdog.h Fix links to secure sites (#18745) 4 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.