.. | ||
inc | ||
tft | ||
eeprom_flash.cpp | ||
eeprom_sdcard.cpp | ||
eeprom_sram.cpp | ||
eeprom_wired.cpp | ||
endstop_interrupts.h | ||
fast_pwm.cpp | ||
fastio.cpp | ||
fastio.h | ||
HAL_MinSerial.cpp | ||
HAL_SPI.cpp | ||
HAL.cpp | ||
HAL.h | ||
MarlinSerial.cpp | ||
MarlinSerial.h | ||
MarlinSPI.cpp | ||
MarlinSPI.h | ||
msc_sd.cpp | ||
msc_sd.h | ||
pins_Xref.h | ||
pinsDebug.h | ||
README.md | ||
Sd2Card_sdio_stm32duino.cpp | ||
Servo.cpp | ||
Servo.h | ||
spi_pins.h | ||
timers.cpp | ||
timers.h | ||
usb_host.cpp | ||
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.