Marlin/Marlin/src/HAL/STM32
Diego von Deschwanden de5cca6b1f
Update more external links (#18819)
2020-07-28 01:04:44 -05:00
..
inc Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
HAL.cpp Clean up after changes 2020-07-25 01:53:07 -05:00
HAL.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
HAL_SPI.cpp Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
MarlinSerial.cpp Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
MarlinSerial.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
README.md Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -05:00
Sd2Card_sdio_stm32duino.cpp Clean up after changes 2020-07-25 01:53:07 -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
SoftwareSerial.cpp Update more external links (#18819) 2020-07-28 01:04:44 -05:00
SoftwareSerial.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
eeprom_flash.cpp Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
eeprom_sdcard.cpp Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
eeprom_sram.cpp Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
eeprom_wired.cpp Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
endstop_interrupts.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
fastio.cpp Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
fastio.h Clean up after changes 2020-07-25 01:53:07 -05:00
pinsDebug.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
pinsDebug_STM32GENERIC.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
pinsDebug_STM32duino.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
pins_Xref.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
spi_pins.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
timers.cpp Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
timers.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
usb_serial.cpp Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
usb_serial.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
watchdog.cpp Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
watchdog.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00

README.md

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.