- 1c95709 [HAL][SPI] Add assert on 16-bit aligned address by karim · 7 months ago master
- ecfc688 [HAL][SPI] Update HAL SPI driver to remove "got to" instruction and avoid misplaced __HAL_LOCK() issue by karim · 7 months ago
- b363874 [HAL][LL][USB] Add fix to support bulk transfer in double buffer mode by karim · 8 months ago
- f4c19f9 [HAL][LL][USB] Fix USB data toggle by Tasnim · 10 months ago
- c9931ec [HAL][LL][USB] Rework host channel init to allow supporting hubs by Tasnim · 10 months ago
- 77ad423 [HAL][DAC] Fix HAL DAC calibration procedure (function HAL_DACEx_SelfCalibrate()) to manage case of calibration factor equal to range maximum value (previously, in this case calibration factor was reset, leading to voltage accuracy not optimal) by Tasnim · 10 months ago
- dc93780 [HAL][GPIO] Replace GPIO_Pin_x with GPIO_PIN_x to be compliant with macros definition by Rania JMAI · 1 year, 2 months ago
- e194e5a Release v1.4.6 by Ali Labbene · 1 year, 3 months ago v1.4.6
- 80a4fa7 [HAL][FLASH] Update HAL_FLASH_Unlock/HAL_FLASH_Lock and HAL_FLASH_OB_Unlock/HAL_FLASH_OB_Lock functions to check BSY1, BSY2 and CFGBSY bits before performing Unlock/Lock sequence by Rania JMAI · 1 year, 3 months ago
- 48c6ac4 [HAL][LL][PWR] Update to support 'USB supply enable' feature for STM32G0B0 devices by Ali Labbene · 1 year, 5 months ago
- f47385c [HAL][USB] Prevent channel auto start of periodic interrupt transfer during NAK by Rania JMAI · 1 year, 5 months ago
- 85894f4 [HAL][TIM] Remove multiple volatile reads or writes in interrupt handler for better performance by Rania JMAI · 1 year, 5 months ago
- ac5d90d [HAL][I2C] Update HAL I2C driver to disable all interrupts after end of transaction by Tasnim · 1 year, 6 months ago
- 272438f [HAL][FLASH] Fix timeout check in FLASH_WaitForLastOperation() by Tasnim · 1 year, 6 months ago
- 5def140 [HAL][UART] Avoid RTOF flag to be cleared by a transmit process in polling mode by Tasnim · 1 year, 6 months ago
- 05210b0 [HAL][UART] Fix incorrect gState check in HAL_UART_RegisterRxEventCallback/HAL_UART_UnRegisterRxEventCallback to allow user Rx Event Callback registration when a transmit is ongoing by Tasnim · 1 year, 6 months ago
- 8549cf9 [HAL][RTC] Optimize the way RSF flag is cleared in HAL_RTC_WaitForSynchro() by Tasnim · 1 year, 7 months ago
- aebb9c6 [HAL][FDCAN] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by Tasnim · 1 year, 7 months ago
- f63fa71 [HAL][I2C] Update I2C_WaitOnRXNEFlagUntilTimeout to check I2C_FLAG_AF independently from I2C_FLAG_RXNE by Tasnim · 1 year, 8 months ago
- ec98bda [HAL][I2C] Update I2C_Slave_ISR_IT, I2C_Slave_ISR_DMA and I2C_ITSlaveCplt to prevent the call of HAL_I2C_ListenCpltCallback twice by Tasnim · 1 year, 8 months ago
- 3297727 [HAL][UART] Update initialisation sequence for TXINV, RXINV and TXRXSWAP settings by Tasnim · 1 year, 9 months ago
- 7d9e00a [HAL][SPI] Update IT API to enable interrupts after process unlock by Tasnim · 1 year, 9 months ago
- b03ca11 [HAL][I2C] Update HAL_I2C_Mem_Write_IT API to initialize XferSize at 0 by Tasnim · 1 year, 9 months ago
- 2fca1ce [HAL][SMBUS] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by Tasnim · 1 year, 10 months ago
- 7b26f3a [HAL][LL][I2C] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by Tasnim · 1 year, 10 months ago
- c3db062 [HAL][CRYP] Update Crypt/Decrypt IT processes to avoid Computation Completed IRQ fires before the DINR pointer increment by Tasnim · 1 year, 11 months ago
- 4da70d0 [LL][ADC] In function LL_ADC_DeInit(), remove useless action of conversion trigger change. Moreover, this action was not compliant with ADC enable state (cf reference manual) by Tasnim · 1 year, 11 months ago
- e911b12 [HAL][SMBUS] Update HAL I2C driver to prefetch data before starting the transmission: implementation of errata sheet workaround I2C2-190208 : Transmission stalled after first byte by Tasnim · 2 years ago
- b3fdb9e [HAL][I2C] Update HAL I2C driver to prefetch data before starting the transmission: implementation of errata sheet workaround I2C2-190208 : Transmission stalled after first byte by Tasnim · 2 years ago
- 42360b1 [HAL][GENERIC] Update of HAL_GetTickFreq() brief by Tasnim · 2 years ago
- a3e0de8 [HAL][SPI] Set handler's state to 'ready' only in case of timeout but not in case of another error by houssine BOUGUERBA · 2 years, 1 month ago
- bba42c0 [HAL][EXTI] Fix computation of pExtiConfig->GPIOSel in HAL_EXTI_GetConfigLine() by houssine BOUGUERBA · 2 years, 1 month ago
- f294eff [HAL][UART] Rework of UART_WaitOnFlagUntilTimeout() API to avoid being stuck forever when UART overrun error occurs and to enhance behavior by Rania JMAI · 2 years, 1 month ago
- 685f544 [HAL][I2C] Duplicate the test condition after timeout detection to avoid false timeout detection by Rania JMAI · 2 years, 2 months ago
- ab5ab77 [HAL][UART] Disable the Receiver Timeout Interrupt when data reception is completed by Eya · 2 years, 6 months ago
- 2a1b3e0 [LL][TIM] Remove useless check on IS_TIM_ADVANCED_INSTANCE() within LL_TIM_BDTR_Init() to fix Break Filter configuration problem with specific TIM instances by Eya · 2 years, 6 months ago
- ae0927d [HAL][DAC] Fix HAL_GetTick() timeout vulnerability by Eya · 2 years, 6 months ago
- 23e8a1d [HAL][CRC] Add filter in HAL_CRCEx_Polynomial_Set() to exclude even polynomials by Eya · 2 years, 6 months ago
- ba4210f Release v1.4.5 by Eya · 2 years, 6 months ago v1.4.5
- 3e7e576 Release v1.4.4 by Eya · 2 years, 9 months ago v1.4.4
- 65daa94 [HAL][FDCAN] Better performance by removing multiple volatile reads or writes in interrupt handler by Ali Labbene · 3 years ago
- 0cc8fca [HAL][LL][ADC] Rename TRx registers AWDxTR to be compliant with the reference manual by Ali Labbene · 3 years ago
- a86875a [HAL][LL] New licensing scheme deployment by Ali Labbene · 3 years ago
- 38df076 Release v1.4.3 by Ali Labbene · 3 years ago v1.4.3
- 36ae439 Release v1.4.2 by Eya · 3 years, 8 months ago v1.4.2
- 758febe Release v1.4.1 by rihab kouki · 4 years ago v1.4.1
- e84a576 Release v1.4.0 by Ali Labbene · 4 years, 3 months ago v1.4.0
- 37d2fe9 Release v1.3.0 by Eya · 5 years ago v1.3.0
- 22ec2f0 Release v1.2.0 by Eya · 5 years ago v1.2.0