1. 24b6b30 [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 Tasnim · 4 months ago master
  2. 5fcab86 [HAL][SDMMC] Remove Redundant Condition from HAL_SD_InitCard() API by Tasnim · 4 months ago
  3. 1ab6e85 [HAL][I2C] Remove Redundant Condition from I2C_MasterReceive_BTF() API by Tasnim · 4 months ago
  4. 804dadc [HAL][UART] Remove Redundant Condition from HAL_UARTEx_ReceiveToIdle_DMA() API by Rania JMAI · 4 months ago
  5. d99d0b2 [HAL][UART] Correct DMA Rx abort procedure impact on ongoing Tx transfer in polling mode by Rania JMAI · 4 months ago
  6. 82bd21f [HAL][SPI] Add wait on flag TXE to be set at the end of transaction to be aligned with reference manual by Rania JMAI · 4 months ago
  7. 198e17c [HAL][LL][USB] Add fix to support bulk transfer in double buffer mode by karim · 6 months ago
  8. 55bb64f [LL][CORTEX] Add missing parenthesis() in LL_MPU_ConfigRegion() API by Rania JMAI · 7 months ago
  9. 7553c59 [HAL][GPIO] Replace GPIO_Pin_x with GPIO_PIN_x to be compliant with macros definition by Rania JMAI · 8 months ago
  10. 152d2d0 [HAL][TIM] Update interrupt flag is cleared when the update event is generated by software by karim · 9 months ago
  11. 0e60726 [HAL][SPI] Update HAL_SPI_TransmitReceive API to set the bit CRCNEXT in case of one byte transaction by karim · 9 months ago
  12. 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 months ago
  13. 8528166 [LL][UTILS] Fix a note about Ticks parameter by Tasnim · 12 months ago
  14. e294ba1 [HAL][RCC] Add UNUSED() macro to avoid the generation of a warning related to the unused argument 'Edge' by Tasnim · 12 months ago
  15. 56b93d7 [HAL][I2C] Update the HAL I2C driver to reset PreviousState to I2C_STATE_NONE at the end of transfer by Tasnim · 12 months ago
  16. 58a3995 [HAL][UART] Avoid ORE flag to be cleared by a transmit process in polling mode by Tasnim · 1 year, 1 month ago
  17. 35d8ee1 [HAL][UART] Rework of UART_WaitOnFlagUntilTimeout() API to avoid being stuck forever when UART overrun error occurs and to enhance behavior by Tasnim · 1 year, 1 month ago
  18. 7e6391a [HAL][I2C] Update HAL_I2C_Master_Abort_IT to support memory abort transfer by Tasnim · 1 year, 1 month ago
  19. 3626652 [HAL][TIM] Remove multiple volatile reads in interrupt handler for better performance by Ali Labbene · 1 year, 2 months ago
  20. 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 · 1 year, 2 months ago
  21. 918c141 [HAL][SDMMC] Update HAL SD processes to manage STBITERR flag by Rania JMAI · 1 year, 3 months ago
  22. 5a20393 [HAL][SPI] Update IT API to enable interrupts after process unlock by houssine BOUGUERBA · 1 year, 6 months ago
  23. 10b9f2e [LL][RTC] Correct misleading note about shadow registers by houssine BOUGUERBA · 1 year, 6 months ago
  24. 7c8b9da Add SECURITY.md by houssine BOUGUERBA · 1 year, 7 months ago
  25. 0775960 Release v1.4.5 by houssine BOUGUERBA · 1 year, 8 months ago v1.4.5
  26. 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, 9 months ago
  27. 56a89b5 [HAL][GENERIC] Allow redefinition of macro UNUSED(x) by houssine BOUGUERBA · 1 year, 10 months ago
  28. 2285fa4 [HAL][GENERIC] Update brief of HAL_GetTickFreq() by houssine BOUGUERBA · 1 year, 11 months ago
  29. 2c1feb1 [HAL][LL][USB] Add function to abort current USB endpoint transfer by houssine BOUGUERBA · 1 year, 11 months ago
  30. 43dc3ee [HAL][EXTI] Fix computation of pExtiConfig->GPIOSel in HAL_EXTI_GetConfigLine() by houssine BOUGUERBA · 1 year, 11 months ago
  31. 383db17 [HAL][I2C] Add SMBUS Driver for STM32L1 by Eya · 2 years ago
  32. 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 · 2 years ago
  33. 2a67ae5 [HAL][I2C] Duplicate the test condition after timeout detection to avoid false timeout detection by Eya · 2 years ago
  34. 68f6d03 [HAL][LL][USART] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 2 years, 2 months ago
  35. af1bd06 [HAL][UART] Removal of HAL_LOCK/HAL_UNLOCK calls in HAL UART Tx and Rx APIs by Eya · 2 years, 2 months ago
  36. 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 · 2 years, 2 months ago
  37. 0e5a3fe [HAL][UART] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 2 years, 2 months ago
  38. d203657 [HAL][LL][TIM] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 2 years, 2 months ago
  39. 9c3c5f4 [HAL][SMARTCARD] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 2 years, 2 months ago
  40. a6baeeb [HAL][IRDA] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 2 years, 2 months ago
  41. 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 · 2 years, 2 months ago
  42. 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 · 2 years, 2 months ago
  43. 97ee847 [HAL][FLASH] Update the maximum number of flash pages to 1024 by Eya · 2 years, 2 months ago
  44. cd6505c [LL][ADC] add missing LL_ADC_REG_SEQ_SCAN_ENABLE_xxRANKS defines from RANK 17 to RANK 28 by Eya · 2 years, 2 months ago
  45. ec82081 [HAL][USART] Add const qualifier for read only pointers by Ali Labbene · 2 years, 10 months ago
  46. 1078d2e [HAL][USART] Improve header description of USART_WaitOnFlagUntilTimeout() function by Ali Labbene · 2 years, 10 months ago
  47. 99a1f23 [LL][USART] Handle concurrent register access in case of race condition between Tx and Rx transfers by Ali Labbene · 2 years, 10 months ago
  48. fd6af52 [HAL][UART] Add const qualifier for read only pointers by Ali Labbene · 2 years, 10 months ago
  49. c806e93 [HAL][UART] Add a check on the UART parity before enabling the parity error interruption by Ali Labbene · 2 years, 10 months ago
  50. 3d3cded [HAL][UART] Improve header description of UART_WaitOnFlagUntilTimeout() function by Ali Labbene · 2 years, 10 months ago
  51. 35b44dc [HAL][UART] Handle UART concurrent register access in case of race condition between Tx and Rx transfers by Ali Labbene · 2 years, 10 months ago
  52. 8e90e8f [HAL][UART] Fix typo in UART_IT_TXE bit description by Ali Labbene · 2 years, 10 months ago
  53. 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, 10 months ago
  54. 2561c8d [HAL][SMARTCARD] Add const qualifier for read only pointers by Ali Labbene · 2 years, 10 months ago
  55. c9b6c94 [HAL][SMARTCARD] Improve header description of SMARTCARD_WaitOnFlagUntilTimeout() function by Ali Labbene · 2 years, 10 months ago
  56. b23faef [HAL][IRDA] Add const qualifier for read only pointers by Ali Labbene · 2 years, 10 months ago
  57. cb1cf5e [HAL][IRDA] Improve header description of IRDA_WaitOnFlagUntilTimeout() function by Ali Labbene · 2 years, 10 months ago
  58. 1410b98 [HAL][I2C] Update I2C_MasterReceive_RXNE() process to safe manage data N= 2 and N= 3 by Ali Labbene · 2 years, 10 months ago
  59. 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, 10 months ago
  60. ca48916 [HAL][ADC] Better performance by removing multiple volatile reads or writes in interrupt handler by Ali Labbene · 2 years, 10 months ago
  61. c6a2630 [HAL][LL] New licensing scheme deployment by Ali Labbene · 2 years, 10 months ago
  62. 919c171 Release v1.4.4 by rihab kouki · 3 years, 7 months ago v1.4.4
  63. 9ee84a7 Release v1.4.3 by rihab kouki · 4 years, 2 months ago v1.4.3
  64. 44efc44 Release v1.4.2 by rihab kouki · 4 years, 3 months ago v1.4.2
  65. 4b4f25f Release v1.4.1 by rihab kouki · 4 years, 5 months ago v1.4.1
  66. 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, 9 months ago
  67. 3a960be Release v1.4.0 by Ali Labbene · 5 years ago v1.4.0
  68. 8f1341d Initial commit by Ali LABBENE · 5 years ago