My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Scott Lahteine d7d80418ae
Singleton for cutting tools (#14429)
vor 5 Jahren
..
EEPROM_Emul Update some headers vor 5 Jahren
EmulatedEeprom.cpp Group DISABLED items vor 5 Jahren
HAL.cpp Fix some spacing vor 5 Jahren
HAL.h Init servo pins in HAL_init (#14425) vor 5 Jahren
HAL_Servo_STM32F4.cpp Update copyright in headers vor 5 Jahren
HAL_Servo_STM32F4.h Update copyright in headers vor 5 Jahren
HAL_spi_STM32F4.cpp Include order, spacing, etc. vor 5 Jahren
HAL_timers_STM32F4.cpp Update copyright in headers vor 5 Jahren
HAL_timers_STM32F4.h Make HAL ISR macros function-like vor 5 Jahren
README.md [2.0.x] HAL for STM32F4 (#10434) vor 6 Jahren
SanityCheck.h Singleton for cutting tools (#14429) vor 5 Jahren
endstop_interrupts.h Update copyright in headers vor 5 Jahren
fastio_STM32F4.h Clean up HALs / FastIO (#14082) vor 5 Jahren
persistent_store_eeprom.cpp Update copyright in headers vor 5 Jahren
pinsDebug.h [2.0.x] HAL for STM32F4 (#10434) vor 6 Jahren
spi_pins.h Update copyright in headers vor 5 Jahren
watchdog_STM32F4.cpp Update copyright in headers vor 5 Jahren
watchdog_STM32F4.h Update copyright in headers vor 5 Jahren

README.md

This HAL is for the STM32F407 MCU used with STM32Generic Arduino core by danieleff.

Arduino core is located at:

https://github.com/danieleff/STM32GENERIC

Unzip it into [Arduino]/hardware folder

This HAL is in development.

This HAL is a modified version of Chris Barr’s Picoprint STM32F4 HAL.