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.
chzj333 0b47558a09 New board STM32F407 (#14994) 6 years ago
..
inc HAL folder organization (#14763) 6 years ago
HAL.cpp Clean up section comments 6 years ago
HAL.h Reduce unused function warnings 6 years ago
HAL_Servo_STM32.cpp Update some HAL comments 6 years ago
HAL_Servo_STM32.h Tweaky change from (C) to (c) 6 years ago
HAL_spi_STM32.cpp New board STM32F407 (#14994) 6 years ago
HAL_timers_STM32.cpp SAMD51 Servo class (#14781) 6 years ago
HAL_timers_STM32.h More general 'stm32_timer_t' 6 years ago
README.md STM32F7 HAL using the official STM32 Arduino Core (#11750) 6 years ago
endstop_interrupts.h Tweaky change from (C) to (c) 6 years ago
fastio_STM32.cpp Tweaky change from (C) to (c) 6 years ago
fastio_STM32.h Add LULZBOT_TOUCH_UI (#14967) 6 years ago
persistent_store_impl.cpp STM32F4x SD-based settings storage (#14808) 6 years ago
persistent_store_sdcard.cpp Finish STM32F4 SD-based settings storage (#14844) 6 years ago
pinsDebug.h Pins Debugging for STM32 — NEEDS TESTING (#14309) 6 years ago
pinsDebug_STM32GENERIC.h JGAurora A5S & A1 touch support (#14768) 6 years ago
pinsDebug_STM32duino.h Compiling M43 on invalid conversion (#14897) 6 years ago
pins_Xref.h Pins Debugging for STM32 — NEEDS TESTING (#14309) 6 years ago
spi_pins.h Tweaky change from (C) to (c) 6 years ago
watchdog_STM32.cpp Tweaks to STM32 headers 6 years ago
watchdog_STM32.h Tweaky change from (C) to (c) 6 years ago

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.