1. a96a3f5 [HAL][UART] Correct DMA Rx abort procedure impact on ongoing Tx transfer in polling mode by karim · 3 months ago master
  2. 1c14d36 [LL][ADC] Update LL_ADC_DeInit() API to avoid the infinite loop in case of timeout by karim · 4 months ago
  3. 2fa0a85 [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
  4. 24bab79 [HAL][LL][USB] Fix added to support bulk transfer in double buffer mode by karim · 5 months ago
  5. 115eb1d Release v1.7.8 by Tasnim · 7 months ago v1.7.8
  6. f3946cb [HAL][RCC] Add UNUSED() macro to avoid the generation of a warning related to the unused argument 'RCC_MCOx' by Tasnim · 10 months ago
  7. bc16457 [HAL][GPIO] Replace GPIO_Pin_x with GPIO_PIN_x to be compliant with macros definition by Tasnim · 10 months ago
  8. b0861db [HAL][CORTEX] Add UNUSED() macro to avoid the generation of a warning related to the unused argument 'SubPriority' by Tasnim · 10 months ago
  9. 0c66a5b [LL][UTILS] Fix 'Ticks' parameter's description of LL_InitTick() function by Ali Labbene · 11 months ago
  10. 317b1e4 [HAL][CAN] Apply some artistic style by Ali Labbene · 11 months ago
  11. e210ddb [HAL][CAN] Redefine the timeout value as a macro instead of a local variable in HAL_CAN_WakeUp() function by Ali Labbene · 11 months ago
  12. 2db7602 [HAL][CAN] Remove mention of 'open-drain' from the pin configuration paragraph in the 'How to use' section by Ali Labbene · 11 months ago
  13. 1bff6c2 [HAL][TIM] Remove multiple volatile reads or writes in interrupt handler for better performance by Tasnim · 1 year ago
  14. abff2dc [HAL][I2C] Update the HAL I2C driver to implement the errata workaround "Last-received byte loss in reload mode" by Tasnim · 1 year ago
  15. 539f073 [HAL][UART] Prevent RTOF flag from being cleared by a transmit process in polling mode by Ali Labbene · 1 year, 2 months ago
  16. 3ea7df5 [HAL][UART] Fix check on UART Rx state in HAL_UART_RegisterRxEventCallback() and HAL_UART_UnRegisterRxEventCallback() to allow user Rx Event Callback registration when a transmit is ongoing by Ali Labbene · 1 year, 2 months ago
  17. 1b343f2 [LL][I2C] Update LL_I2C_HandleTranfer() function to prevent undefined behavior of volatile usage before updating the CR2 register by Ali Labbene · 1 year, 2 months ago
  18. 9181ad3 [HAL][I2C] Update I2C_WaitOnRXNEFlagUntilTimeout to check I2C_FLAG_AF independently from I2C_FLAG_RXNE by Rania JMAI · 1 year, 4 months ago
  19. cab2242 [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, 4 months ago
  20. ceb7e38 [HAL][SPI] Update IT API to enable interrupts after process unlock by houssine BOUGUERBA · 1 year, 5 months ago
  21. 0cdac7e [LL][RTC] Correct misleading note about shadow registers by houssine BOUGUERBA · 1 year, 5 months ago
  22. 3ed6961 [HAL][I2C] Update HAL_I2C_Mem_Write_IT API to initialize XferSize at 0 by houssine BOUGUERBA · 1 year, 5 months ago
  23. 82dceef [HAL][UART] Update initialisation sequence for TXINV, RXINV and TXRXSWAP settings by Rania JMAI · 1 year, 6 months ago
  24. 4a31c22 Add SECURITY.md by Tasnim · 1 year, 6 months ago
  25. d16ee85 [HAL][I2C] Update HAL I2C driver to disable all interrupts after end of transaction by houssine BOUGUERBA · 1 year, 7 months ago
  26. d480aac [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. 8d0e404 [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. 5fd31c5 Release v1.7.7 by houssine BOUGUERBA · 1 year, 8 months ago v1.7.7
  29. 3c0fdd7 [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 Eya · 1 year, 11 months ago
  30. 0e54b3e [HAL][SMARTCARD] Improve header description of SMARTCARD_WaitOnFlagUntilTimeout() function by Eya · 1 year, 11 months ago
  31. b8d8ea8 [HAL][EXTI] Fix computation of pExtiConfig->GPIOSel in HAL_EXTI_GetConfigLine() by Eya · 1 year, 11 months ago
  32. 5b11ba1 [HAL][UART] Disable the Receiver Timeout Interrupt when data reception is completed by Eya · 1 year, 11 months ago
  33. 41fc250 [HAL][I2C] Duplicate the test condition after timeout detection to avoid false timeout detection by Eya · 1 year, 11 months ago
  34. 4ba3c3f [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, 11 months ago
  35. a313406 [LIC] Wrap license text to 80 columns for better readability when displayed raw by Ali Labbene · 2 years, 1 month ago
  36. b34abfc [HAL][USB] Set DCD timeout to a minimum of 300ms before starting BCD primary detection process by Ali Labbene · 2 years, 1 month ago
  37. 934bc0d [HAL][USART] Improve header description of USART_WaitOnFlagUntilTimeout() function by Ali Labbene · 2 years, 1 month ago
  38. e8f52a3 [HAL][UART] Correct the way transmit data flush request is managed by Ali Labbene · 2 years, 1 month ago
  39. 39e168a [HAL][UART] Improve header description of UART_WaitOnFlagUntilTimeout() function by Ali Labbene · 2 years, 1 month ago
  40. a720295 [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 Ali Labbene · 2 years, 1 month ago
  41. e96689f [HAL][RCC] Add 'static' storage-class specifier to 'const' arrays by Ali Labbene · 2 years, 1 month ago
  42. 75aafb7 [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
  43. 51d871b [HAL][I2C] Improve header description of I2C_WaitOnFlagUntilTimeout() function by Ali Labbene · 2 years, 1 month ago
  44. dd5cea4 [HAL][LL] Add 'const' qualifier to comply to MISRA C rule 8.13 by Ali Labbene · 2 years, 7 months ago
  45. 6d2b874 [HAL][ADC] Remove compilation warnings from SW4STM32 projects introduced by a previous bug fix by Ali Labbene · 2 years, 7 months ago
  46. 088f851 [HAL][LL] New licensing scheme deployment by Ali Labbene · 2 years, 9 months ago
  47. 79307a2 Update *.md files by Ali Labbene · 3 years ago
  48. 539a7ed [HAL][UART] Add a check on the UART parity before enabling the parity error interruption by rihab kouki · 3 years ago
  49. 064108e [HAL][UART] Fix wrong cast when computing the USARTDIV value in UART_SetConfig() by rihab kouki · 3 years ago
  50. 9b10d65 [LL][USART] Fix compilation warnings generated with ARMV6 compiler by rihab kouki · 3 years ago
  51. baacf1a [HAL][USART] Add a check on the USART parity before enabling the parity error interrupt by rihab kouki · 3 years ago
  52. b88983a [HAL][SMBUS]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
  53. a6cd198 [HAL][SMARTCARD] Fix wrong cast when computing the USARTDIV value in SMARTCARD_SetConfig() by rihab kouki · 3 years ago
  54. acafd0b [HAL][IRDA] Fix wrong cast when computing the USARTDIV value in IRDA_SetConfig() by rihab kouki · 3 years ago
  55. 226f495 [HAL][IRDA] Add a check on the IRDA parity before enabling the parity error interrupt by rihab kouki · 3 years ago
  56. 52afd4a [HAL][ADC] Better performance by removing multiple volatile reads or writes in interrupt handler by rihab kouki · 3 years ago
  57. e0c1884 Release v1.7.6 by rihab kouki · 3 years, 3 months ago v1.7.6
  58. 2e12463 Update stm32f0xx_hal_gpio_ex.h by Chengwei Qiu · 3 years, 5 months ago
  59. 5eeaad1 Release v1.7.5 by rihab kouki · 4 years ago v1.7.5
  60. 0e95cd8 Release v1.7.4 by rihab kouki · 4 years, 3 months ago
  61. 7f6f4ac Release v1.7.4 by rihab kouki · 4 years, 3 months ago v1.7.4
  62. fbcdf98 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
  63. a5ec192 Release v1.7.3 by Eya · 4 years, 10 months ago v1.7.3
  64. dcc3de1 Release v1.7.2 by Eya · 4 years, 10 months ago v1.7.2
  65. c81c8cd Initial commit by ASELSTM · 4 years, 10 months ago