1. 884d73a [HAL][I2C] Update I2C_WaitOnRXNEFlagUntilTimeout to check I2C_FLAG_AF independently from I2C_FLAG_RXNE by houssine BOUGUERBA · 1 year, 8 months ago
  2. 90c5bfe [HAL][I2C] Update I2C_Slave_ISR_IT, I2C_Slave_ISR_DMA and I2C_ITSlaveCplt to prevent the call of HAL_I2C_ListenCpltCallback twice by houssine BOUGUERBA · 1 year, 8 months ago
  3. a9fb8a4 [HAL][SPI] Update IT API to enable interrupts after process unlock by Tasnim · 1 year, 8 months ago
  4. f70eae7 [HAL][I2C] Update HAL_I2C_Mem_Write_IT API to initialize XferSize at 0 by Tasnim · 1 year, 8 months ago
  5. 038c056 [HAL][CRYP] Update Crypt/Decrypt IT processes to avoid Computation Completed IRQ fires before the DINR pointer increment by houssine BOUGUERBA · 1 year, 11 months ago
  6. f01db61 [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, 11 months ago
  7. 62cdcf5 [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, 11 months ago
  8. 1f1f706 Release v1.10.6 by Rania JMAI · 2 years ago v1.10.6
  9. d56c053 [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 · 2 years, 2 months ago
  10. 4c292a7 [HAL][I2C] Duplicate the test condition after timeout detection to avoid false timeout detection by Tasnim · 2 years, 2 months ago
  11. 152e7b7 [HAL][CORTEX] Add barrier instructions in hal_cortex.c file to be compliant with ARM recommendation by Tasnim · 2 years, 2 months ago
  12. 5c9d98d [HAL][USB] Set DCD timeout to minimum of 300ms before starting BCD primary detection process by Eya · 2 years, 5 months ago
  13. 739c1bc [HAL][LL][USART] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 2 years, 5 months ago
  14. 96eb5b8 [HAL][USART] Improve header description of USART_WaitOnFlagUntilTimeout() function by Eya · 2 years, 5 months ago
  15. 21cb1ba [HAL][UART] Disable the Receiver Timeout Interrupt when data reception is completed by Eya · 2 years, 5 months ago
  16. 34bf2bf [HAL][UART] Remove HAL_LOCK/HAL_UNLOCK calls in HAL UART Tx and Rx APIs by Eya · 2 years, 5 months ago
  17. 7b76a81 [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, 5 months ago
  18. bdce22e [HAL][LL][UART] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 2 years, 5 months ago
  19. 0f7986a [HAL][UART] Improve header description of UART_WaitOnFlagUntilTimeout() function by Eya · 2 years, 5 months ago
  20. 5886d70 [HAL][SMARTCARD] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 2 years, 5 months ago
  21. 8861597 [HAL][IRDA] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 2 years, 5 months ago
  22. 80cc068 [HAL][IRDA] Improve header description of IRDA_WaitOnFlagUntilTimeout() function by Eya · 2 years, 5 months ago
  23. e66ad0c [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 · 2 years, 5 months ago
  24. 6be1fae [HAL][I2C] Rename I2C_IsAcknowledgeFailed() I2C_IsErrorOccurred() and correct the way errors are checked and reported when they occur in polling mode by Eya · 2 years, 5 months ago
  25. 4da497f [HAL][I2C] Improve header description of I2C_WaitOnFlagUntilTimeout() function by Eya · 2 years, 5 months ago
  26. 2cf473d [HAL][GPIO] Substitute GPIO_MODER_MODE0 by GPIO_MODE_ANALOG in API HAL_GPIO_DeInit() by Eya · 2 years, 5 months ago
  27. b196515 [HAL][FLASH] Update the HAL_FLASHEx_DATAEEPROM_Program() function to check status of write operation at the end by Eya · 2 years, 5 months ago
  28. 9bf0d61 [HAL][FLASH] Update the FLASH_OB_RDPConfig() function to keep reserved bits at reset value by Eya · 2 years, 5 months ago
  29. 29e7ede [HAL][LL][TIM] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 3 years ago
  30. 2ebd867 [HAL][RCC] Complete LCD clock configuration by invoking __HAL_RCC_LCD_CONFIG() macro in HAL_RCCEx_PeriphCLKConfig() by Ali Labbene · 3 years ago
  31. a23e7c1 [HAL][LL][LPTIM] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 3 years ago
  32. a076e9d [HAL][LL] New licensing scheme deployment by Ali Labbene · 3 years ago
  33. d531f32 [HAL][USB] HAL_PCD_IRQHandler() optimized by removing multiple readings of ISTR register by rihab kouki · 3 years, 2 months ago
  34. 8d9f018 [HAL][USART] Add a check on the USART parity before enabling the parity error interrupt by rihab kouki · 3 years, 2 months ago
  35. 2695e3f [HAL][UART] Fix wrong cast when computing the USARTDIV value in UART_SetConfig() by rihab kouki · 3 years, 2 months ago
  36. 229edee [HAL][UART] Add a check on the UART parity before enabling the parity error interruption by rihab kouki · 3 years, 2 months ago
  37. 2e6b395 [HAL][TIM] In HAL_TIMEx_RemapConfig __HAL_LOCK is called before calls to assert_param by rihab kouki · 3 years, 2 months ago
  38. e5ee37b [HAL][SMARTCARD] Improve header description of SMARTCARD_WaitOnFlagUntilTimeout() function by rihab kouki · 3 years, 2 months ago
  39. abc8e98 [HAL][SMARTCARD] Fix wrong cast when computing the USARTDIV value in UART_SetConfig() by rihab kouki · 3 years, 2 months ago
  40. 45f307b [HAL][LL][LPTIM] Add check on PRIMASK register to prevent from enabling unwanted global interrupts within LPTIM_Disable() and LL_LPTIM_Disable() by rihab kouki · 3 years, 2 months ago
  41. d71a9af [HAL][IRDA] Add a check on the IRDA parity before enabling the parity error interrupt by rihab kouki · 3 years, 2 months ago
  42. 0cddef3 [HAL][IRDA] Fix wrong cast when computing the USARTDIV value in IRDA_SetConfig() by rihab kouki · 3 years, 2 months ago
  43. 9a89277 [HAL][I2C] Declare an internal macro link to DMA macro to check remaining data: I2C_GET_DMA_REMAIN_DATA by rihab kouki · 3 years, 2 months ago
  44. c326e51 [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, 2 months ago
  45. 9b5b32b [HAL][GPIO] Reorder EXTI configuration sequence in order to avoid unexpected level detection by rihab kouki · 3 years, 2 months ago
  46. 1b0f420 [HAL][ADC] Better performance by removing multiple volatile reads or writes in interrupt handler by rihab kouki · 3 years, 2 months ago
  47. 343e564 Release v1.10.5 by rihab kouki · 3 years, 7 months ago v1.10.5
  48. 433eef2 Release v1.10.4 by rihab kouki · 4 years, 3 months ago v1.10.4
  49. fbdacaf Release v1.10.3 by Eya · 4 years, 6 months ago v1.10.3
  50. b6be1fc Release v1.10.2 by Ali Labbene · 5 years ago v1.10.2