1. 3ab6399 [HAL][UART] Correct DMA Rx abort procedure impact on ongoing Tx transfer in polling mode by karim · 3 months ago master
  2. d970b33 [HAL][UART] Add HAL_UART_RXEVENT_IDLE event notification to user in case of HAL_UARTEx_ReceiveToIdle_DMA() use with Circular DMA, even if occurring just after TC event by karim · 4 months ago
  3. f063bef [HAL][LL][USB] Fix added to support bulk transfer in double buffer mode by Rania JMAI · 5 months ago
  4. 0cdf2ca [LL][CORTEX] Add missing parenthesis() in LL_MPU_ConfigRegion() API by karim · 7 months ago
  5. a6ed2a0 Release v1.5.8 by karim · 7 months ago v1.5.8
  6. 6187f6f [HAL][RCC] Add UNUSED() macro to avoid the generation of a warning related to the unused argument 'RCC_MCOx' by Rania JMAI · 10 months ago
  7. c7ca1e9 [HAL][GPIO] Replace GPIO_Pin_x with GPIO_PIN_x to be compliant with macros definition by Rania JMAI · 10 months ago
  8. c1c29d2 [HAL][ADC] Add UNUSED() macro to avoid the generation of a warning related to the unused argument 'hadc' by Rania JMAI · 10 months ago
  9. 4bf3b66 [LL][UTILS] Fix a note about Ticks parameter by Tasnim · 11 months ago
  10. 5af79a2 [HAL][LL][TIM] Fix typo in PWM symmetric mode related constants names by Tasnim · 11 months ago
  11. c2cdd03 [HAL][CAN] Clarify pin configuration in driver header by removing open-drain info by Tasnim · 11 months ago
  12. 65d7277 [HAL][I2C] Update the HAL I2C driver to implement the errata workaround "Last-received byte loss in reload mode by Rania JMAI · 1 year ago
  13. d2a8fb6 [HAL][TIM] Remove multiple volatile reads from interrupt handler for better performance by Ali Labbene · 1 year, 1 month ago
  14. 56ee66a [LL][I2C] Update LL_I2C_HandleTranfer() function to prevent undefined behavior of volatile before updating the CR2 register by Ali Labbene · 1 year, 1 month ago
  15. 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 · 1 year, 3 months ago
  16. 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 · 1 year, 3 months ago
  17. c74b711 [LL][RTC] Correct misleading note about shadow registers by Tasnim · 1 year, 4 months ago
  18. c5c91a3 [HAL][I2C] Update I2C_WaitOnRXNEFlagUntilTimeout to check I2C_FLAG_AF independently from I2C_FLAG_RXNE by Rania JMAI · 1 year, 5 months ago
  19. 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 · 1 year, 5 months ago
  20. aa9d1d4 [HAL][I2C] Update HAL_I2C_Mem_Write_IT API to initialize XferSize at 0 by Rania JMAI · 1 year, 5 months ago
  21. 5f4ab18 [HAL][UART] Update initialisation sequence for TXINV, RXINV and TXRXSWAP settings by houssine BOUGUERBA · 1 year, 6 months ago
  22. 5507222 [HAL][SPI] Update IT API to enable interrupts after process unlock by houssine BOUGUERBA · 1 year, 6 months ago
  23. 92607dc [HAL][FLASH] Correct the setting of option byte OB->WRPx in FLASH_OB_DisableWRP() API and apply Artistic Style fixes by houssine BOUGUERBA · 1 year, 6 months ago
  24. 3e86023 Add SECURITY.md by Tasnim · 1 year, 6 months ago
  25. 34f6799 [HAL][I2C] Update HAL I2C driver to disable all interrupts after end of transaction by houssine BOUGUERBA · 1 year, 7 months ago
  26. 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, 7 months ago
  27. 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, 7 months ago
  28. cdce3da Release v1.5.7 by Tasnim · 1 year, 9 months ago v1.5.7
  29. 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, 11 months ago
  30. 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, 11 months ago
  31. b759ca1 [HAL][I2C] Duplicate the test condition after timeout detection to avoid false timeout detection by Eya · 1 year, 11 months ago
  32. 72a3892 [HAL][LL][USART] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 2 years, 1 month ago
  33. 7b93bdc [HAL][USART] Improve header description of USART_WaitOnFlagUntilTimeout() function by Ali Labbene · 2 years, 1 month ago
  34. 115f163 [HAL][UART] Disable the Receiver Timeout Interrupt when data reception is completed by Ali Labbene · 2 years, 1 month ago
  35. a3bee4a [HAL][UART] Remove HAL_LOCK() and HAL_UNLOCK() invocations in HAL UART Tx and Rx APIs by Ali Labbene · 2 years, 1 month ago
  36. 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 · 2 years, 1 month ago
  37. 6dcb8c6 [HAL][UART] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 2 years, 1 month ago
  38. e4b349f [HAL][UART] Improve header description of UART_WaitOnFlagUntilTimeout() function by Ali Labbene · 2 years, 1 month ago
  39. 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 · 2 years, 1 month ago
  40. 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 · 2 years, 1 month ago
  41. 5cf0e29 [HAL][LL][TIM] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 2 years, 1 month ago
  42. d810374 [HAL][SMARTCARD] Fix wrong cast when computing the USARTDIV value in SMARTCARD_SetConfig() by Ali Labbene · 2 years, 1 month ago
  43. e3c7afc [HAL][SMARTCARD] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 2 years, 1 month ago
  44. 67143d6 [HAL][SMARTCARD] Improve header description of SMARTCARD_WaitOnFlagUntilTimeout() function by Ali Labbene · 2 years, 1 month ago
  45. d2d0054 [HAL][LL][RCC] Add 'static' storage-class specifier to 'const' arrays by Ali Labbene · 2 years, 1 month ago
  46. 806ff0c [HAL][IRDA] Fix wrong cast when computing the USARTDIV value in IRDA_SetConfig() by Ali Labbene · 2 years, 1 month ago
  47. 30a6c8f [HAL][IRDA] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 2 years, 1 month ago
  48. 9cc4cf7 [HAL][IRDA] Improve header description of IRDA_WaitOnFlagUntilTimeout() function by Ali Labbene · 2 years, 1 month ago
  49. 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 · 2 years, 1 month ago
  50. 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 · 2 years, 1 month ago
  51. 44f81c5 [HAL][I2C] Improve header description of I2C_WaitOnFlagUntilTimeout() function by Ali Labbene · 2 years, 1 month ago
  52. d1c9841 [HAL][LL][HRTIM] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 2 years, 1 month ago
  53. 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 · 2 years, 1 month ago
  54. 2b5a1de [HAL][CEC] Remove multiple volatile reads or writes in interrupt handler for better performance by Ali Labbene · 2 years, 1 month ago
  55. ac79237 [HAL][CEC] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 2 years, 1 month ago
  56. c87d1e0 [HAL][CAN] Add const qualifier to comply to MISRA-C Rule-8.13 and apply MCU A-Style corrections by Ali Labbene · 2 years, 1 month ago
  57. 75cf4fc [HAL][LL] New licensing scheme deployment by Ali Labbene · 2 years, 9 months ago
  58. 58a240b Update *.md files by Ali Labbene · 3 years ago
  59. 0fe4de1 [HAL][USART] Add a check on the USART parity before enabling the parity error interrupt by rihab kouki · 3 years ago
  60. 70fdafb [LL][USART] Fix compilation warnings generated with ARMV6 compiler by rihab kouki · 3 years ago
  61. ef745ac [HAL][UART] Fix wrong cast when computing the USARTDIV value in UART_SetConfig() by rihab kouki · 3 years ago
  62. dfd6c13 [HAL][UART]Add a check on the UART parity before enabling the parity error interruption by rihab kouki · 3 years ago
  63. cd9ee5c [HAL][TIM] Fix HAL_TIMEx_RemapConfig() lock issue: __HAL_LOCK is called before calls to assert_param() by rihab kouki · 3 years ago
  64. 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 · 3 years ago
  65. fe06f75 [HAL][ADC] Better performance by removing multiple volatile reads or writes in interrupt handler by rihab kouki · 3 years ago
  66. b505bb6 Release v1.5.6 by Eya · 3 years, 3 months ago v1.5.6
  67. a0007fb Release v1.5.5 by Ali Labbene · 4 years ago v1.5.5
  68. 1761b62 Release v1.5.4 by Eya · 4 years, 3 months ago v1.5.4
  69. 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, 8 months ago
  70. ae72f2d Release v1.5.3 by Eya · 4 years, 10 months ago v1.5.3
  71. 9b2054f Release v1.5.2 by Eya · 4 years, 10 months ago v1.5.2
  72. 1b83357 Initial commit by ASELSTM · 4 years, 10 months ago