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.
Lino Barreca bd321d4b7c Don't compile STM32 SoftwareSerial unless STM32 (#15894) 5 gadus atpakaļ
..
inc HAL folder organization (#14763) 6 gadus atpakaļ
HAL.cpp SoftwareSerialM for SKR STM32F1 boards (#15875) 5 gadus atpakaļ
HAL.h Use native ADC resolution where possible (#15719) 5 gadus atpakaļ
HAL_SPI.cpp Drop C-style 'void' argument 5 gadus atpakaļ
README.md STM32F7 HAL using the official STM32 Arduino Core (#11750) 6 gadus atpakaļ
Servo.cpp Less use of "this" 5 gadus atpakaļ
Servo.h Supply 'super' for servo subclasses 5 gadus atpakaļ
SoftwareSerial.cpp Don't compile STM32 SoftwareSerial unless STM32 (#15894) 5 gadus atpakaļ
SoftwareSerial.h New HardwareTimer for STM32 5.7.0 (#15655) 5 gadus atpakaļ
endstop_interrupts.h Drop C-style 'void' argument 5 gadus atpakaļ
fastio.cpp Reorganize HAL (#14832) 6 gadus atpakaļ
fastio.h Reorganize HAL (#14832) 6 gadus atpakaļ
persistent_store_impl.cpp Revert errant const 5 gadus atpakaļ
persistent_store_sdcard.cpp Use "mount" as card verb 5 gadus atpakaļ
pinsDebug.h Pins Debugging for STM32 — NEEDS TESTING (#14309) 6 gadus atpakaļ
pinsDebug_STM32GENERIC.h Reorganize HAL (#14832) 6 gadus atpakaļ
pinsDebug_STM32duino.h Spacing, defined(), #include tweaks 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ļ
timers.cpp SoftwareSerialM for SKR STM32F1 boards (#15875) 5 gadus atpakaļ
timers.h New HardwareTimer for STM32 5.7.0 (#15655) 5 gadus atpakaļ
watchdog.cpp Watchdog cleanup (#15283) 5 gadus atpakaļ
watchdog.h Watchdog cleanup (#15283) 5 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.