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.
 
 
 
 
 
 
Victor Oliveira 4d6b6bcffc
LVGL and Classic UI for STM32 (#20552)
4 years ago
..
inc Style, spacing, typo cleanup for recent changes 4 years ago
tft LVGL and Classic UI for STM32 (#20552) 4 years ago
HAL.cpp Fix STM32 HW Serial + EP compile (#19990) 4 years ago
HAL.h 12-bit ADC resolution for STM32 (#20519) 4 years ago
HAL_SPI.cpp LVGL and Classic UI for STM32 (#20552) 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 Finish HAL/STM32 cpp wrappers 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 Finish HAL/STM32 cpp wrappers 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 Suspend Servos for STM32+NeoPixel (#19963) 4 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 Fix HAL/STM32 FastIO for analog pins (#19735) 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 Fix links to secure sites (#18745) 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_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.