- a9f8b8a [HAL][USB] Fix the condition on EONUM flag of DOEPCTLx register in HAL_PCD_IRQHandler() to correctly check on the frame number parity by Tasnim · 9 weeks ago master
- 139e138 [HAL][SWPMI] Fix incorrect word 'surcharged' in functions headers by Tasnim · 9 weeks ago
- d4de04e [HAL][RTC] Add missing enumerator 'HAL_RTC_SSRU_EVENT_CB_ID' to the enumerated type 'HAL_RTC_CallbackIDTypeDef' by Rania JMAI · 3 months ago
- 9af7726 [HAL][I2C] Move variable tmp declaration at the beginning in I2C_TransferConfig() function to avoid compilation errors with Keil MDK-ARM v5.37 by Rania JMAI · 3 months ago
- d98b072 [HAL][I2C] Update function HAL_I2C_IsDeviceReady() to take into account the number of trials by Rania JMAI · 3 months ago
- bb86001 [HAL][UART] Correct DMA Rx abort procedure impact on ongoing Tx transfer in polling mode by karim · 4 months ago
- 41027c6 [HAL][SPI] Check data size before changing state in reception API by karim · 4 months ago
- fac0e64 Release v1.13.5 by karim · 4 months ago v1.13.5
- dd06af5 [HAL][CORTEX] Fix a code formatting issue by Tasnim · 4 months ago
- 42d324a [HAL][LPTIM] Remove redundant IS_LPTIM_AUTORELOAD macro by Rania JMAI · 5 months ago
- dc56f50 [HAL][SMBUS] Update SMBUS_ITErrorHandler to flush TXDR just in case of error by Rania JMAI · 5 months ago
- 1e1ff18 [LL][CORTEX] Add missing parenthesis() in LL_MPU_ConfigRegion() API by Rania JMAI · 5 months ago
- 5f7138a [HAL][SDMMC] Fix issue related to the SD Card initialization with 4-bit bus width by Rania JMAI · 6 months ago
- a66e351 [HAL][I2C] Remove the unusable code in function HAL_I2C_IsDeviceReady by Rania JMAI · 6 months ago
- 0844cb8 [HAL][I2C] Update I2C_WaitOnFlagUntilTimeout to handle error case by Rania JMAI · 6 months ago
- 156b803 [HAL][I2C] Update HAL_I2C_Slave_Transmit to check if the received NACK is the good one by Rania JMAI · 6 months ago
- 0c6d747 [HAL][TIM] Update interrupt flag is cleared when the update event is generated by software by karim · 7 months ago
- d70a670 [HAL][DSI] Align DSI Initialization sequence to the recommended 'Programing procedure overview' part to avoid DSI read LCD controller register 0x0A error by karim · 7 months ago
- 67c160b [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(). by karim · 7 months ago
- 6b62b36 [DOC] Update CONTRIBUTING.md and rename License.md all in capital letters by Ali Labbene · 7 months ago
- 75636e1 [DOC] Update the "Compatibiity info" section of the README.md file by Ali Labbene · 7 months ago
- e5bb1ba [HAL][OSPI] Fix issue related to second XSPI instance management inside XSPIM. Second instance is wrongly deactivate in case of DQS not use by karim · 8 months ago
- 67bb79e [HAL][RTC] Complete the check on the tamper trigger configuration in HAL_RTCEx_SetTamper_IT() to be the same as in HAL_RTCEx_SetTamper() by karim · 8 months ago
- e494650 [HAL][SPI] Update HAL SPI driver to remove "got to" instruction and avoid misplaced __HAL_LOCK() issue by Rania JMAI · 9 months ago
- 97cc749 [HAL][GPIO] Replace GPIO_Pin_x with GPIO_PIN_x to be compliant with macros definition by Rania JMAI · 9 months ago
- dd40aa4 Merge pull request #11 from schilkp/master by TOUNSTM · 10 months ago
- eb4b2d2 [HAL][LL][TIM] Fix typo in PWM symmetric mode related constants names by Tasnim · 10 months ago
- d936ab2 [LL][UTILS] Fix a note about Ticks parameter by Tasnim · 10 months ago
- 05cdb37 [HAL][HASH] Read the last remaining bytes (3 or 2 or 1) of the data in a temporary variable (taking into account swap mode) and enter this variable into the HASH->DIN when the data is not a multiple of 4 bytes by Tasnim · 10 months ago
- 675fb52 [HAL][I2C] Update the HAL I2C driver to implement the errata workaround "Last-received byte loss in reload mode" by Tasnim · 12 months ago
- be076db [HAL][LL][USB] Improve delay management to set core mode by Tasnim · 12 months ago
- eb54677 [HAL][CAN] Clarify pin configuration in driver header by removing open-drain info by Tasnim · 12 months ago
- ea19d5c [HAL][GPIO] Fix documentation errors. by Philipp Schilk · 1 year, 1 month ago
- cbc2a70 [LL][I2C] Update LL_I2C_HandleTranfer() function to prevent undefined behavior of volatile usage before updating the CR2 register by Ali Labbene · 1 year, 1 month ago
- b8f4a94 [HAL][USB] fix device connection in case battery charging used with HS instance linked to internal FS PHY by Tasnim · 1 year, 2 months ago
- 93de202 [HAL][UART] Avoid RTOF flag to be cleared by a transmit process in polling mode by Tasnim · 1 year, 2 months ago
- b1eeca5 [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, 2 months ago
- 17273a9 [HAL][I2C] Update I2C_WaitOnRXNEFlagUntilTimeout to check I2C_FLAG_AF independently from I2C_FLAG_RXNE by houssine BOUGUERBA · 1 year, 4 months ago
- dcd1883 [HAL][I2C] Update I2C_Slave_ISR_IT, I2C_Slave_ISR_DMA and I2C_ITSlaveCplt to prevent the call of HAL_I2C_ListenCpltCallback twice by houssine BOUGUERBA · 1 year, 4 months ago
- b6f8be5 [HAL][SAI] Improve audio quality (avoid potential glitch) by houssine BOUGUERBA · 1 year, 5 months ago
- 80b53db Release v1.13.4 by houssine BOUGUERBA · 1 year, 4 months ago v1.13.4
- 9ef22e7 [HAL][SDMMC] Add missing clear of the static data flags for DMA process in HAL_MMC_IRQHandler() by Rania JMAI · 1 year, 6 months ago
- 8228e0a [LL][RNG] Add ERROR status use case to API LL_RNG_DeInit() by Rania JMAI · 1 year, 6 months ago
- ff9b955 [HAL][RCC] Add a note in HAL_RCC_OscConfig() to inform the users of the steps to take if HSE failed to start by Rania JMAI · 1 year, 6 months ago
- eb881f9 Add SECURITY.md by houssine BOUGUERBA · 1 year, 6 months ago
- 64ed6ac [HAL][RTC] Check if the RTC calendar has been previously initialized before entering Initialization mode by houssine BOUGUERBA · 1 year, 7 months ago
- 35ac387 [HAL][LL][I2C] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by houssine BOUGUERBA · 1 year, 7 months ago
- dee73d5 [HAL][SPI] Fix driver to don't update state in case of error (HAL_SPI_STATE_READY will be set only in case of HAL_TIMEOUT) by Tasnim · 1 year, 8 months ago
- 9a351f8 [HAL][SMBUS] Update HAL SMBUS driver to prefetch data before starting the transmission: implementation of errata sheet workaround I2C2-190208 : Transmission stalled after first byte by houssine BOUGUERBA · 1 year, 8 months ago
- 262627e [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 houssine BOUGUERBA · 1 year, 8 months ago
- 53678e6 [HAL][GENERIC] Update brief of HAL_GetTickFreq() by houssine BOUGUERBA · 1 year, 8 months ago
- 4b1c269 [LL][USB] Add fix to USB_ClearInterrupts(), should write 1 to clear the interrupt status bits of OTG_FS_GINTSTS register by houssine BOUGUERBA · 1 year, 9 months ago
- 29e926a [HAL][GENERIC] Allow redefinition of macro UNUSED(x) by houssine BOUGUERBA · 1 year, 9 months ago
- a4d4011 [HAL][UART] Rework of UART_WaitOnFlagUntilTimeout() API to avoid being stuck forever when UART overrun error occurs and to enhance behavior by houssine BOUGUERBA · 1 year, 11 months ago
- 851d34e [HAL][SPI] Fix driver to don't update state in case of error (HAL_SPI_STATE_READY will be set only in case of HAL_TIMEOUT) by houssine BOUGUERBA · 1 year, 11 months ago
- f16fb59 [HAL][I2C] Duplicate the test condition after timeout detection to avoid false timeout detection by houssine BOUGUERBA · 1 year, 11 months ago
- 874b780 [HAL][USB] Update RX count mask to avoid overwriting any received bytes by Ali Labbene · 2 years ago
- 326ab7e [HAL][USART] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 2 years ago
- 28bf8b0 [HAL][UART] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 2 years ago
- c65ba35 [HAL][TIM] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 2 years ago
- 27e6361 [LL][TIM] Remove tag '/** @defgroup TIM_LL_EM_Exported_Macros Exported_Macros' as redundant with tag '/** @defgroup TIM_LL_Exported_Macros TIM Exported Macros' by Ali Labbene · 2 years ago
- f113b8f [HAL][SMARTCARD] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 2 years ago
- d71782a [LL][LPTIM] Homogenize the naming of LL_LPTIM_ClearFlag_XXX() APIs (ClearFLAG --> ClearFlag) by Ali Labbene · 2 years ago
- 4dc575d [HAL][LPTIM] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 2 years ago
- e532e7d [HAL][IRDA] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 2 years ago
- 83ffa3f [HAL][HASH] Remove initialization of local variable 'status' in HASH_DMAXferCplt() by Ali Labbene · 2 years ago
- 5909bde [HAL][EXTI] Fix computation of pExtiConfig->GPIOSel in HAL_EXTI_GetConfigLine() by Ali Labbene · 2 years ago
- ea2c6a2 [HAL][DAC] Fix HAL_GetTick() timeout vulnerability by Ali Labbene · 2 years ago
- 89f4708 [HAL][CRC] Add filter in HAL_CRCEx_Polynomial_Set() to exclude even polynomials by Ali Labbene · 2 years ago
- aa4eb06 [HAL][UART] Disable the Receiver Timeout Interrupt when data reception is completed by Eya · 2 years, 2 months ago
- 33ea8c4 [HAL][UART] Removal of HAL_LOCK/HAL_UNLOCK calls in HAL UART Tx and Rx APIs by Eya · 2 years, 2 months ago
- 9ab1cb8 [HAL][UART] Add new API HAL_UARTEx_GetRxEventType() to retrieve the type of event that has led the RxEventCallback execution by Eya · 2 years, 2 months ago
- 7f5e1d7 [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, 2 months ago
- b66cf1a [HAL][I2C] Clear the ADDRF flag only when direction is confirmed as changed, to prevent that the ADDRF flag is cleared too early when the restart is received by Eya · 2 years, 2 months ago
- 8296070 [HAL][I2C] Update I2C_IsErrorOccurred to return error if timeout is detected by Eya · 2 years, 2 months ago
- 75b4828 [HAL][GPIO] Add missing GPIO_AF14_TIM2 definition for STM32L4P5xx and STM32L4Q5xx by Eya · 2 years, 2 months ago
- ccde09b [LL][RTC] Avoid waiting for the RSF bit to be cleared in the LL_RTC_WaitForSynchro() API to prevent getting stuck in an infinite loop by Ali Labbene · 2 years, 6 months ago
- 8d5c18d [LL][CRS] Update LL_CRS_ConfigSynchronization() API to add missing shift of HSI48CalibrationValue parameter's position by Ali Labbene · 2 years, 6 months ago
- 410c74b Release v1.13.3 by Eya · 2 years, 7 months ago v1.13.3
- 2e3dea9 [LL][USB] Fix handling of ODDFRM bit in OTG_HCCHARx for isochronous IN transactions by rihab kouki · 2 years, 8 months ago
- ffd53f9 [HAL][LL][HCD][USB] Fix received data length counting when DMA is enabled by rihab kouki · 2 years, 8 months ago
- 1689627 [HAL][PCD] Set DCD timeout to minimum of 300ms before starting BCD primary detection process by rihab kouki · 2 years, 8 months ago
- 41e4931 [LL][TIM] Update __LL_TIM_CALC_PSC() macro to round up the evaluated value when the fractional part of the division is greater than 0.5 by rihab kouki · 2 years, 8 months ago
- 912ff2d [HAL][SAI] HAL code quality enhancement for MISRA-C Rule-8.13 by adding const qualifiers by rihab kouki · 2 years, 8 months ago
- 6c57229 [HAL][RCC] Update HAL_RCC_ClockConfig() function to avoid issue with CPU clock being out of range versus the Flash latency by rihab kouki · 2 years, 8 months ago
- 115160d [HAL][QSPI] Update HAL_QSPI_Abort() and HAL_QSPI_Abort_IT() APIs to check on QSPI BUSY flag status before executing the abort procedure by rihab kouki · 2 years, 8 months ago
- 57226f9 [HAL][LTDC] Update HAL_LTDC_DeInit() function to fix MCU Hang up during LCD turn OFF by rihab kouki · 2 years, 8 months ago
- 4160075 [HAL][EXTI] Fix EXTI_GPIOG defined value issue by rihab kouki · 2 years, 8 months ago
- 54e946a [HAL][DFSDM] HAL code quality enhancement for MISRA-C Rule-8.13 by adding const qualifiers by rihab kouki · 2 years, 8 months ago
- 49aacb8 [HAL][OSPI] Update HAL_OSPI_Init() to fix DelayBlockBypass parameter configuration issue by Ali Labbene · 2 years, 10 months ago
- 4ba2c74 Release v1.13.2 by rihab kouki · 3 years ago v1.13.2
- 5829f4d Release v1.13.0 by Ali Labbene · 3 years, 9 months ago v1.13.0
- aee3d5b Release v1.12.0 by rihab kouki · 4 years, 4 months ago v1.12.0
- 27987ad Update CONTRIBUTING.md and PULL_REQUEST_TEMPLATE.md with CLA procedure description and mention that pull-requests are now accepted by Eya · 4 years, 8 months ago
- 16f574a Release v1.11.1 by Eya · 4 years, 9 months ago v1.11.1
- dfbafed Release v1.11.0 by Ali Labbene · 4 years, 10 months ago v1.11.0
- 2737a6e Release v1.10.0 by Ali Labbene · 4 years, 10 months ago v1.10.0
- 4ad469e Initial commit by Ali LABBENE · 4 years, 10 months ago