1. 0c6d747 [HAL][TIM] Update interrupt flag is cleared when the update event is generated by software by karim · 10 days ago master
  2. 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 · 10 days ago
  3. 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 · 10 days ago
  4. 6b62b36 [DOC] Update CONTRIBUTING.md and rename License.md all in capital letters by Ali Labbene · 2 weeks ago
  5. 75636e1 [DOC] Update the "Compatibiity info" section of the README.md file by Ali Labbene · 2 weeks ago
  6. 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 · 4 weeks ago
  7. 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 · 4 weeks ago
  8. e494650 [HAL][SPI] Update HAL SPI driver to remove "got to" instruction and avoid misplaced __HAL_LOCK() issue by Rania JMAI · 10 weeks ago
  9. 97cc749 [HAL][GPIO] Replace GPIO_Pin_x with GPIO_PIN_x to be compliant with macros definition by Rania JMAI · 10 weeks ago
  10. dd40aa4 Merge pull request #11 from schilkp/master by TOUNSTM · 3 months ago
  11. eb4b2d2 [HAL][LL][TIM] Fix typo in PWM symmetric mode related constants names by Tasnim · 4 months ago
  12. d936ab2 [LL][UTILS] Fix a note about Ticks parameter by Tasnim · 4 months ago
  13. 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 · 4 months ago
  14. 675fb52 [HAL][I2C] Update the HAL I2C driver to implement the errata workaround "Last-received byte loss in reload mode" by Tasnim · 5 months ago
  15. be076db [HAL][LL][USB] Improve delay management to set core mode by Tasnim · 5 months ago
  16. eb54677 [HAL][CAN] Clarify pin configuration in driver header by removing open-drain info by Tasnim · 5 months ago
  17. ea19d5c [HAL][GPIO] Fix documentation errors. by Philipp Schilk · 6 months ago
  18. cbc2a70 [LL][I2C] Update LL_I2C_HandleTranfer() function to prevent undefined behavior of volatile usage before updating the CR2 register by Ali Labbene · 6 months ago
  19. b8f4a94 [HAL][USB] fix device connection in case battery charging used with HS instance linked to internal FS PHY by Tasnim · 7 months ago
  20. 93de202 [HAL][UART] Avoid RTOF flag to be cleared by a transmit process in polling mode by Tasnim · 7 months ago
  21. 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 · 7 months ago
  22. 17273a9 [HAL][I2C] Update I2C_WaitOnRXNEFlagUntilTimeout to check I2C_FLAG_AF independently from I2C_FLAG_RXNE by houssine BOUGUERBA · 10 months ago
  23. 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 · 10 months ago
  24. b6f8be5 [HAL][SAI] Improve audio quality (avoid potential glitch) by houssine BOUGUERBA · 10 months ago
  25. 80b53db Release v1.13.4 by houssine BOUGUERBA · 10 months ago v1.13.4
  26. 9ef22e7 [HAL][SDMMC] Add missing clear of the static data flags for DMA process in HAL_MMC_IRQHandler() by Rania JMAI · 11 months ago
  27. 8228e0a [LL][RNG] Add ERROR status use case to API LL_RNG_DeInit() by Rania JMAI · 11 months ago
  28. 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 · 11 months ago
  29. eb881f9 Add SECURITY.md by houssine BOUGUERBA · 11 months ago
  30. 64ed6ac [HAL][RTC] Check if the RTC calendar has been previously initialized before entering Initialization mode by houssine BOUGUERBA · 1 year ago
  31. 35ac387 [HAL][LL][I2C] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by houssine BOUGUERBA · 1 year ago
  32. 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, 1 month ago
  33. 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, 2 months ago
  34. 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, 2 months ago
  35. 53678e6 [HAL][GENERIC] Update brief of HAL_GetTickFreq() by houssine BOUGUERBA · 1 year, 2 months ago
  36. 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, 2 months ago
  37. 29e926a [HAL][GENERIC] Allow redefinition of macro UNUSED(x) by houssine BOUGUERBA · 1 year, 2 months ago
  38. 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, 4 months ago
  39. 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, 4 months ago
  40. f16fb59 [HAL][I2C] Duplicate the test condition after timeout detection to avoid false timeout detection by houssine BOUGUERBA · 1 year, 4 months ago
  41. 874b780 [HAL][USB] Update RX count mask to avoid overwriting any received bytes by Ali Labbene · 1 year, 5 months ago
  42. 326ab7e [HAL][USART] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 1 year, 5 months ago
  43. 28bf8b0 [HAL][UART] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 1 year, 5 months ago
  44. c65ba35 [HAL][TIM] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 1 year, 5 months ago
  45. 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 · 1 year, 5 months ago
  46. f113b8f [HAL][SMARTCARD] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 1 year, 5 months ago
  47. d71782a [LL][LPTIM] Homogenize the naming of LL_LPTIM_ClearFlag_XXX() APIs (ClearFLAG --> ClearFlag) by Ali Labbene · 1 year, 5 months ago
  48. 4dc575d [HAL][LPTIM] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 1 year, 5 months ago
  49. e532e7d [HAL][IRDA] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 1 year, 5 months ago
  50. 83ffa3f [HAL][HASH] Remove initialization of local variable 'status' in HASH_DMAXferCplt() by Ali Labbene · 1 year, 5 months ago
  51. 5909bde [HAL][EXTI] Fix computation of pExtiConfig->GPIOSel in HAL_EXTI_GetConfigLine() by Ali Labbene · 1 year, 5 months ago
  52. ea2c6a2 [HAL][DAC] Fix HAL_GetTick() timeout vulnerability by Ali Labbene · 1 year, 5 months ago
  53. 89f4708 [HAL][CRC] Add filter in HAL_CRCEx_Polynomial_Set() to exclude even polynomials by Ali Labbene · 1 year, 5 months ago
  54. aa4eb06 [HAL][UART] Disable the Receiver Timeout Interrupt when data reception is completed by Eya · 1 year, 8 months ago
  55. 33ea8c4 [HAL][UART] Removal of HAL_LOCK/HAL_UNLOCK calls in HAL UART Tx and Rx APIs by Eya · 1 year, 8 months ago
  56. 9ab1cb8 [HAL][UART] Add new API HAL_UARTEx_GetRxEventType() to retrieve the type of event that has led the RxEventCallback execution by Eya · 1 year, 8 months ago
  57. 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 · 1 year, 8 months ago
  58. 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 · 1 year, 8 months ago
  59. 8296070 [HAL][I2C] Update I2C_IsErrorOccurred to return error if timeout is detected by Eya · 1 year, 8 months ago
  60. 75b4828 [HAL][GPIO] Add missing GPIO_AF14_TIM2 definition for STM32L4P5xx and STM32L4Q5xx by Eya · 1 year, 8 months ago
  61. 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 ago
  62. 8d5c18d [LL][CRS] Update LL_CRS_ConfigSynchronization() API to add missing shift of HSI48CalibrationValue parameter's position by Ali Labbene · 2 years ago
  63. 410c74b Release v1.13.3 by Eya · 2 years ago v1.13.3
  64. 2e3dea9 [LL][USB] Fix handling of ODDFRM bit in OTG_HCCHARx for isochronous IN transactions by rihab kouki · 2 years, 1 month ago
  65. ffd53f9 [HAL][LL][HCD][USB] Fix received data length counting when DMA is enabled by rihab kouki · 2 years, 1 month ago
  66. 1689627 [HAL][PCD] Set DCD timeout to minimum of 300ms before starting BCD primary detection process by rihab kouki · 2 years, 1 month ago
  67. 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, 1 month ago
  68. 912ff2d [HAL][SAI] HAL code quality enhancement for MISRA-C Rule-8.13 by adding const qualifiers by rihab kouki · 2 years, 1 month ago
  69. 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, 1 month ago
  70. 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, 1 month ago
  71. 57226f9 [HAL][LTDC] Update HAL_LTDC_DeInit() function to fix MCU Hang up during LCD turn OFF by rihab kouki · 2 years, 1 month ago
  72. 4160075 [HAL][EXTI] Fix EXTI_GPIOG defined value issue by rihab kouki · 2 years, 1 month ago
  73. 54e946a [HAL][DFSDM] HAL code quality enhancement for MISRA-C Rule-8.13 by adding const qualifiers by rihab kouki · 2 years, 1 month ago
  74. 49aacb8 [HAL][OSPI] Update HAL_OSPI_Init() to fix DelayBlockBypass parameter configuration issue by Ali Labbene · 2 years, 3 months ago
  75. 4ba2c74 Release v1.13.2 by rihab kouki · 2 years, 5 months ago v1.13.2
  76. 5829f4d Release v1.13.0 by Ali Labbene · 3 years, 2 months ago v1.13.0
  77. aee3d5b Release v1.12.0 by rihab kouki · 3 years, 9 months ago v1.12.0
  78. 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, 1 month ago
  79. 16f574a Release v1.11.1 by Eya · 4 years, 2 months ago v1.11.1
  80. dfbafed Release v1.11.0 by Ali Labbene · 4 years, 3 months ago v1.11.0
  81. 2737a6e Release v1.10.0 by Ali Labbene · 4 years, 3 months ago v1.10.0
  82. 4ad469e Initial commit by Ali LABBENE · 4 years, 3 months ago