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.
 
 
 
 
 
 
Katelyn Schiesser d322e495b2 More flexible redundant temp sensor (#22085) 3 years ago
..
inc ️ Optimize Sensitive Pins array (except STM32) (#22080) 3 years ago
tft More flexible redundant temp sensor (#22085) 3 years ago
HAL.cpp BTT SKR Mini E3 for HAL/STM32 (#21488) 3 years ago
HAL.h Support a third serial port (#21784) 3 years ago
HAL_MinSerial.cpp Apply SBI/CBI/TEST in HAL 3 years ago
HAL_SPI.cpp ⚰️ Remove obsolete CUSTOM_SPI_PINS (#22058) 3 years ago
MarlinSPI.cpp BTT SKR-SE-BX (STM32H743IIT6 ARM Cortex M7) and BIQU_BX_TFT70 (#21536) 3 years ago
MarlinSPI.h Standardize Marlin SPI (part 1) (#19989) 4 years ago
MarlinSerial.cpp Apply TMC UART to STM32, simplify 3 years ago
MarlinSerial.h misc. pointer formatting 3 years ago
README.md Shorter paths to HAL, ExtUI (#17156) 4 years ago
Sd2Card_sdio_stm32duino.cpp SDIO cleanup 3 years ago
Servo.cpp Fix links to secure sites (#18745) 4 years ago
Servo.h Fix links to secure sites (#18745) 4 years ago
eeprom_bl24cxx.cpp 🔨 Creality v4 with STM32 HAL (#21999) 3 years ago
eeprom_flash.cpp 🎨 Laser Ammeter followup (#22079) 3 years ago
eeprom_if_iic.cpp 🔨 Creality v4 with STM32 HAL (#21999) 3 years ago
eeprom_sdcard.cpp Finish HAL/STM32 cpp wrappers 4 years ago
eeprom_sram.cpp gcode_D EEPROM size, cleanup 4 years ago
eeprom_wired.cpp Avoid watchdog reset in all wired EEPROMs (#21436) 3 years ago
endstop_interrupts.h 🏗️ Support for up to 6 linear axes (#19112) 3 years ago
fast_pwm.cpp Finish HAL/STM32 cpp wrappers 4 years ago
fastio.cpp Fix links to secure sites (#18745) 4 years ago
fastio.h Tweak STM32F1 pin r/w/t 3 years ago
msc_sd.cpp Fix bad call to 'diskIODriver' (#21775) 3 years ago
msc_sd.h STM32 Shared Media - USB Mass Storage Device (#20956) 3 years ago
pinsDebug.h Style, spacing, typo cleanup for recent changes 4 years ago
pins_Xref.h Fix links to secure sites (#18745) 4 years ago
spi_pins.h Prefix SD SPI pins (SCK, MISO, MOSI, SS) (#20606) 3 years ago
timers.cpp BTT SKR-SE-BX (STM32H743IIT6 ARM Cortex M7) and BIQU_BX_TFT70 (#21536) 3 years ago
timers.h Cleanup, hex formatting, includes 3 years ago
usb_host.cpp Clean up formatting, wrap macros 3 years ago
usb_host.h USB FD via native USB Host + MSC (#20571) 3 years ago
usb_serial.cpp Finish HAL/STM32 cpp wrappers 4 years ago
usb_serial.h Fix links to secure sites (#18745) 4 years ago
watchdog.cpp Finish HAL/STM32 cpp wrappers 4 years ago
watchdog.h Fix links to secure sites (#18745) 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.