My Marlin configs for Fabrikator Mini and CTC i3 Pro B
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Bob Kuhn 0268c1d02c
STM32duino - Use SDIO for onboard SD (#16756)
4 年前
..
inc (c) 2020 4 年前
HAL.cpp (c) 2020 4 年前
HAL.h (c) 2020 4 年前
HAL_SPI.cpp (c) 2020 4 年前
README.md STM32F7 HAL using the official STM32 Arduino Core (#11750) 5 年前
Sd2Card_sdio_stm32duino.cpp STM32duino - Use SDIO for onboard SD (#16756) 4 年前
Servo.cpp (c) 2020 4 年前
Servo.h (c) 2020 4 年前
SoftwareSerial.cpp Fix HAL_STM32 + Arduino IDE SoftwareSerial conflict (#16266) 4 年前
SoftwareSerial.h New HardwareTimer for STM32 5.7.0 (#15655) 4 年前
endstop_interrupts.h (c) 2020 4 年前
fastio.cpp (c) 2020 4 年前
fastio.h (c) 2020 4 年前
persistent_store_flash.cpp (c) 2020 4 年前
persistent_store_impl.cpp (c) 2020 4 年前
persistent_store_sdcard.cpp (c) 2020 4 年前
pinsDebug.h (c) 2020 4 年前
pinsDebug_STM32GENERIC.h (c) 2020 4 年前
pinsDebug_STM32duino.h (c) 2020 4 年前
pins_Xref.h (c) 2020 4 年前
spi_pins.h (c) 2020 4 年前
timers.cpp (c) 2020 4 年前
timers.h (c) 2020 4 年前
watchdog.cpp (c) 2020 4 年前
watchdog.h (c) 2020 4 年前

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.