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.
 
 
 
 
 
 
Jason Smith 53e79224fc
Fix Arduino DUE compilation (#20058)
4 years ago
..
inc FAST_PWM for STM32 (#20025) 4 years ago
tft TFT cleanup 4 years ago
HAL.cpp Fix STM32 HW Serial + EP compile (#19990) 4 years ago
HAL.h FAST_PWM for STM32 (#20025) 4 years ago
HAL_SPI.cpp Minor SPI fixes, systick_callback for STM32F1 HAL compatibility (#19565) 4 years ago
MarlinSPI.cpp Fix Arduino DUE compilation (#20058) 4 years ago
MarlinSPI.h Standardize Marlin SPI (part 1) (#19989) 4 years ago
MarlinSerial.cpp Fix and improve STM32F1 serial (#19464) 4 years ago
MarlinSerial.h Fix and improve STM32F1 serial (#19464) 4 years ago
README.md Shorter paths to HAL, ExtUI (#17156) 4 years ago
Sd2Card_sdio_stm32duino.cpp Support for TFT & Touch Screens (#18130) 4 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 Comment, spacing cleanup 4 years ago
eeprom_sdcard.cpp gcode_D EEPROM size, cleanup 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 Comment, spacing cleanup 4 years ago
fastio.cpp Fix links to secure sites (#18745) 4 years ago
fastio.h Fix HAL/STM32 FastIO for analog pins (#19735) 4 years ago
pinsDebug.h Fix links to secure sites (#18745) 4 years ago
pinsDebug_STM32GENERIC.h HAL and serial cleanup 4 years ago
pinsDebug_STM32duino.h Fix HAL/STM32 FastIO for analog pins (#19735) 4 years ago
pins_Xref.h Fix links to secure sites (#18745) 4 years ago
spi_pins.h Fix links to secure sites (#18745) 4 years ago
timers.cpp FAST_PWM for STM32 (#20025) 4 years ago
timers.h Standardize Marlin SPI (part 1) (#19989) 4 years ago
usb_serial.cpp Fix STM32 HW Serial + EP compile (#19990) 4 years ago
usb_serial.h Fix links to secure sites (#18745) 4 years ago
watchdog.cpp HAL support for 8s watchdog 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.