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 2e235aff03 Fix HAL_STM32 + Arduino IDE SoftwareSerial conflict (#16266) 5 years ago
..
inc HAL folder organization (#14763) 5 years ago
HAL.cpp SoftwareSerialM for SKR STM32F1 boards (#15875) 5 years ago
HAL.h Use native ADC resolution where possible (#15719) 5 years ago
HAL_SPI.cpp Update BTT002 platform (fixing SD init) (#16217) 5 years ago
README.md STM32F7 HAL using the official STM32 Arduino Core (#11750) 6 years ago
Servo.cpp Fix multiple servos with STM32 (#16151) 5 years ago
Servo.h Fix multiple servos with STM32 (#16151) 5 years ago
SoftwareSerial.cpp Fix HAL_STM32 + Arduino IDE SoftwareSerial conflict (#16266) 5 years ago
SoftwareSerial.h New HardwareTimer for STM32 5.7.0 (#15655) 5 years ago
endstop_interrupts.h Drop C-style 'void' argument 5 years ago
fastio.cpp Reorganize HAL (#14832) 5 years ago
fastio.h Reorganize HAL (#14832) 5 years ago
persistent_store_impl.cpp Revert errant const 5 years ago
persistent_store_sdcard.cpp Use "mount" as card verb 5 years ago
pinsDebug.h Pins Debugging for STM32 — NEEDS TESTING (#14309) 5 years ago
pinsDebug_STM32GENERIC.h Reorganize HAL (#14832) 5 years ago
pinsDebug_STM32duino.h Spacing, defined(), #include tweaks 5 years ago
pins_Xref.h Pins Debugging for STM32 — NEEDS TESTING (#14309) 5 years ago
spi_pins.h Tweaky change from (C) to (c) 5 years ago
timers.cpp SoftwareSerialM for SKR STM32F1 boards (#15875) 5 years ago
timers.h New HardwareTimer for STM32 5.7.0 (#15655) 5 years ago
watchdog.cpp Watchdog cleanup (#15283) 5 years ago
watchdog.h Watchdog cleanup (#15283) 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.