-
- Downloads
HAL general support for DISABLE_JTAG option (#11211)
Some STM32-based boards may use multiplexed JTAG pins as IO. Up to now the `DISABLE_JTAG` option (defined in pins files) was only supported for AT90-based boards. This commit generalizes the code and adds support for boards based on STM32F1 and STM32F4.
Showing
- Marlin/src/HAL/HAL_AVR/HAL.h 4 additions, 0 deletionsMarlin/src/HAL/HAL_AVR/HAL.h
- Marlin/src/HAL/HAL_STM32F1/HAL.h 2 additions, 0 deletionsMarlin/src/HAL/HAL_STM32F1/HAL.h
- Marlin/src/HAL/HAL_STM32F4/HAL.h 2 additions, 0 deletionsMarlin/src/HAL/HAL_STM32F4/HAL.h
- Marlin/src/Marlin.cpp 6 additions, 3 deletionsMarlin/src/Marlin.cpp
Loading
Please register or sign in to comment