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 46d376a31d Обновление на 2.0.7 4 years ago
..
inc Актуализация конфига 4 years ago
tft Обновление на 2.0.7 4 years ago
HAL.cpp Update to 2.0.6 4 years ago
HAL.h Обновление на 2.0.7 4 years ago
HAL_SPI.cpp Update to 2.0.6 4 years ago
MarlinSerial.cpp Обновление на 2.0.7 4 years ago
MarlinSerial.h Обновление на 2.0.7 4 years ago
README.md Shorter paths to HAL, ExtUI (#17156) 4 years ago
Sd2Card_sdio_stm32duino.cpp Обновление 2.0.6.1 4 years ago
Servo.cpp Update to 2.0.6 4 years ago
Servo.h Update to 2.0.6 4 years ago
eeprom_flash.cpp Update to 2.0.6 4 years ago
eeprom_sdcard.cpp Update to 2.0.6 4 years ago
eeprom_sram.cpp Update to 2.0.6 4 years ago
eeprom_wired.cpp Update to 2.0.6 4 years ago
endstop_interrupts.h Update to 2.0.6 4 years ago
fastio.cpp Update to 2.0.6 4 years ago
fastio.h Update to 2.0.6 4 years ago
pinsDebug.h Update to 2.0.6 4 years ago
pinsDebug_STM32GENERIC.h Обновление на 2.0.7 4 years ago
pinsDebug_STM32duino.h Update to 2.0.6 4 years ago
pins_Xref.h Update to 2.0.6 4 years ago
spi_pins.h Update to 2.0.6 4 years ago
timers.cpp Обновление на 2.0.7 4 years ago
timers.h Обновление на 2.0.7 4 years ago
usb_serial.cpp Update to 2.0.6 4 years ago
usb_serial.h Update to 2.0.6 4 years ago
watchdog.cpp Update to 2.0.6 4 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.