1. 89c218d [HAL][FLASH] Add UNUSED() macro to avoid the generation of a warning related to the unused argument 'TypeProgram' by Rania JMAI · 3 months ago master
  2. 4ece8cd [HAL][CORTEX] Add UNUSED() macro to avoid the generation of a warning related to the unused argument 'SubPriority' by Rania JMAI · 3 months ago
  3. 0c3a136 [HAL][ADC] Add UNUSED() macro to avoid the generation of a warning related to the unused argument 'SingleDiff' by Rania JMAI · 3 months ago
  4. 8bd27f9 [HAL][I2C] Update the HAL I2C driver to implement the errata workaround "Last-received byte loss in reload mode" by Tasnim · 5 months ago
  5. 1dd7190 [LL][UTILS] Fix documentation of LL_InitTick() by Tasnim · 5 months ago
  6. 9d7402e [HAL][TIM] Remove multiple volatile reads in interrupt handler for better performance by Ali Labbene · 6 months ago
  7. cce4f6b [LL][I2C] Update LL_I2C_HandleTranfer() function to prevent undefined behavior of volatile usage before updating the CR2 register by Ali Labbene · 6 months ago
  8. a2e28f3 [HAL][UART] Avoid RTOF flag to be cleared by a transmit process in polling mode by Rania JMAI · 7 months ago
  9. f841a5c [HAL][UART] Fix incorrect gState check in HAL_UART_RegisterRxEventCallback/HAL_UART_UnRegisterRxEventCallback to allow user Rx Event Callback registration when a transmit is ongoing by Rania JMAI · 7 months ago
  10. 976d3f1 [HAL][UART] Update initialisation sequence for TXINV, RXINV and TXRXSWAP settings by Rania JMAI · 7 months ago
  11. 53d6b42 [HAL][I2C] Update HAL I2C driver to disable all interrupts after end of transaction by Rania JMAI · 7 months ago
  12. 48a3cff [LL][RTC] Correct misleading note about shadow registers by houssine BOUGUERBA · 10 months ago
  13. 884d73a [HAL][I2C] Update I2C_WaitOnRXNEFlagUntilTimeout to check I2C_FLAG_AF independently from I2C_FLAG_RXNE by houssine BOUGUERBA · 10 months ago
  14. 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 · 10 months ago
  15. a9fb8a4 [HAL][SPI] Update IT API to enable interrupts after process unlock by Tasnim · 10 months ago
  16. f70eae7 [HAL][I2C] Update HAL_I2C_Mem_Write_IT API to initialize XferSize at 0 by Tasnim · 10 months ago
  17. cb60015 Add SECURITY.md by Rania JMAI · 11 months ago
  18. 038c056 [HAL][CRYP] Update Crypt/Decrypt IT processes to avoid Computation Completed IRQ fires before the DINR pointer increment by houssine BOUGUERBA · 12 months ago
  19. 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 · 12 months ago
  20. 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 · 12 months ago
  21. 1f1f706 Release v1.10.6 by Rania JMAI · 1 year, 1 month ago v1.10.6
  22. 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 · 1 year, 4 months ago
  23. 4c292a7 [HAL][I2C] Duplicate the test condition after timeout detection to avoid false timeout detection by Tasnim · 1 year, 4 months ago
  24. 152e7b7 [HAL][CORTEX] Add barrier instructions in hal_cortex.c file to be compliant with ARM recommendation by Tasnim · 1 year, 4 months ago
  25. 5c9d98d [HAL][USB] Set DCD timeout to minimum of 300ms before starting BCD primary detection process by Eya · 1 year, 6 months ago
  26. 739c1bc [HAL][LL][USART] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 1 year, 6 months ago
  27. 96eb5b8 [HAL][USART] Improve header description of USART_WaitOnFlagUntilTimeout() function by Eya · 1 year, 6 months ago
  28. 21cb1ba [HAL][UART] Disable the Receiver Timeout Interrupt when data reception is completed by Eya · 1 year, 6 months ago
  29. 34bf2bf [HAL][UART] Remove HAL_LOCK/HAL_UNLOCK calls in HAL UART Tx and Rx APIs by Eya · 1 year, 6 months ago
  30. 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 · 1 year, 6 months ago
  31. bdce22e [HAL][LL][UART] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 1 year, 6 months ago
  32. 0f7986a [HAL][UART] Improve header description of UART_WaitOnFlagUntilTimeout() function by Eya · 1 year, 6 months ago
  33. 3e90c7f [LL][TIM] Update __LL_TIM_CALC_PSC() macro to round up the evaluate value when the fractional part of the division is greater than 0.5 by Eya · 1 year, 6 months ago
  34. 5886d70 [HAL][SMARTCARD] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 1 year, 6 months ago
  35. 8861597 [HAL][IRDA] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 1 year, 6 months ago
  36. 80cc068 [HAL][IRDA] Improve header description of IRDA_WaitOnFlagUntilTimeout() function by Eya · 1 year, 6 months ago
  37. 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 · 1 year, 6 months ago
  38. 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 · 1 year, 6 months ago
  39. 4da497f [HAL][I2C] Improve header description of I2C_WaitOnFlagUntilTimeout() function by Eya · 1 year, 6 months ago
  40. 2cf473d [HAL][GPIO] Substitute GPIO_MODER_MODE0 by GPIO_MODE_ANALOG in API HAL_GPIO_DeInit() by Eya · 1 year, 6 months ago
  41. b196515 [HAL][FLASH] Update the HAL_FLASHEx_DATAEEPROM_Program() function to check status of write operation at the end by Eya · 1 year, 6 months ago
  42. 9bf0d61 [HAL][FLASH] Update the FLASH_OB_RDPConfig() function to keep reserved bits at reset value by Eya · 1 year, 6 months ago
  43. 29e7ede [HAL][LL][TIM] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 2 years, 1 month ago
  44. 2ebd867 [HAL][RCC] Complete LCD clock configuration by invoking __HAL_RCC_LCD_CONFIG() macro in HAL_RCCEx_PeriphCLKConfig() by Ali Labbene · 2 years, 1 month ago
  45. a23e7c1 [HAL][LL][LPTIM] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 2 years, 1 month ago
  46. a076e9d [HAL][LL] New licensing scheme deployment by Ali Labbene · 2 years, 1 month ago
  47. ad9b9fb Update *.md files by Ali Labbene · 2 years, 4 months ago
  48. d531f32 [HAL][USB] HAL_PCD_IRQHandler() optimized by removing multiple readings of ISTR register by rihab kouki · 2 years, 4 months ago
  49. 8d9f018 [HAL][USART] Add a check on the USART parity before enabling the parity error interrupt by rihab kouki · 2 years, 4 months ago
  50. c222df4 [HAL][USART] Fix compilation warnings generated with ARMV6 compiler by rihab kouki · 2 years, 4 months ago
  51. 2695e3f [HAL][UART] Fix wrong cast when computing the USARTDIV value in UART_SetConfig() by rihab kouki · 2 years, 4 months ago
  52. 229edee [HAL][UART] Add a check on the UART parity before enabling the parity error interruption by rihab kouki · 2 years, 4 months ago
  53. 2e6b395 [HAL][TIM] In HAL_TIMEx_RemapConfig __HAL_LOCK is called before calls to assert_param by rihab kouki · 2 years, 4 months ago
  54. e5ee37b [HAL][SMARTCARD] Improve header description of SMARTCARD_WaitOnFlagUntilTimeout() function by rihab kouki · 2 years, 4 months ago
  55. abc8e98 [HAL][SMARTCARD] Fix wrong cast when computing the USARTDIV value in UART_SetConfig() by rihab kouki · 2 years, 4 months ago
  56. 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 · 2 years, 4 months ago
  57. d71a9af [HAL][IRDA] Add a check on the IRDA parity before enabling the parity error interrupt by rihab kouki · 2 years, 4 months ago
  58. 0cddef3 [HAL][IRDA] Fix wrong cast when computing the USARTDIV value in IRDA_SetConfig() by rihab kouki · 2 years, 4 months ago
  59. 9a89277 [HAL][I2C] Declare an internal macro link to DMA macro to check remaining data: I2C_GET_DMA_REMAIN_DATA by rihab kouki · 2 years, 4 months ago
  60. 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 · 2 years, 4 months ago
  61. 9b5b32b [HAL][GPIO] Reorder EXTI configuration sequence in order to avoid unexpected level detection by rihab kouki · 2 years, 4 months ago
  62. 1b0f420 [HAL][ADC] Better performance by removing multiple volatile reads or writes in interrupt handler by rihab kouki · 2 years, 4 months ago
  63. 343e564 Release v1.10.5 by rihab kouki · 2 years, 9 months ago v1.10.5
  64. 433eef2 Release v1.10.4 by rihab kouki · 3 years, 5 months ago v1.10.4
  65. fbdacaf Release v1.10.3 by Eya · 3 years, 7 months ago v1.10.3
  66. 9e7c441 Update CONTRIBUTING.md and PULL_REQUEST_TEMPLATE.md with CLA procedure description and mention that pull-requests are now by Eya · 4 years, 1 month ago
  67. b6be1fc Release v1.10.2 by Ali Labbene · 4 years, 3 months ago v1.10.2
  68. 41262c8 Initial commit by Ali LABBENE · 4 years, 3 months ago