Firmware2/Marlin/src/HAL/STM32
2021-06-04 23:33:19 -05:00
..
inc 👽️ Fix usb-host-msc-cdc-msc issue (#22025) 2021-06-04 23:33:19 -05:00
tft Capacitive Touch Screen (GT911) for SKR SE BX (#21843) 2021-05-15 15:05:53 -05:00
eeprom_flash.cpp
eeprom_sdcard.cpp
eeprom_sram.cpp
eeprom_wired.cpp Avoid watchdog reset in all wired EEPROMs (#21436) 2021-03-25 19:16:45 -05:00
endstop_interrupts.h
fast_pwm.cpp
fastio.cpp
fastio.h
HAL_MinSerial.cpp Apply SBI/CBI/TEST in HAL 2021-05-05 07:31:47 -05:00
HAL_SPI.cpp Apply pointer formatting 2021-03-29 20:36:37 -05:00
HAL.cpp BTT SKR Mini E3 for HAL/STM32 (#21488) 2021-05-15 15:05:53 -05:00
HAL.h Support a third serial port (#21784) 2021-05-15 15:05:53 -05:00
MarlinSerial.cpp Apply TMC UART to STM32, simplify 2021-03-25 16:53:05 -05:00
MarlinSerial.h misc. pointer formatting 2021-04-04 18:08:13 -05:00
MarlinSPI.cpp BTT SKR-SE-BX (STM32H743IIT6 ARM Cortex M7) and BIQU_BX_TFT70 (#21536) 2021-04-05 21:40:50 -05:00
MarlinSPI.h
msc_sd.cpp Fix bad call to 'diskIODriver' (#21775) 2021-05-02 16:07:53 -05:00
msc_sd.h
pins_Xref.h
pinsDebug.h
README.md
Sd2Card_sdio_stm32duino.cpp SDIO cleanup 2021-04-16 03:16:44 -05:00
Servo.cpp
Servo.h
spi_pins.h
timers.cpp BTT SKR-SE-BX (STM32H743IIT6 ARM Cortex M7) and BIQU_BX_TFT70 (#21536) 2021-04-05 21:40:50 -05:00
timers.h Cleanup, hex formatting, includes 2021-05-15 15:05:52 -05:00
usb_host.cpp Clean up formatting, wrap macros 2021-04-23 19:21:39 -05:00
usb_host.h
usb_serial.cpp
usb_serial.h
watchdog.cpp
watchdog.h

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.