Marlin_Firmware/Marlin/src/HAL/STM32
2021-04-13 17:34:19 -05:00
..
inc BTT SKR-SE-BX (STM32H743IIT6 ARM Cortex M7) and BIQU_BX_TFT70 (#21536) 2021-04-05 21:40:50 -05:00
tft BTT SKR-SE-BX (STM32H743IIT6 ARM Cortex M7) and BIQU_BX_TFT70 (#21536) 2021-04-05 21:40:50 -05:00
eeprom_flash.cpp MKS H43 controller (#20609) 2021-02-27 17:35:32 -06:00
eeprom_sdcard.cpp Finish HAL/STM32 cpp wrappers 2020-11-26 03:47:15 -06:00
eeprom_sram.cpp gcode_D EEPROM size, cleanup 2020-10-29 17:34:17 -05:00
eeprom_wired.cpp Avoid watchdog reset in all wired EEPROMs (#21436) 2021-03-25 19:16:45 -05:00
endstop_interrupts.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
fast_pwm.cpp Finish HAL/STM32 cpp wrappers 2020-11-26 03:47:15 -06:00
fastio.cpp Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
fastio.h Tweak STM32F1 pin r/w/t 2021-01-10 21:38:31 -06:00
HAL_MinSerial.cpp Postmortem Debugging to serial port (#20492) 2021-02-20 20:22:20 -06:00
HAL_SPI.cpp Apply pointer formatting 2021-03-29 20:36:37 -05:00
HAL.cpp Number serial from 1 to match settings 2021-03-10 13:45:53 -06:00
HAL.h Number serial from 1 to match settings 2021-03-10 13:45:53 -06: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 Standardize Marlin SPI (part 1) (#19989) 2020-11-06 21:07:15 -06:00
msc_sd.cpp Multi-Volume. Select Media for LVGL (#21344) 2021-04-13 17:34:19 -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 Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -05:00
Sd2Card_sdio_stm32duino.cpp Fix and add STM32 SDIO DMA (#21476) 2021-03-29 21:52:30 -05:00
Servo.cpp Fix links to secure sites (#18745) 2020-07-22 22:20:14 -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 BTT SKR-SE-BX (STM32H743IIT6 ARM Cortex M7) and BIQU_BX_TFT70 (#21536) 2021-04-05 21:40:50 -05:00
timers.h Standardize Marlin SPI (part 1) (#19989) 2020-11-06 21:07:15 -06:00
usb_host.cpp USB FD via native USB Host + MSC (#20571) 2020-12-28 23:16:38 -06:00
usb_host.h USB FD via native USB Host + MSC (#20571) 2020-12-28 23:16:38 -06:00
usb_serial.cpp Finish HAL/STM32 cpp wrappers 2020-11-26 03:47:15 -06:00
usb_serial.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
watchdog.cpp Finish HAL/STM32 cpp wrappers 2020-11-26 03:47:15 -06: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.