Rania JMAI 4f42690202 [HAL][RCC] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers 10 месяцев назад
..
Legacy cdce3daed2 Release v1.5.7 2 лет назад
stm32f3xx_hal.c a6ed2a0397 Release v1.5.8 1 год назад
stm32f3xx_hal_adc.c cdce3daed2 Release v1.5.7 2 лет назад
stm32f3xx_hal_adc_ex.c c1c29d2e91 [HAL][ADC] Add UNUSED() macro to avoid the generation of a warning related to the unused argument 'hadc' 1 год назад
stm32f3xx_hal_can.c c2cdd03e38 [HAL][CAN] Clarify pin configuration in driver header by removing open-drain info 2 лет назад
stm32f3xx_hal_cec.c cdce3daed2 Release v1.5.7 2 лет назад
stm32f3xx_hal_comp.c a6ed2a0397 Release v1.5.8 1 год назад
stm32f3xx_hal_cortex.c a6ed2a0397 Release v1.5.8 1 год назад
stm32f3xx_hal_crc.c a6ed2a0397 Release v1.5.8 1 год назад
stm32f3xx_hal_crc_ex.c a6ed2a0397 Release v1.5.8 1 год назад
stm32f3xx_hal_dac.c cdce3daed2 Release v1.5.7 2 лет назад
stm32f3xx_hal_dac_ex.c cdce3daed2 Release v1.5.7 2 лет назад
stm32f3xx_hal_dma.c a6ed2a0397 Release v1.5.8 1 год назад
stm32f3xx_hal_exti.c a6ed2a0397 Release v1.5.8 1 год назад
stm32f3xx_hal_flash.c cdce3daed2 Release v1.5.7 2 лет назад
stm32f3xx_hal_flash_ex.c 92607dc2e6 [HAL][FLASH] Correct the setting of option byte OB->WRPx in FLASH_OB_DisableWRP() API and apply Artistic Style fixes 2 лет назад
stm32f3xx_hal_gpio.c c7ca1e9de3 [HAL][GPIO] Replace GPIO_Pin_x with GPIO_PIN_x to be compliant with macros definition 1 год назад
stm32f3xx_hal_hrtim.c 53f5dcb7e9 [HAL][HRTIM] Correct the typo in the HRTIMInterruptRequests structure member and add the legacy define in the stm32_hal_legacy.h file 1 год назад
stm32f3xx_hal_i2c.c a6ed2a0397 Release v1.5.8 1 год назад
stm32f3xx_hal_i2c_ex.c cdce3daed2 Release v1.5.7 2 лет назад
stm32f3xx_hal_i2s.c a6ed2a0397 Release v1.5.8 1 год назад
stm32f3xx_hal_i2s_ex.c a6ed2a0397 Release v1.5.8 1 год назад
stm32f3xx_hal_irda.c a6ed2a0397 Release v1.5.8 1 год назад
stm32f3xx_hal_iwdg.c cdce3daed2 Release v1.5.7 2 лет назад
stm32f3xx_hal_msp_template.c cdce3daed2 Release v1.5.7 2 лет назад
stm32f3xx_hal_nand.c a31f05ea55 [HAL][FMC] Change *buff = *(uint8_t *)deviceaddress; to *buff = *(__IO uint8_t *)deviceaddress; to avoid compiler optimizations and ensure correct data reads in HAL_NAND_Read_Page_8b and HAL_NAND_Read_SpareArea_8b, HAL_NAND_Read_Page_16b and HAL_NAND_Read_SpareArea_16b 10 месяцев назад
stm32f3xx_hal_nor.c a6ed2a0397 Release v1.5.8 1 год назад
stm32f3xx_hal_opamp.c cdce3daed2 Release v1.5.7 2 лет назад
stm32f3xx_hal_opamp_ex.c cdce3daed2 Release v1.5.7 2 лет назад
stm32f3xx_hal_pccard.c 75cf4fce55 [HAL][LL] New licensing scheme deployment 3 лет назад
stm32f3xx_hal_pcd.c f063bef672 [HAL][LL][USB] Fix added to support bulk transfer in double buffer mode 1 год назад
stm32f3xx_hal_pcd_ex.c cdce3daed2 Release v1.5.7 2 лет назад
stm32f3xx_hal_pwr.c a6ed2a0397 Release v1.5.8 1 год назад
stm32f3xx_hal_pwr_ex.c 75cf4fce55 [HAL][LL] New licensing scheme deployment 3 лет назад
stm32f3xx_hal_rcc.c 4f42690202 [HAL][RCC] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers 10 месяцев назад
stm32f3xx_hal_rcc_ex.c a6ed2a0397 Release v1.5.8 1 год назад
stm32f3xx_hal_rtc.c a6ed2a0397 Release v1.5.8 1 год назад
stm32f3xx_hal_rtc_ex.c a6ed2a0397 Release v1.5.8 1 год назад
stm32f3xx_hal_sdadc.c a6ed2a0397 Release v1.5.8 1 год назад
stm32f3xx_hal_smartcard.c a6ed2a0397 Release v1.5.8 1 год назад
stm32f3xx_hal_smartcard_ex.c cdce3daed2 Release v1.5.7 2 лет назад
stm32f3xx_hal_smbus.c a6ed2a0397 Release v1.5.8 1 год назад
stm32f3xx_hal_spi.c a6ed2a0397 Release v1.5.8 1 год назад
stm32f3xx_hal_spi_ex.c a6ed2a0397 Release v1.5.8 1 год назад
stm32f3xx_hal_sram.c a6ed2a0397 Release v1.5.8 1 год назад
stm32f3xx_hal_tim.c b736c76af6 [HAL][TIM] Fix update flag (UIF) clearing in TIM_Base_SetConfig 1 год назад
stm32f3xx_hal_tim_ex.c a6ed2a0397 Release v1.5.8 1 год назад
stm32f3xx_hal_timebase_rtc_alarm_template.c a6ed2a0397 Release v1.5.8 1 год назад
stm32f3xx_hal_timebase_rtc_wakeup_template.c a6ed2a0397 Release v1.5.8 1 год назад
stm32f3xx_hal_timebase_tim_template.c cdce3daed2 Release v1.5.7 2 лет назад
stm32f3xx_hal_tsc.c cdce3daed2 Release v1.5.7 2 лет назад
stm32f3xx_hal_uart.c 45e6028cf3 [HAL][UART] Correct references to HAL_UARTEx_WakeupCallback and to HAL_UART_WAKEUP_CB_ID define, according to serie capabilities 1 год назад
stm32f3xx_hal_uart_ex.c a6ed2a0397 Release v1.5.8 1 год назад
stm32f3xx_hal_usart.c a6ed2a0397 Release v1.5.8 1 год назад
stm32f3xx_hal_usart_ex.c cdce3daed2 Release v1.5.7 2 лет назад
stm32f3xx_hal_wwdg.c a6ed2a0397 Release v1.5.8 1 год назад
stm32f3xx_ll_adc.c a6ed2a0397 Release v1.5.8 1 год назад
stm32f3xx_ll_comp.c cdce3daed2 Release v1.5.7 2 лет назад
stm32f3xx_ll_crc.c 75cf4fce55 [HAL][LL] New licensing scheme deployment 3 лет назад
stm32f3xx_ll_dac.c cdce3daed2 Release v1.5.7 2 лет назад
stm32f3xx_ll_dma.c cdce3daed2 Release v1.5.7 2 лет назад
stm32f3xx_ll_exti.c cdce3daed2 Release v1.5.7 2 лет назад
stm32f3xx_ll_fmc.c a6ed2a0397 Release v1.5.8 1 год назад
stm32f3xx_ll_gpio.c 75cf4fce55 [HAL][LL] New licensing scheme deployment 3 лет назад
stm32f3xx_ll_hrtim.c 75cf4fce55 [HAL][LL] New licensing scheme deployment 3 лет назад
stm32f3xx_ll_i2c.c cdce3daed2 Release v1.5.7 2 лет назад
stm32f3xx_ll_opamp.c cdce3daed2 Release v1.5.7 2 лет назад
stm32f3xx_ll_pwr.c 75cf4fce55 [HAL][LL] New licensing scheme deployment 3 лет назад
stm32f3xx_ll_rcc.c cdce3daed2 Release v1.5.7 2 лет назад
stm32f3xx_ll_rtc.c cdce3daed2 Release v1.5.7 2 лет назад
stm32f3xx_ll_spi.c cdce3daed2 Release v1.5.7 2 лет назад
stm32f3xx_ll_tim.c a6ed2a0397 Release v1.5.8 1 год назад
stm32f3xx_ll_usart.c cdce3daed2 Release v1.5.7 2 лет назад
stm32f3xx_ll_usb.c f063bef672 [HAL][LL][USB] Fix added to support bulk transfer in double buffer mode 1 год назад
stm32f3xx_ll_utils.c a6ed2a0397 Release v1.5.8 1 год назад