Marlin 2.0 for Flying Bear 4S/5
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.
 
 
 
 
 
 
Alexander Amelkin 84926b1d5a HAL general support for DISABLE_JTAG option (#11211) 6 years ago
..
EEPROM_Emul Use American English 6 years ago
EmulatedEeprom.cpp Use American English 6 years ago
HAL.cpp Official STMicroelectronics Arduino Core STM32F4 HAL compatibility (#11006) 6 years ago
HAL.h HAL general support for DISABLE_JTAG option (#11211) 6 years ago
HAL_Servo_STM32F4.cpp Official STMicroelectronics Arduino Core STM32F4 HAL compatibility (#11006) 6 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) 6 years ago
HAL_timers_STM32F4.cpp Use American English 6 years ago
HAL_timers_STM32F4.h Remove obsolete HAL_timer_restrain 6 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 Add support for Triple-Z steppers/endstops 6 years ago
fastio_STM32F4.h STM32F4: All pins can do PWM 6 years ago
persistent_store_eeprom.cpp Remove 'const' from PersistentStore::capacity 6 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) 6 years ago
watchdog_STM32F4.h Fix some header comments 6 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.