My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Fabio Santos 894762259b
Coolstep for TMC2130, 2209, 5130, 5160 (#16790)
5 years ago
..
inc (c) 2020 5 years ago
HAL.cpp Coolstep for TMC2130, 2209, 5130, 5160 (#16790) 5 years ago
HAL.h (c) 2020 5 years ago
HAL_SPI.cpp (c) 2020 5 years ago
README.md STM32F7 HAL using the official STM32 Arduino Core (#11750) 6 years ago
Sd2Card_sdio_stm32duino.cpp STM32duino - Use SDIO for onboard SD (#16756) 5 years ago
Servo.cpp (c) 2020 5 years ago
Servo.h (c) 2020 5 years ago
SoftwareSerial.cpp Fix HAL_STM32 + Arduino IDE SoftwareSerial conflict (#16266) 5 years ago
SoftwareSerial.h New HardwareTimer for STM32 5.7.0 (#15655) 5 years ago
endstop_interrupts.h (c) 2020 5 years ago
fastio.cpp (c) 2020 5 years ago
fastio.h (c) 2020 5 years ago
persistent_store_flash.cpp (c) 2020 5 years ago
persistent_store_impl.cpp (c) 2020 5 years ago
persistent_store_sdcard.cpp (c) 2020 5 years ago
pinsDebug.h (c) 2020 5 years ago
pinsDebug_STM32GENERIC.h (c) 2020 5 years ago
pinsDebug_STM32duino.h (c) 2020 5 years ago
pins_Xref.h (c) 2020 5 years ago
spi_pins.h (c) 2020 5 years ago
timers.cpp (c) 2020 5 years ago
timers.h (c) 2020 5 years ago
watchdog.cpp (c) 2020 5 years ago
watchdog.h (c) 2020 5 years ago

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.