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.
 
 
 
 
 
 
Scott Lahteine d029a09810 Minor HAL cleanup 4 years ago
..
inc QSPI EEPROM for SAMD51 (#17292) 4 years ago
HAL.cpp Fix an unused var warning 4 years ago
HAL.h Fix an unused var warning 4 years ago
HAL_SPI.cpp Shorter paths to HAL, ExtUI (#17156) 4 years ago
README.md Shorter paths to HAL, ExtUI (#17156) 4 years ago
Sd2Card_sdio_stm32duino.cpp Shorter paths to HAL, ExtUI (#17156) 4 years ago
Servo.cpp Shorter paths to HAL, ExtUI (#17156) 4 years ago
Servo.h Shorter paths to HAL, ExtUI (#17156) 4 years ago
SoftwareSerial.cpp Shorter paths to HAL, ExtUI (#17156) 4 years ago
SoftwareSerial.h Minor HAL cleanup 4 years ago
eeprom_flash.cpp QSPI EEPROM for SAMD51 (#17292) 4 years ago
eeprom_impl.cpp QSPI EEPROM for SAMD51 (#17292) 4 years ago
eeprom_sdcard.cpp QSPI EEPROM for SAMD51 (#17292) 4 years ago
endstop_interrupts.h Shorter paths to HAL, ExtUI (#17156) 4 years ago
fastio.cpp Apply loop shorthand macros (#17159) 4 years ago
fastio.h Shorter paths to HAL, ExtUI (#17156) 4 years ago
pinsDebug.h Shorter paths to HAL, ExtUI (#17156) 4 years ago
pinsDebug_STM32GENERIC.h Shorter paths to HAL, ExtUI (#17156) 4 years ago
pinsDebug_STM32duino.h Shorter paths to HAL, ExtUI (#17156) 4 years ago
pins_Xref.h Shorter paths to HAL, ExtUI (#17156) 4 years ago
spi_pins.h Shorter paths to HAL, ExtUI (#17156) 4 years ago
timers.cpp Shorter paths to HAL, ExtUI (#17156) 4 years ago
timers.h Shorter paths to HAL, ExtUI (#17156) 4 years ago
watchdog.cpp Shorter paths to HAL, ExtUI (#17156) 4 years ago
watchdog.h Shorter paths to HAL, ExtUI (#17156) 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.