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.
 
 
 
 
 
 
Sergey 7261a0a218 2.0.x update 3 years ago
..
inc 2.0.9 3 years ago
tft 2.0.x update 3 years ago
HAL.cpp 2.0.x update 3 years ago
HAL.h 2.0.9 3 years ago
HAL_MinSerial.cpp 2.0.x update 3 years ago
HAL_SPI.cpp 2.0.x update 3 years ago
MarlinSPI.cpp 2.0.x update 3 years ago
MarlinSPI.h 2.0.8 update 3 years ago
MarlinSerial.cpp 2.0.x update 3 years ago
MarlinSerial.h 2.0.8 update 3 years ago
README.md Shorter paths to HAL, ExtUI (#17156) 4 years ago
Sd2Card_sdio_stm32duino.cpp 2.0.x update 3 years ago
Servo.cpp 2.0.x update 3 years ago
Servo.h Update to 2.0.6 4 years ago
eeprom_bl24cxx.cpp 2.0.9 3 years ago
eeprom_flash.cpp 2.0.x update 3 years ago
eeprom_if_iic.cpp 2.0.9 3 years ago
eeprom_sdcard.cpp 2.0.x update 3 years ago
eeprom_spi_w25q.cpp 2.0.9 3 years ago
eeprom_sram.cpp 2.0.x update 3 years ago
eeprom_wired.cpp 2.0.x update 3 years ago
endstop_interrupts.h 2.0.9 3 years ago
fast_pwm.cpp 2.0.x update 3 years ago
fastio.cpp 2.0.x update 3 years ago
fastio.h 2.0.8 update 3 years ago
msc_sd.cpp 2.0.x update 3 years ago
msc_sd.h 2.0.8 update 3 years ago
pinsDebug.h 2.0.8 update 3 years ago
pins_Xref.h Update to 2.0.6 4 years ago
spi_pins.h 2.0.8 update 3 years ago
timers.cpp 2.0.x update 3 years ago
timers.h 2.0.8.1 update 3 years ago
usb_host.cpp 2.0.x update 3 years ago
usb_host.h 2.0.8 update 3 years ago
usb_serial.cpp 2.0.x update 3 years ago
usb_serial.h Update to 2.0.6 4 years ago
watchdog.cpp 2.0.x update 3 years ago
watchdog.h Update to 2.0.6 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.