1. 152d2d0 [HAL][TIM] Update interrupt flag is cleared when the update event is generated by software by karim · 9 days ago master
  2. 0e60726 [HAL][SPI] Update HAL_SPI_TransmitReceive API to set the bit CRCNEXT in case of one byte transaction by karim · 9 days ago
  3. ffac326 [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 · 9 days ago
  4. 8528166 [LL][UTILS] Fix a note about Ticks parameter by Tasnim · 4 months ago
  5. e294ba1 [HAL][RCC] Add UNUSED() macro to avoid the generation of a warning related to the unused argument 'Edge' by Tasnim · 4 months ago
  6. 56b93d7 [HAL][I2C] Update the HAL I2C driver to reset PreviousState to I2C_STATE_NONE at the end of transfer by Tasnim · 4 months ago
  7. 58a3995 [HAL][UART] Avoid ORE flag to be cleared by a transmit process in polling mode by Tasnim · 5 months ago
  8. 35d8ee1 [HAL][UART] Rework of UART_WaitOnFlagUntilTimeout() API to avoid being stuck forever when UART overrun error occurs and to enhance behavior by Tasnim · 5 months ago
  9. 7e6391a [HAL][I2C] Update HAL_I2C_Master_Abort_IT to support memory abort transfer by Tasnim · 5 months ago
  10. 3626652 [HAL][TIM] Remove multiple volatile reads in interrupt handler for better performance by Ali Labbene · 6 months ago
  11. c8ac649 [HAL][I2C] Update HAL_I2C_Mem_Read() to clear ACK bit once 3 bytes to read remain to be able to send the NACK once the transfer ends by Ali Labbene · 6 months ago
  12. 918c141 [HAL][SDMMC] Update HAL SD processes to manage STBITERR flag by Rania JMAI · 7 months ago
  13. 5a20393 [HAL][SPI] Update IT API to enable interrupts after process unlock by houssine BOUGUERBA · 10 months ago
  14. 10b9f2e [LL][RTC] Correct misleading note about shadow registers by houssine BOUGUERBA · 10 months ago
  15. 7c8b9da Add SECURITY.md by houssine BOUGUERBA · 11 months ago
  16. 0775960 Release v1.4.5 by houssine BOUGUERBA · 12 months ago v1.4.5
  17. 96b532a [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
  18. 56a89b5 [HAL][GENERIC] Allow redefinition of macro UNUSED(x) by houssine BOUGUERBA · 1 year, 1 month ago
  19. 2285fa4 [HAL][GENERIC] Update brief of HAL_GetTickFreq() by houssine BOUGUERBA · 1 year, 2 months ago
  20. 2c1feb1 [HAL][LL][USB] Add function to abort current USB endpoint transfer by houssine BOUGUERBA · 1 year, 2 months ago
  21. 43dc3ee [HAL][EXTI] Fix computation of pExtiConfig->GPIOSel in HAL_EXTI_GetConfigLine() by houssine BOUGUERBA · 1 year, 2 months ago
  22. 383db17 [HAL][I2C] Add SMBUS Driver for STM32L1 by Eya · 1 year, 4 months ago
  23. e39aed0 [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
  24. 2a67ae5 [HAL][I2C] Duplicate the test condition after timeout detection to avoid false timeout detection by Eya · 1 year, 4 months ago
  25. 68f6d03 [HAL][LL][USART] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 1 year, 6 months ago
  26. af1bd06 [HAL][UART] Removal of HAL_LOCK/HAL_UNLOCK calls in HAL UART Tx and Rx APIs by Eya · 1 year, 6 months ago
  27. 91731a2 [HAL][UART] Add a new API HAL_UARTEx_GetRxEventType that could be used to retrieve the type of event that has led the RxEventCallback execution by Eya · 1 year, 6 months ago
  28. 0e5a3fe [HAL][UART] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 1 year, 6 months ago
  29. d203657 [HAL][LL][TIM] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 1 year, 6 months ago
  30. 9c3c5f4 [HAL][SMARTCARD] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 1 year, 6 months ago
  31. a6baeeb [HAL][IRDA] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 1 year, 6 months ago
  32. 0acb261 [HAL][I2C] Update HAL_I2C_Master_Transmit_IT to return HAL_BUSY instead of HAL_ERROR when timeout occur and I2C_FLAG_BUSY is SET by Eya · 1 year, 6 months ago
  33. bec45ac [HAL][FLASH] Update the hal_flash.h file to correctly support the FLASH _SIZE of cat.3 devices with DEV_ID = 0x436 by Eya · 1 year, 6 months ago
  34. 97ee847 [HAL][FLASH] Update the maximum number of flash pages to 1024 by Eya · 1 year, 6 months ago
  35. cd6505c [LL][ADC] add missing LL_ADC_REG_SEQ_SCAN_ENABLE_xxRANKS defines from RANK 17 to RANK 28 by Eya · 1 year, 6 months ago
  36. ec82081 [HAL][USART] Add const qualifier for read only pointers by Ali Labbene · 2 years, 1 month ago
  37. 1078d2e [HAL][USART] Improve header description of USART_WaitOnFlagUntilTimeout() function by Ali Labbene · 2 years, 1 month ago
  38. 99a1f23 [LL][USART] Handle concurrent register access in case of race condition between Tx and Rx transfers by Ali Labbene · 2 years, 1 month ago
  39. fd6af52 [HAL][UART] Add const qualifier for read only pointers by Ali Labbene · 2 years, 1 month ago
  40. c806e93 [HAL][UART] Add a check on the UART parity before enabling the parity error interruption by Ali Labbene · 2 years, 1 month ago
  41. 3d3cded [HAL][UART] Improve header description of UART_WaitOnFlagUntilTimeout() function by Ali Labbene · 2 years, 1 month ago
  42. 35b44dc [HAL][UART] Handle UART concurrent register access in case of race condition between Tx and Rx transfers by Ali Labbene · 2 years, 1 month ago
  43. 8e90e8f [HAL][UART] Fix typo in UART_IT_TXE bit description by Ali Labbene · 2 years, 1 month ago
  44. dfc20f6 [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
  45. 2561c8d [HAL][SMARTCARD] Add const qualifier for read only pointers by Ali Labbene · 2 years, 1 month ago
  46. c9b6c94 [HAL][SMARTCARD] Improve header description of SMARTCARD_WaitOnFlagUntilTimeout() function by Ali Labbene · 2 years, 1 month ago
  47. b23faef [HAL][IRDA] Add const qualifier for read only pointers by Ali Labbene · 2 years, 1 month ago
  48. cb1cf5e [HAL][IRDA] Improve header description of IRDA_WaitOnFlagUntilTimeout() function by Ali Labbene · 2 years, 1 month ago
  49. 1410b98 [HAL][I2C] Update I2C_MasterReceive_RXNE() process to safe manage data N= 2 and N= 3 by Ali Labbene · 2 years, 1 month ago
  50. 749585a [HAL][I2C] Update HAL_I2C_Mem_Write_DMA() and HAL_I2C_Mem_Read_DMA() APIs to add initialization for Devaddress, Memaddress and EventCount parameters by Ali Labbene · 2 years, 1 month ago
  51. ca48916 [HAL][ADC] Better performance by removing multiple volatile reads or writes in interrupt handler by Ali Labbene · 2 years, 1 month ago
  52. c6a2630 [HAL][LL] New licensing scheme deployment by Ali Labbene · 2 years, 2 months ago
  53. 919c171 Release v1.4.4 by rihab kouki · 2 years, 11 months ago v1.4.4
  54. 9ee84a7 Release v1.4.3 by rihab kouki · 3 years, 6 months ago v1.4.3
  55. 44efc44 Release v1.4.2 by rihab kouki · 3 years, 7 months ago v1.4.2
  56. 4b4f25f Release v1.4.1 by rihab kouki · 3 years, 9 months ago v1.4.1
  57. e86a947 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
  58. 3a960be Release v1.4.0 by Ali Labbene · 4 years, 3 months ago v1.4.0
  59. 8f1341d Initial commit by Ali LABBENE · 4 years, 3 months ago