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 208af8cb15
Fix STM32 + SoftwareSerial compile (#17831)
4 years ago
..
inc Refine EEPROM types / flags (#17772) 4 years ago
HAL.cpp Fix STM32 + SoftwareSerial compile (#17831) 4 years ago
HAL.h Refine EEPROM types / flags (#17772) 4 years ago
HAL_SPI.cpp Shorter paths to HAL, ExtUI (#17156) 5 years ago
README.md Shorter paths to HAL, ExtUI (#17156) 5 years ago
Sd2Card_sdio_stm32duino.cpp Apply TERN to compact code (#17619) 4 years ago
Servo.cpp Apply TERN to compact code (#17619) 4 years ago
Servo.h Shorter paths to HAL, ExtUI (#17156) 5 years ago
SoftwareSerial.cpp Permit Stall Sensitivity of 0 (#17722) 4 years ago
SoftwareSerial.h Minor HAL cleanup 5 years ago
eeprom_flash.cpp Refine EEPROM types / flags (#17772) 4 years ago
eeprom_sdcard.cpp QSPI EEPROM for SAMD51 (#17292) 5 years ago
eeprom_sram.cpp Refine EEPROM types / flags (#17772) 4 years ago
eeprom_wired.cpp Clean up EEPROM interfaces (#17803) 4 years ago
endstop_interrupts.h Apply TERN to compact code (#17619) 4 years ago
fastio.cpp Apply loop shorthand macros (#17159) 5 years ago
fastio.h Shorter paths to HAL, ExtUI (#17156) 5 years ago
pinsDebug.h Shorter paths to HAL, ExtUI (#17156) 5 years ago
pinsDebug_STM32GENERIC.h Shorter paths to HAL, ExtUI (#17156) 5 years ago
pinsDebug_STM32duino.h Shorter paths to HAL, ExtUI (#17156) 5 years ago
pins_Xref.h Shorter paths to HAL, ExtUI (#17156) 5 years ago
spi_pins.h Shorter paths to HAL, ExtUI (#17156) 5 years ago
timers.cpp Fix STM32 + SoftwareSerial compile (#17831) 4 years ago
timers.h Fix STM32 + SoftwareSerial compile (#17831) 4 years ago
watchdog.cpp Clean up whitespace 4 years ago
watchdog.h Shorter paths to HAL, ExtUI (#17156) 5 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.