Tasnim 6740f35064 [HAL][RCC] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers 1 年之前
..
stm32g4xx_hal.c d69997c6dc Release v1.2.5 1 年之前
stm32g4xx_hal_adc.c e7e4475fc1 [HAL][ADC] Remove assert in HAL_ADC_ConfigChannel() API 1 年之前
stm32g4xx_hal_adc_ex.c b17e54bbf0 [HAL][ADC] Fix length param definition in function HAL_ADCEx_MultiModeStart_DMA() 1 年之前
stm32g4xx_hal_comp.c d69997c6dc Release v1.2.5 1 年之前
stm32g4xx_hal_cordic.c 63c724f62a Release v1.2.4 1 年之前
stm32g4xx_hal_cortex.c 7cc636e63c [HAL][CORTEX] Update HAL_MPU_ConfigRegion() to allow the configuration of the MPU registers independently of the value of Enable/Disable field and add new APIs HAL_MPU_EnableRegion() / HAL_MPU_DisableRegion() 2 年之前
stm32g4xx_hal_crc.c 1e886abc2c Release v1.2.3 2 年之前
stm32g4xx_hal_crc_ex.c d69997c6dc Release v1.2.5 1 年之前
stm32g4xx_hal_cryp.c 63c724f62a Release v1.2.4 1 年之前
stm32g4xx_hal_cryp_ex.c 1e886abc2c Release v1.2.3 2 年之前
stm32g4xx_hal_dac.c d69997c6dc Release v1.2.5 1 年之前
stm32g4xx_hal_dac_ex.c 63c724f62a Release v1.2.4 1 年之前
stm32g4xx_hal_dma.c d69997c6dc Release v1.2.5 1 年之前
stm32g4xx_hal_dma_ex.c 19bed7c9f8 Release v1.2.2 4 年之前
stm32g4xx_hal_exti.c 1e886abc2c Release v1.2.3 2 年之前
stm32g4xx_hal_fdcan.c d69997c6dc Release v1.2.5 1 年之前
stm32g4xx_hal_flash.c 1e886abc2c Release v1.2.3 2 年之前
stm32g4xx_hal_flash_ex.c d69997c6dc Release v1.2.5 1 年之前
stm32g4xx_hal_flash_ramfunc.c 19bed7c9f8 Release v1.2.2 4 年之前
stm32g4xx_hal_fmac.c d69997c6dc Release v1.2.5 1 年之前
stm32g4xx_hal_gpio.c ee4a557609 [HAL][GPIO] Add Pull down capability in analog mode 1 年之前
stm32g4xx_hal_hrtim.c d69997c6dc Release v1.2.5 1 年之前
stm32g4xx_hal_i2c.c 63c724f62a Release v1.2.4 1 年之前
stm32g4xx_hal_i2c_ex.c 19bed7c9f8 Release v1.2.2 4 年之前
stm32g4xx_hal_i2s.c 55b6a51d4f [HAL][I2S] Update HAL I2S driver to fix misplaced __HAL_LOCK() 1 年之前
stm32g4xx_hal_irda.c 1e886abc2c Release v1.2.3 2 年之前
stm32g4xx_hal_iwdg.c 19bed7c9f8 Release v1.2.2 4 年之前
stm32g4xx_hal_lptim.c 1e886abc2c Release v1.2.3 2 年之前
stm32g4xx_hal_msp_template.c 19bed7c9f8 Release v1.2.2 4 年之前
stm32g4xx_hal_nand.c 00f248962a [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 1 年之前
stm32g4xx_hal_nor.c 1e886abc2c Release v1.2.3 2 年之前
stm32g4xx_hal_opamp.c 279c09fab6 [HAL][OPAMP] Ensure that the OPAINTOEN bit is not set in the HAL_OPAMP_SelfCalibrate function to prevent issues when the OPAMP output is internally connected to an ADC channel 1 年之前
stm32g4xx_hal_opamp_ex.c d69997c6dc Release v1.2.5 1 年之前
stm32g4xx_hal_pcd.c 4031f09919 [HAL][LL][USB] Add fix to support bulk transfer in double buffer mode 1 年之前
stm32g4xx_hal_pcd_ex.c 63c724f62a Release v1.2.4 1 年之前
stm32g4xx_hal_pwr.c 19bed7c9f8 Release v1.2.2 4 年之前
stm32g4xx_hal_pwr_ex.c d69997c6dc Release v1.2.5 1 年之前
stm32g4xx_hal_qspi.c 0ca931d915 [HAL][QSPI] Clear AR register after CCR to avoid new transfer when address is not needed 1 年之前
stm32g4xx_hal_rcc.c 6740f35064 [HAL][RCC] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers 1 年之前
stm32g4xx_hal_rcc_ex.c d69997c6dc Release v1.2.5 1 年之前
stm32g4xx_hal_rng.c 1e886abc2c Release v1.2.3 2 年之前
stm32g4xx_hal_rtc.c 11b72c0a7e [HAL][RTC] Check if the RTC calendar has been previously initialized before entering Initialization mode 2 年之前
stm32g4xx_hal_rtc_ex.c d41e1fc260 [HAL][RTC] Complete the check on the tamper trigger configuration in HAL_RTCEx_SetTamper_IT() to be the same as in HAL_RTCEx_SetTamper() 1 年之前
stm32g4xx_hal_sai.c 63c724f62a Release v1.2.4 1 年之前
stm32g4xx_hal_sai_ex.c 63c724f62a Release v1.2.4 1 年之前
stm32g4xx_hal_smartcard.c 63c724f62a Release v1.2.4 1 年之前
stm32g4xx_hal_smartcard_ex.c 19bed7c9f8 Release v1.2.2 4 年之前
stm32g4xx_hal_smbus.c 1e886abc2c Release v1.2.3 2 年之前
stm32g4xx_hal_smbus_ex.c 63c724f62a Release v1.2.4 1 年之前
stm32g4xx_hal_spi.c d69997c6dc Release v1.2.5 1 年之前
stm32g4xx_hal_spi_ex.c 1e886abc2c Release v1.2.3 2 年之前
stm32g4xx_hal_sram.c d69997c6dc Release v1.2.5 1 年之前
stm32g4xx_hal_tim.c 66b690511e [HAL][TIM] Fix update flag (UIF) clearing in TIM_Base_SetConfig 1 年之前
stm32g4xx_hal_tim_ex.c d69997c6dc Release v1.2.5 1 年之前
stm32g4xx_hal_timebase_tim_template.c 19bed7c9f8 Release v1.2.2 4 年之前
stm32g4xx_hal_uart.c 9f20352d15 [HAL][UART] Provide accurate position in RxEventCallback when ReceptionToIdle mode is used with DMA, when UART and DMA interrupts process is delayed 1 年之前
stm32g4xx_hal_uart_ex.c 63c724f62a Release v1.2.4 1 年之前
stm32g4xx_hal_usart.c 63c724f62a Release v1.2.4 1 年之前
stm32g4xx_hal_usart_ex.c 63c724f62a Release v1.2.4 1 年之前
stm32g4xx_hal_wwdg.c 1e886abc2c Release v1.2.3 2 年之前
stm32g4xx_ll_adc.c d69997c6dc Release v1.2.5 1 年之前
stm32g4xx_ll_comp.c d69997c6dc Release v1.2.5 1 年之前
stm32g4xx_ll_cordic.c a368fe0d5d [HAL][LL][CORDIC] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers 2 年之前
stm32g4xx_ll_crc.c 1e886abc2c Release v1.2.3 2 年之前
stm32g4xx_ll_crs.c 19bed7c9f8 Release v1.2.2 4 年之前
stm32g4xx_ll_dac.c d69997c6dc Release v1.2.5 1 年之前
stm32g4xx_ll_dma.c 19bed7c9f8 Release v1.2.2 4 年之前
stm32g4xx_ll_exti.c 19bed7c9f8 Release v1.2.2 4 年之前
stm32g4xx_ll_fmac.c 63c724f62a Release v1.2.4 1 年之前
stm32g4xx_ll_fmc.c d69997c6dc Release v1.2.5 1 年之前
stm32g4xx_ll_gpio.c 19bed7c9f8 Release v1.2.2 4 年之前
stm32g4xx_ll_hrtim.c 19bed7c9f8 Release v1.2.2 4 年之前
stm32g4xx_ll_i2c.c 63c724f62a Release v1.2.4 1 年之前
stm32g4xx_ll_lptim.c 1e886abc2c Release v1.2.3 2 年之前
stm32g4xx_ll_lpuart.c 1e886abc2c Release v1.2.3 2 年之前
stm32g4xx_ll_opamp.c 19bed7c9f8 Release v1.2.2 4 年之前
stm32g4xx_ll_pwr.c 19bed7c9f8 Release v1.2.2 4 年之前
stm32g4xx_ll_rcc.c d69997c6dc Release v1.2.5 1 年之前
stm32g4xx_ll_rng.c 63c724f62a Release v1.2.4 1 年之前
stm32g4xx_ll_rtc.c 19bed7c9f8 Release v1.2.2 4 年之前
stm32g4xx_ll_spi.c d69997c6dc Release v1.2.5 1 年之前
stm32g4xx_ll_tim.c 1e886abc2c Release v1.2.3 2 年之前
stm32g4xx_ll_ucpd.c 63c724f62a Release v1.2.4 1 年之前
stm32g4xx_ll_usart.c 63c724f62a Release v1.2.4 1 年之前
stm32g4xx_ll_usb.c 4031f09919 [HAL][LL][USB] Add fix to support bulk transfer in double buffer mode 1 年之前
stm32g4xx_ll_utils.c 1e886abc2c Release v1.2.3 2 年之前