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.
Scott Lahteine 51ff5b68fa Clean up fastIO ahead of PWM patch преди 5 години
..
HAL.cpp Update copyright in headers преди 5 години
HAL.h Fix include order to make SERIAL_PORT_2 work (#13241) преди 5 години
HAL_Servo_STM32.cpp Update copyright in headers преди 5 години
HAL_Servo_STM32.h Update copyright in headers преди 5 години
HAL_spi_STM32.cpp Update copyright in headers преди 5 години
HAL_timers_STM32.cpp Update copyright in headers преди 5 години
HAL_timers_STM32.h Make HAL ISR macros function-like преди 5 години
README.md STM32F7 HAL using the official STM32 Arduino Core (#11750) преди 5 години
SanityCheck.h Update copyright in headers преди 5 години
endstop_interrupts.h Update copyright in headers преди 5 години
fastio_STM32.cpp Update copyright in headers преди 5 години
fastio_STM32.h Clean up fastIO ahead of PWM patch преди 5 години
persistent_store_impl.cpp Update copyright in headers преди 5 години
pinsDebug.h STM32F7 HAL using the official STM32 Arduino Core (#11750) преди 5 години
spi_pins.h Update copyright in headers преди 5 години
watchdog_STM32.cpp Update copyright in headers преди 5 години
watchdog_STM32.h Update copyright in headers преди 5 години

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.