Firmware2/Marlin/src/HAL/STM32
2021-08-08 21:38:22 -05:00
..
inc ️ Optimize Sensitive Pins array (except STM32) (#22080) 2021-06-15 00:09:52 -05:00
tft MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109) 2021-07-17 01:54:27 -05:00
eeprom_bl24cxx.cpp 🔨 Creality v4 with STM32 HAL (#21999) 2021-06-14 23:49:26 -05:00
eeprom_flash.cpp MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109) 2021-07-17 01:54:27 -05:00
eeprom_if_iic.cpp 🔨 Creality v4 with STM32 HAL (#21999) 2021-06-14 23:49:26 -05:00
eeprom_sdcard.cpp MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109) 2021-07-17 01:54:27 -05:00
eeprom_sram.cpp MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109) 2021-07-17 01:54:27 -05:00
eeprom_wired.cpp MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109) 2021-07-17 01:54:27 -05:00
endstop_interrupts.h 🏗️ Support for up to 6 linear axes (#19112) 2021-06-15 00:05:03 -05:00
fast_pwm.cpp MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109) 2021-07-17 01:54:27 -05:00
fastio.cpp 🚑️ Init FastIO before anything else (#22508) 2021-08-08 21:38:22 -05:00
fastio.h 🚑️ Init FastIO before anything else (#22508) 2021-08-08 21:38:22 -05:00
HAL_MinSerial.cpp MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109) 2021-07-17 01:54:27 -05:00
HAL_SPI.cpp MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109) 2021-07-17 01:54:27 -05:00
HAL.cpp 🚑️ Init FastIO before anything else (#22508) 2021-08-08 21:38:22 -05:00
HAL.h 🐛 Fix boot / SD for STM32 (F103Rx) boards (#22087) 2021-06-15 00:10:02 -05:00
MarlinSerial.cpp MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109) 2021-07-17 01:54:27 -05:00
MarlinSerial.h misc. pointer formatting 2021-04-04 18:08:13 -05:00
MarlinSPI.cpp MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109) 2021-07-17 01:54:27 -05:00
MarlinSPI.h Standardize Marlin SPI (part 1) (#19989) 2020-11-06 21:07:15 -06:00
msc_sd.cpp MSC Support for STM32 + SDIO boards -> SKR 2 (#22354) 2021-07-17 02:31:54 -05:00
msc_sd.h STM32 Shared Media - USB Mass Storage Device (#20956) 2021-02-02 14:55:11 -06:00
pins_Xref.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
pinsDebug.h Style, spacing, typo cleanup for recent changes 2020-12-08 20:18:29 -06:00
README.md
Sd2Card_sdio_stm32duino.cpp MSC Support for STM32 + SDIO boards -> SKR 2 (#22354) 2021-07-17 02:31:54 -05:00
Servo.cpp MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109) 2021-07-17 01:54:27 -05:00
Servo.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
spi_pins.h Prefix SD SPI pins (SCK, MISO, MOSI, SS) (#20606) 2021-01-01 14:31:15 -06:00
timers.cpp MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109) 2021-07-17 01:54:27 -05:00
timers.h Cleanup, hex formatting, includes 2021-05-15 15:05:52 -05:00
usb_host.cpp MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109) 2021-07-17 01:54:27 -05:00
usb_host.h USB FD via native USB Host + MSC (#20571) 2020-12-28 23:16:38 -06:00
usb_serial.cpp MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109) 2021-07-17 01:54:27 -05:00
usb_serial.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
watchdog.cpp MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109) 2021-07-17 01:54:27 -05:00
watchdog.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00

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.