Firmware2/Marlin/src/HAL/HAL_STM32F4
2018-11-29 16:58:58 -06:00
..
EEPROM_Emul Apply #pragma once, misc cleanup (#12322) 2018-11-04 02:25:55 -06:00
EmulatedEeprom.cpp Clean up file endings 2018-11-04 18:30:10 -06:00
endstop_interrupts.h Apply #pragma once, misc cleanup (#12322) 2018-11-04 02:25:55 -06:00
fastio_STM32F4.h Apply #pragma once, misc cleanup (#12322) 2018-11-04 02:25:55 -06:00
HAL_Servo_STM32F4.cpp STM32F4xx modifications for HAL_STM32 (#12080) 2018-10-16 06:42:41 -05:00
HAL_Servo_STM32F4.h Apply #pragma once, misc cleanup (#12322) 2018-11-04 02:25:55 -06:00
HAL_spi_STM32F4.cpp STM32F4xx modifications for HAL_STM32 (#12080) 2018-10-16 06:42:41 -05:00
HAL_timers_STM32F4.cpp STM32F4xx modifications for HAL_STM32 (#12080) 2018-10-16 06:42:41 -05:00
HAL_timers_STM32F4.h Apply #pragma once, misc cleanup (#12322) 2018-11-04 02:25:55 -06:00
HAL.cpp STM32F4xx modifications for HAL_STM32 (#12080) 2018-10-16 06:42:41 -05:00
HAL.h Change Marlin debug flag names to fix conflicts (#12340) 2018-11-05 22:48:28 -06:00
persistent_store_eeprom.cpp A single SERIAL_ECHO macro type (#12557) 2018-11-29 16:58:58 -06:00
pinsDebug.h [2.0.x] HAL for STM32F4 (#10434) 2018-04-17 17:33:29 -05:00
README.md [2.0.x] HAL for STM32F4 (#10434) 2018-04-17 17:33:29 -05:00
SanityCheck.h Add sanity checks for EMERGENCY_PARSER 2018-04-24 09:24:26 -05:00
spi_pins.h Fix some comment formatting 2018-10-23 22:35:44 -05:00
watchdog_STM32F4.cpp Indent a block 2018-10-25 10:52:27 -05:00
watchdog_STM32F4.h Apply #pragma once, misc cleanup (#12322) 2018-11-04 02:25:55 -06:00

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.