1. a6ed2a0 Release v1.5.8 by karim · 8 days ago master v1.5.8
  2. 6187f6f [HAL][RCC] Add UNUSED() macro to avoid the generation of a warning related to the unused argument 'RCC_MCOx' by Rania JMAI · 3 months ago
  3. c7ca1e9 [HAL][GPIO] Replace GPIO_Pin_x with GPIO_PIN_x to be compliant with macros definition by Rania JMAI · 3 months ago
  4. c1c29d2 [HAL][ADC] Add UNUSED() macro to avoid the generation of a warning related to the unused argument 'hadc' by Rania JMAI · 3 months ago
  5. 4bf3b66 [LL][UTILS] Fix a note about Ticks parameter by Tasnim · 4 months ago
  6. 5af79a2 [HAL][LL][TIM] Fix typo in PWM symmetric mode related constants names by Tasnim · 4 months ago
  7. c2cdd03 [HAL][CAN] Clarify pin configuration in driver header by removing open-drain info by Tasnim · 4 months ago
  8. 65d7277 [HAL][I2C] Update the HAL I2C driver to implement the errata workaround "Last-received byte loss in reload mode by Rania JMAI · 5 months ago
  9. d2a8fb6 [HAL][TIM] Remove multiple volatile reads from interrupt handler for better performance by Ali Labbene · 7 months ago
  10. 56ee66a [LL][I2C] Update LL_I2C_HandleTranfer() function to prevent undefined behavior of volatile before updating the CR2 register by Ali Labbene · 7 months ago
  11. b3d19ea [HAL][UART] RTOF or ORE flag should be cleared only when UART_WaitOnFlagUntilTimeout() is executed in the context of the reception (i.e. for checking RX related flags) by Tasnim · 8 months ago
  12. 65918ab [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 · 8 months ago
  13. c74b711 [LL][RTC] Correct misleading note about shadow registers by Tasnim · 9 months ago
  14. c5c91a3 [HAL][I2C] Update I2C_WaitOnRXNEFlagUntilTimeout to check I2C_FLAG_AF independently from I2C_FLAG_RXNE by Rania JMAI · 10 months ago
  15. 44f65ea [HAL][I2C] Update I2C_Slave_ISR_IT, I2C_Slave_ISR_DMA and I2C_ITSlaveCplt to prevent the call of HAL_I2C_ListenCpltCallback twice by Rania JMAI · 10 months ago
  16. aa9d1d4 [HAL][I2C] Update HAL_I2C_Mem_Write_IT API to initialize XferSize at 0 by Rania JMAI · 10 months ago
  17. 5f4ab18 [HAL][UART] Update initialisation sequence for TXINV, RXINV and TXRXSWAP settings by houssine BOUGUERBA · 11 months ago
  18. 5507222 [HAL][SPI] Update IT API to enable interrupts after process unlock by houssine BOUGUERBA · 11 months ago
  19. 92607dc [HAL][FLASH] Correct the setting of option byte OB->WRPx in FLASH_OB_DisableWRP() API and apply Artistic Style fixes by houssine BOUGUERBA · 11 months ago
  20. 3e86023 Add SECURITY.md by Tasnim · 11 months ago
  21. 34f6799 [HAL][I2C] Update HAL I2C driver to disable all interrupts after end of transaction by houssine BOUGUERBA · 1 year ago
  22. 7aeb5de [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 ago
  23. 3e23fc0 [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 ago
  24. cdce3da Release v1.5.7 by Tasnim · 1 year, 2 months ago v1.5.7
  25. 2f76311 [HAL][LL][USB] Add new HAL_PCD_EP_Abort() and LL USB_EPStopXfer() APIs to abort current USB endpoint transfer by Eya · 1 year, 4 months ago
  26. 1d890bd [HAL][UART] Rework of UART_WaitOnFlagUntilTimeout() API to avoid being stuck forever when UART overrun error occurs and to enhance behavior by Eya · 1 year, 4 months ago
  27. b759ca1 [HAL][I2C] Duplicate the test condition after timeout detection to avoid false timeout detection by Eya · 1 year, 4 months ago
  28. 72a3892 [HAL][LL][USART] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 1 year, 6 months ago
  29. 7b93bdc [HAL][USART] Improve header description of USART_WaitOnFlagUntilTimeout() function by Ali Labbene · 1 year, 6 months ago
  30. 115f163 [HAL][UART] Disable the Receiver Timeout Interrupt when data reception is completed by Ali Labbene · 1 year, 6 months ago
  31. a3bee4a [HAL][UART] Remove HAL_LOCK() and HAL_UNLOCK() invocations in HAL UART Tx and Rx APIs by Ali Labbene · 1 year, 6 months ago
  32. a77e25e [HAL][UART] Add a new API HAL_UARTEx_GetRxEventType that could be used to retrieve the type of event that has led to the RxEventCallback() execution by Ali Labbene · 1 year, 6 months ago
  33. 6dcb8c6 [HAL][UART] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 1 year, 6 months ago
  34. e4b349f [HAL][UART] Improve header description of UART_WaitOnFlagUntilTimeout() function by Ali Labbene · 1 year, 6 months ago
  35. 5de8ad5 [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 Ali Labbene · 1 year, 6 months ago
  36. aaa2edf [LL][TIM] Update __LL_TIM_CALC_PSC() macro to round up the evaluate value when the fractional part of the division is greater than 0.5 by Ali Labbene · 1 year, 6 months ago
  37. 5cf0e29 [HAL][LL][TIM] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 1 year, 6 months ago
  38. d810374 [HAL][SMARTCARD] Fix wrong cast when computing the USARTDIV value in SMARTCARD_SetConfig() by Ali Labbene · 1 year, 6 months ago
  39. e3c7afc [HAL][SMARTCARD] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 1 year, 6 months ago
  40. 67143d6 [HAL][SMARTCARD] Improve header description of SMARTCARD_WaitOnFlagUntilTimeout() function by Ali Labbene · 1 year, 6 months ago
  41. d2d0054 [HAL][LL][RCC] Add 'static' storage-class specifier to 'const' arrays by Ali Labbene · 1 year, 6 months ago
  42. 806ff0c [HAL][IRDA] Fix wrong cast when computing the USARTDIV value in IRDA_SetConfig() by Ali Labbene · 1 year, 6 months ago
  43. 30a6c8f [HAL][IRDA] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 1 year, 6 months ago
  44. 9cc4cf7 [HAL][IRDA] Improve header description of IRDA_WaitOnFlagUntilTimeout() function by Ali Labbene · 1 year, 6 months ago
  45. 02632da [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 Ali Labbene · 1 year, 6 months ago
  46. 6f5e892 [HAL][I2C] Rename I2C_IsAcknowledgeFailed() I2C_IsErrorOccurred() and correct the way errors are checked and reported when they occur in polling mode by Ali Labbene · 1 year, 6 months ago
  47. 44f81c5 [HAL][I2C] Improve header description of I2C_WaitOnFlagUntilTimeout() function by Ali Labbene · 1 year, 6 months ago
  48. d1c9841 [HAL][LL][HRTIM] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 1 year, 6 months ago
  49. 903e2ae [HAL][HRTIM] Rework HAL_HRTIM_Get...() getter functions not to change the handle state in case input parameter is out-of-range by Ali Labbene · 1 year, 6 months ago
  50. 2b5a1de [HAL][CEC] Remove multiple volatile reads or writes in interrupt handler for better performance by Ali Labbene · 1 year, 6 months ago
  51. ac79237 [HAL][CEC] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 1 year, 6 months ago
  52. c87d1e0 [HAL][CAN] Add const qualifier to comply to MISRA-C Rule-8.13 and apply MCU A-Style corrections by Ali Labbene · 1 year, 6 months ago
  53. 75cf4fc [HAL][LL] New licensing scheme deployment by Ali Labbene · 2 years, 2 months ago
  54. 58a240b Update *.md files by Ali Labbene · 2 years, 4 months ago
  55. 0fe4de1 [HAL][USART] Add a check on the USART parity before enabling the parity error interrupt by rihab kouki · 2 years, 5 months ago
  56. 70fdafb [LL][USART] Fix compilation warnings generated with ARMV6 compiler by rihab kouki · 2 years, 5 months ago
  57. ef745ac [HAL][UART] Fix wrong cast when computing the USARTDIV value in UART_SetConfig() by rihab kouki · 2 years, 5 months ago
  58. dfd6c13 [HAL][UART]Add a check on the UART parity before enabling the parity error interruption by rihab kouki · 2 years, 5 months ago
  59. cd9ee5c [HAL][TIM] Fix HAL_TIMEx_RemapConfig() lock issue: __HAL_LOCK is called before calls to assert_param() by rihab kouki · 2 years, 5 months ago
  60. c0bd317 [HAL][SMBUS] Update to fix issue of mismatched data received by master in case of data size to be transmitted by the slave is greater than the data size to be received by the master. by rihab kouki · 2 years, 5 months ago
  61. fe06f75 [HAL][ADC] Better performance by removing multiple volatile reads or writes in interrupt handler by rihab kouki · 2 years, 5 months ago
  62. b505bb6 Release v1.5.6 by Eya · 2 years, 9 months ago v1.5.6
  63. a0007fb Release v1.5.5 by Ali Labbene · 3 years, 5 months ago v1.5.5
  64. 1761b62 Release v1.5.4 by Eya · 3 years, 9 months ago v1.5.4
  65. de50b60 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
  66. ae72f2d Release v1.5.3 by Eya · 4 years, 3 months ago v1.5.3
  67. 9b2054f Release v1.5.2 by Eya · 4 years, 3 months ago v1.5.2
  68. 1b83357 Initial commit by ASELSTM · 4 years, 3 months ago