Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion cores/arduino/stm32/HAL/stm32yyxx_hal_mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// none
#endif
#ifdef STM32F1xx
// none
#include "stm32f1xx_hal_mmc.c"
#endif
#ifdef STM32F2xx
#include "stm32f2xx_hal_mmc.c"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "stm32f0xx_hal_timebase_rtc_alarm_template.c"
#endif
#ifdef STM32F1xx
// none
#include "stm32f1xx_hal_timebase_rtc_alarm_template.c"
#endif
#ifdef STM32F2xx
#include "stm32f2xx_hal_timebase_rtc_alarm_template.c"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "stm32f0xx_hal_tim_template.c"
#endif
#ifdef STM32F1xx
// none
#include "stm32f1xx_hal_tim_template.c"
#endif
#ifdef STM32F2xx
#include "stm32f2xx_hal_tim_template.c"
Expand Down
2 changes: 1 addition & 1 deletion cores/arduino/stm32/HAL/stm32yyxx_ll_adc.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "stm32f0xx_ll_adc.c"
#endif
#ifdef STM32F1xx
// none
#include "stm32f1xx_ll_adc.c"
#endif
#ifdef STM32F2xx
#include "stm32f2xx_ll_adc.c"
Expand Down
2 changes: 1 addition & 1 deletion cores/arduino/stm32/HAL/stm32yyxx_ll_crc.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "stm32f0xx_ll_crc.c"
#endif
#ifdef STM32F1xx
// none
#include "stm32f1xx_ll_crc.c"
#endif
#ifdef STM32F2xx
#include "stm32f2xx_ll_crc.c"
Expand Down
2 changes: 1 addition & 1 deletion cores/arduino/stm32/HAL/stm32yyxx_ll_dac.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "stm32f0xx_ll_dac.c"
#endif
#ifdef STM32F1xx
// none
#include "stm32f1xx_ll_dac.c"
#endif
#ifdef STM32F2xx
#include "stm32f2xx_ll_dac.c"
Expand Down
2 changes: 1 addition & 1 deletion cores/arduino/stm32/HAL/stm32yyxx_ll_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "stm32f0xx_ll_dma.c"
#endif
#ifdef STM32F1xx
// none
#include "stm32f1xx_ll_dma.c"
#endif
#ifdef STM32F2xx
#include "stm32f2xx_ll_dma.c"
Expand Down
2 changes: 1 addition & 1 deletion cores/arduino/stm32/HAL/stm32yyxx_ll_exti.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "stm32f0xx_ll_exti.c"
#endif
#ifdef STM32F1xx
// none
#include "stm32f1xx_ll_exti.c"
#endif
#ifdef STM32F2xx
#include "stm32f2xx_ll_exti.c"
Expand Down
2 changes: 1 addition & 1 deletion cores/arduino/stm32/HAL/stm32yyxx_ll_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "stm32f0xx_ll_gpio.c"
#endif
#ifdef STM32F1xx
// none
#include "stm32f1xx_ll_gpio.c"
#endif
#ifdef STM32F2xx
#include "stm32f2xx_ll_gpio.c"
Expand Down
2 changes: 1 addition & 1 deletion cores/arduino/stm32/HAL/stm32yyxx_ll_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "stm32f0xx_ll_i2c.c"
#endif
#ifdef STM32F1xx
// none
#include "stm32f1xx_ll_i2c.c"
#endif
#ifdef STM32F2xx
#include "stm32f2xx_ll_i2c.c"
Expand Down
2 changes: 1 addition & 1 deletion cores/arduino/stm32/HAL/stm32yyxx_ll_pwr.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "stm32f0xx_ll_pwr.c"
#endif
#ifdef STM32F1xx
// none
#include "stm32f1xx_ll_pwr.c"
#endif
#ifdef STM32F2xx
#include "stm32f2xx_ll_pwr.c"
Expand Down
2 changes: 1 addition & 1 deletion cores/arduino/stm32/HAL/stm32yyxx_ll_rcc.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "stm32f0xx_ll_rcc.c"
#endif
#ifdef STM32F1xx
// none
#include "stm32f1xx_ll_rcc.c"
#endif
#ifdef STM32F2xx
#include "stm32f2xx_ll_rcc.c"
Expand Down
2 changes: 1 addition & 1 deletion cores/arduino/stm32/HAL/stm32yyxx_ll_rtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "stm32f0xx_ll_rtc.c"
#endif
#ifdef STM32F1xx
// none
#include "stm32f1xx_ll_rtc.c"
#endif
#ifdef STM32F2xx
#include "stm32f2xx_ll_rtc.c"
Expand Down
2 changes: 1 addition & 1 deletion cores/arduino/stm32/HAL/stm32yyxx_ll_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "stm32f0xx_ll_spi.c"
#endif
#ifdef STM32F1xx
// none
#include "stm32f1xx_ll_spi.c"
#endif
#ifdef STM32F2xx
#include "stm32f2xx_ll_spi.c"
Expand Down
2 changes: 1 addition & 1 deletion cores/arduino/stm32/HAL/stm32yyxx_ll_tim.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "stm32f0xx_ll_tim.c"
#endif
#ifdef STM32F1xx
// none
#include "stm32f1xx_ll_tim.c"
#endif
#ifdef STM32F2xx
#include "stm32f2xx_ll_tim.c"
Expand Down
2 changes: 1 addition & 1 deletion cores/arduino/stm32/HAL/stm32yyxx_ll_usart.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "stm32f0xx_ll_usart.c"
#endif
#ifdef STM32F1xx
// none
#include "stm32f1xx_ll_usart.c"
#endif
#ifdef STM32F2xx
#include "stm32f2xx_ll_usart.c"
Expand Down
2 changes: 1 addition & 1 deletion cores/arduino/stm32/HAL/stm32yyxx_ll_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "stm32f0xx_ll_utils.c"
#endif
#ifdef STM32F1xx
// none
#include "stm32f1xx_ll_utils.c"
#endif
#ifdef STM32F2xx
#include "stm32f2xx_ll_utils.c"
Expand Down
Loading