Firmware2/Marlin/src/HAL/STM32
2022-12-16 14:23:26 -06:00
..
inc 🔧 Some STM32 UART Sanity Checks (#24795) 2022-12-16 14:23:24 -06:00
tft TFT_COLOR_UI async DMA SPI (#24980) 2022-12-16 14:23:26 -06:00
eeprom_bl24cxx.cpp 💡 Adjust headers, formatting 2021-10-02 22:31:16 -05:00
eeprom_flash.cpp 🎨 CONF_SERIAL_IS => SERIAL_IN_USE 2022-12-16 14:23:24 -06:00
eeprom_if_iic.cpp 💡 Adjust headers, formatting 2021-10-02 22:31:16 -05:00
eeprom_sdcard.cpp 💡 Adjust headers, formatting 2021-10-02 22:31:16 -05:00
eeprom_sram.cpp 🏗️ Define HAL_STM32 for HAL/STM32 (#22537) 2021-08-09 00:37:55 -05:00
eeprom_wired.cpp 🏗️ Define HAL_STM32 for HAL/STM32 (#22537) 2021-08-09 00:37:55 -05:00
endstop_interrupts.h Support for up to 9 axes (#23112, #24036, #24231) 2022-06-05 23:11:31 -05:00
fast_pwm.cpp ♻️ Refactor HAL as singleton (#23357, #23871, #23897) 2022-05-07 15:58:30 -05:00
fastio.cpp 🏗️ Define HAL_STM32 for HAL/STM32 (#22537) 2021-08-09 00:37:55 -05:00
fastio.h 🚑️ Init FastIO before anything else (#22508) 2021-08-08 21:38:22 -05:00
HAL_SPI.cpp ♻️ Refactor HAL as singleton (#23357, #23871, #23897) 2022-05-07 15:58:30 -05:00
HAL.cpp ♻️ Move watchdog to MarlinHAL 2022-06-03 22:06:50 -05:00
HAL.h ♻️ Move watchdog to MarlinHAL 2022-06-03 22:06:50 -05:00
MarlinSerial.cpp 💡 Adjust headers, formatting 2021-10-02 22:31:16 -05:00
MarlinSerial.h 💡 Adjust headers, formatting 2021-10-02 22:31:16 -05:00
MarlinSPI.cpp 🐛 Fix STM32 set_pwm_duty (#23125) 2021-12-25 01:26:27 -06:00
MarlinSPI.h Standardize Marlin SPI (part 1) (#19989) 2020-11-06 21:07:15 -06:00
MinSerial.cpp ♻️ Move watchdog to MarlinHAL 2022-06-03 22:06:50 -05:00
msc_sd.cpp ♻️ Move watchdog to MarlinHAL 2022-06-03 22:06:50 -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 🧑‍💻 STM32G0B1RE Pins Debugging (#24748) 2022-09-22 13:27:31 -05:00
README.md Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -05:00
sdio.cpp 🐛 Fix SDIO for STM32 (#24470) 2022-07-29 18:42:42 -05:00
sdio.h 🎨 Pins and SDIO cleanup 2022-01-09 01:31:03 -06:00
Servo.cpp 🐛 Spellcheck comments (#22496) 2021-08-18 20:29:56 -05:00
Servo.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
spi_pins.h 💡 Adjust headers, formatting 2021-10-02 22:31:16 -05:00
timers.cpp 🎨 misc. cleanup 2022-05-07 17:54:10 -05:00
timers.h ♻️ Refactor HAL as singleton (#23357, #23871, #23897) 2022-05-07 15:58:30 -05:00
usb_host.cpp 💡 Adjust headers, formatting 2021-10-02 22:31:16 -05:00
usb_host.h USB FD via native USB Host + MSC (#20571) 2020-12-28 23:16:38 -06:00
usb_serial.cpp 🐛 Emergency Parser with STM32 Mass Storage (#23827) 2022-05-07 15:58:30 -05:00
usb_serial.h 💡 Adjust headers, formatting 2021-10-02 22:31:16 -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.