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 6a3207391f Remove obsolete HAL_timer_restrain 7 years ago
..
EEPROM_Emul Use American English 7 years ago
EmulatedEeprom.cpp Use American English 7 years ago
HAL.cpp Official STMicroelectronics Arduino Core STM32F4 HAL compatibility (#11006) 7 years ago
HAL.h Compile only selected PIO environment (#11519) 7 years ago
HAL_Servo_STM32F4.cpp Official STMicroelectronics Arduino Core STM32F4 HAL compatibility (#11006) 7 years ago
HAL_Servo_STM32F4.h [2.0.x] HAL for STM32F4 (#10434) 7 years ago
HAL_spi_STM32F4.cpp Compile only selected PIO environment (#11519) 7 years ago
HAL_timers_STM32F4.cpp Use American English 7 years ago
HAL_timers_STM32F4.h Remove obsolete HAL_timer_restrain 7 years ago
README.md [2.0.x] HAL for STM32F4 (#10434) 7 years ago
SanityCheck.h Add sanity checks for EMERGENCY_PARSER 7 years ago
endstop_interrupts.h Filter endstops state at all times (#11066) 7 years ago
fastio_STM32F4.h STM32F4: All pins can do PWM 7 years ago
persistent_store_eeprom.cpp Remove 'const' from PersistentStore::capacity 7 years ago
pinsDebug.h [2.0.x] HAL for STM32F4 (#10434) 7 years ago
spi_pins.h [2.0.x] HAL for STM32F4 (#10434) 7 years ago
watchdog_STM32F4.cpp Official STMicroelectronics Arduino Core STM32F4 HAL compatibility (#11006) 7 years ago
watchdog_STM32F4.h Fix some header comments 7 years ago

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.