Skip to content

Comments

Delete all Time and EXTI from stm32h7xx_it and Runes.cpp#73

Draft
victor-Lopez25 wants to merge 4 commits intomainfrom
fix/RemoveTime
Draft

Delete all Time and EXTI from stm32h7xx_it and Runes.cpp#73
victor-Lopez25 wants to merge 4 commits intomainfrom
fix/RemoveTime

Conversation

@victor-Lopez25
Copy link
Contributor

No description provided.

diff --git a/Core/Inc/stm32h7xx_it.h b/Core/Inc/stm32h7xx_it.h
index 19b0972..f14abd9 100644
--- a/Core/Inc/stm32h7xx_it.h
+++ b/Core/Inc/stm32h7xx_it.h
@@ -55,18 +55,6 @@ void SVC_Handler(void);
 void DebugMon_Handler(void);
 void PendSV_Handler(void);
 void SysTick_Handler(void);
-void EXTI0_IRQHandler(void);
-void EXTI1_IRQHandler(void);
-void DMA1_Stream0_IRQHandler(void);
-void DMA1_Stream1_IRQHandler(void);
-void DMA1_Stream2_IRQHandler(void);
-void DMA1_Stream3_IRQHandler(void);
-void DMA1_Stream4_IRQHandler(void);
-void DMA1_Stream5_IRQHandler(void);
-void DMA1_Stream6_IRQHandler(void);
-void DMA2_Stream0_IRQHandler(void);
-void DMA2_Stream1_IRQHandler(void);
-void DMA2_Stream2_IRQHandler(void);
 void FMAC_IRQHandler(void);
 void I2C2_EV_IRQHandler(void);
 void SPI3_IRQHandler(void);
@@ -74,8 +62,6 @@ void ETH_IRQHandler(void);
 void LPTIM1_IRQHandler(void);
 void LPTIM2_IRQHandler(void);
 void LPTIM3_IRQHandler(void);
-void TIM23_IRQHandler(void);
-void TIM24_IRQHandler(void);
 /* USER CODE BEGIN EFP */

 /* USER CODE END EFP */
@victor-Lopez25 victor-Lopez25 changed the title Delete all Time and EXTI from stm32h7xx_it.c and Runes.cpp Delete all Time and EXTI from stm32h7xx_it.and Runes.cpp Feb 17, 2026
@victor-Lopez25 victor-Lopez25 changed the title Delete all Time and EXTI from stm32h7xx_it.and Runes.cpp Delete all Time and EXTI from stm32h7xx_it and Runes.cpp Feb 17, 2026
@jorgesg82
Copy link
Contributor

You didn't have to change the generated metadata! And there are also some conflicts with main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants