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