My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Giuliano Zaro 1005f225f3 Remove unused defines, fix typo (#14699) 6 gadus atpakaļ
..
HAL.cpp Clean up section comments 6 gadus atpakaļ
HAL.h Clean up section comments 6 gadus atpakaļ
HAL_Servo_STM32.cpp Update some HAL comments 6 gadus atpakaļ
HAL_Servo_STM32.h Tweaky change from (C) to (c) 6 gadus atpakaļ
HAL_spi_STM32.cpp Clean up section comments 6 gadus atpakaļ
HAL_timers_STM32.cpp More general 'stm32_timer_t' 6 gadus atpakaļ
HAL_timers_STM32.h More general 'stm32_timer_t' 6 gadus atpakaļ
README.md STM32F7 HAL using the official STM32 Arduino Core (#11750) 6 gadus atpakaļ
SanityCheck.h Tweaky change from (C) to (c) 6 gadus atpakaļ
endstop_interrupts.h Tweaky change from (C) to (c) 6 gadus atpakaļ
fastio_STM32.cpp Tweaky change from (C) to (c) 6 gadus atpakaļ
fastio_STM32.h Apply some #ifndef 6 gadus atpakaļ
persistent_store_impl.cpp Bring STM32F4/F7 together 6 gadus atpakaļ
pinsDebug.h Pins Debugging for STM32 — NEEDS TESTING (#14309) 6 gadus atpakaļ
pinsDebug_STM32GENERIC.h Remove unused defines, fix typo (#14699) 6 gadus atpakaļ
pinsDebug_STM32duino.h Remove unused defines, fix typo (#14699) 6 gadus atpakaļ
pins_Xref.h Pins Debugging for STM32 — NEEDS TESTING (#14309) 6 gadus atpakaļ
spi_pins.h Tweaky change from (C) to (c) 6 gadus atpakaļ
watchdog_STM32.cpp Tweaks to STM32 headers 6 gadus atpakaļ
watchdog_STM32.h Tweaky change from (C) to (c) 6 gadus atpakaļ

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.