1. 61fc119 [HAL][SPI] Update HAL_SPI_TransmitReceive API to set the bit CRCNEXT in case of one byte transaction by Tasnim · 4 weeks ago master
  2. 56d7cbd [HAL][RTC] Remove macro __HAL_RTC_TAMPER_GET_IT() as it is redundant with macro __HAL_RTC_TAMPER_GET_FLAG() and create an alias into the hal_legacy.h file by Tasnim · 4 weeks ago
  3. 0ded2af [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 Tasnim · 4 weeks ago
  4. 5af4f71 [HAL][ETH] Fix Wrong CMSIS definitions by Rania JMAI · 2 months ago
  5. 2770385 [HAL][ETH] Replace ETH_RX_BUF_SIZE define in ETH_UpdateDescriptor() and ETH_DMARxDescListInit() by Init.RxBuffLen by Rania JMAI · 2 months ago
  6. 867c190 [HAL][ETH] Get the latest buffer length received and not the predefined ethernet frame length by Rania JMAI · 2 months ago
  7. 0ec0780 [HAL][ETH] Add support of CRC stripping for Type frames (CSTF) feature by Rania JMAI · 3 months ago
  8. 5c42485 [HAL][TIM] Update interrupt flag is cleared when the update event is generated by software by Rania JMAI · 3 months ago
  9. 5c7105a [HAL][GPIO] Replace GPIO_Pin_x with GPIO_PIN_x to be compliant with macros definition by Rania JMAI · 3 months ago
  10. 5af0730 [HAL][DSI] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by Rania JMAI · 3 months ago
  11. 3bbaa24 [HAL][LL][TIM] Fix typo in PWM symmetric mode related constants names by Tasnim · 4 months ago
  12. 4e0b681 [HAL][HASH] Read the last remaining bytes (3 or 2 or 1) of the data in a temporary variable (taking into account swap mode) and enter this variable into the HASH->DIN when the data is not a multiple of 4 bytes by Tasnim · 4 months ago
  13. 28ac285 [HAL][CAN] Improve protection against bad inputs by Tasnim · 4 months ago
  14. 8c70773 [HAL][I2C] Update the HAL I2C driver to implement the errata workaround "Last-received byte loss in reload mode" by Rania JMAI · 5 months ago
  15. ccf0194 [HAL][LL][USB] Improve delay management to set core mode by Rania JMAI · 5 months ago
  16. 79d2cd9 [HAL][DMA] Update State machine implementation in HAL_DMA_Init() API by Rania JMAI · 5 months ago
  17. 87047e5 [HAL][ETH] Update on Rx descriptor Tail pointer management to avoid race condition by Tasnim · 6 months ago
  18. 343e421 [LL][I2C] Update LL_I2C_HandleTranfer function to prevent undefined behavior of volatile usage before updating the CR2 register by Rania JMAI · 6 months ago
  19. 369aa3f [HAL][LL][USB] fix device connection in case battery charging used with HS instance linked to internal FS PHY by Rania JMAI · 6 months ago
  20. a7a33b6 [HAL][TIM] Remove multiple volatile reads or writes in interrupt handler for better performance by Rania JMAI · 6 months ago
  21. 0a7a2bb [HAL][I2C] Update HAL I2C driver to disable all interrupts after end of transaction by Tasnim · 7 months ago
  22. a89b85b [HAL][UART] Avoid RTOF flag to be cleared by a transmit process in polling mode by Tasnim · 8 months ago
  23. 477c122 [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 Tasnim · 8 months ago
  24. d8217c2 [HAL][GPIO] Update IS_GPIO_PIN macro description adding that a PIN combination is a valid parameter by Tasnim · 8 months ago
  25. f082708 [HAL][SAI] Improve audio quality (avoid potential glitch) by Tasnim · 9 months ago
  26. e3a9908 [LL][RTC] Correct misleading note about shadow registers by Tasnim · 9 months ago
  27. df2e335 [HAL][I2C] Update I2C_WaitOnRXNEFlagUntilTimeout to check I2C_FLAG_AF independently from I2C_FLAG_RXNE by Tasnim · 10 months ago
  28. 60bcf2c [HAL][I2C] Update I2C_Slave_ISR_IT, I2C_Slave_ISR_DMA and I2C_ITSlaveCplt to prevent the call of HAL_I2C_ListenCpltCallback twice by Tasnim · 10 months ago
  29. 993897e [HAL][I2C] Update HAL_I2C_Mem_Write_IT API to initialize XferSize at 0 by Tasnim · 10 months ago
  30. c761a8f [HAL][UART] Update initialisation sequence for TXINV, RXINV and TXRXSWAP settings by houssine BOUGUERBA · 11 months ago
  31. 1a8c39d [HAL][SPI] Update IT API to enable interrupts after process unlock by houssine BOUGUERBA · 11 months ago
  32. 31ee9c3 [HAL][GPIO] Add GPIO_AF9_TIM13 in IS_GPIO_AF() macros and apply Artistic Style fixes by houssine BOUGUERBA · 11 months ago
  33. 57a5add Add SECURITY.md by Rania JMAI · 11 months ago
  34. dde5791 [HAL][SMBUS] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by Tasnim · 12 months ago
  35. 7394e81 [HAL][LL][I2C] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by Tasnim · 12 months ago
  36. 33fb411 [HAL][GENRIC] Update of HAL_GetTickFreq() brief by Tasnim · 1 year ago
  37. 3d2118f [HAL][CRYP] Apply MCUAstyle fixes and update Crypt/Decrypt IT processes to avoid Computation Completed IRQ fires before the DINR pointer increment by Tasnim · 1 year ago
  38. 9cbff66 [HAL][SMBUS] Update HAL I2C driver to prefetch data before starting the transmission: implementation of errata sheet workaround I2C2-190208 : Transmission stalled after first byte by Tasnim · 1 year, 2 months ago
  39. 1cba622 [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 Tasnim · 1 year, 2 months ago
  40. 94b244d [HAL][GENERIC] Allow redefinition of macro UNUSED(x) by Tasnim · 1 year, 2 months ago
  41. b395dc0 [LL][USB] Remove useless software setting to setup the frame interval at 80% by Eya · 1 year, 3 months ago
  42. e6a07ea [LL][USB] Fix added to USB_ClearInterrupts(), should write 1 to clear the interrupt status bits of OTG_FS_GINTSTS register by Eya · 1 year, 3 months ago
  43. 5bc0f38 [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, 3 months ago
  44. eefdcd0 [HAL][UART] Rework UART_WaitOnFlagUntilTimeout() API to avoid being stuck forever when UART overrun error occurs and to enhance behavior by Ali Labbene · 1 year, 5 months ago
  45. 5184d73 [HAL][USART] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 1 year, 5 months ago
  46. 58da13a [HAL][UART] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 1 year, 5 months ago
  47. cebf90c [HAL][TIM] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 1 year, 5 months ago
  48. 78fa6ed [HAL][TIM] Remove extra white spaces from comment tags by Ali Labbene · 1 year, 5 months ago
  49. 351fe39 [LL][TIM] Remove tag '/** @defgroup TIM_LL_EM_Exported_Macros Exported_Macros' as redundant with tag '/** @defgroup TIM_LL_Exported_Macros TIM Exported Macros' by Ali Labbene · 1 year, 5 months ago
  50. b24aa9b [HAL][SMARTCARD] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 1 year, 5 months ago
  51. 24541c7 [HAL][SMARTCARD] Wait for the 'Receive Enabled ACK' flag in the SMARTCARD_CheckIdleState() function by Ali Labbene · 1 year, 5 months ago
  52. 59c4584 [HAL][RCC] Add restriction on the available RCC macros to manage SPI6 peripheral clock by Ali Labbene · 1 year, 5 months ago
  53. d0e2bc7 [HAL][LPTIM] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 1 year, 5 months ago
  54. 5366155 [LL][LPTIM] Homogenize the naming of LL_LPTIM_ClearFlag_XXX() APIs (ClearFLAG --> ClearFlag) by Ali Labbene · 1 year, 5 months ago
  55. 6f048a5 [HAL][IRDA] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 1 year, 5 months ago
  56. a380042 [HAL][I2C] Duplicate the test condition after timeout detection to avoid false timeout detection by Ali Labbene · 1 year, 5 months ago
  57. 6cef700 [HAL][EXTI] Optimize computation of pExtiConfig->GPIOSel in HAL_EXTI_GetConfigLine() by Ali Labbene · 1 year, 5 months ago
  58. e61e303 [HAL][UART] Disable the Receiver Timeout Interrupt when data reception is completed by Eya · 1 year, 8 months ago
  59. 44d3cd6 [LL][TIM] Remove useless check on IS_TIM_ADVANCED_INSTANCE() within LL_TIM_BDTR_Init() to fix Break Filter configuration problem with specific TIM instances by Eya · 1 year, 8 months ago
  60. 15b3306 [HAL][HASH] HAL code quality enhancement for MISRA-C2012 Rule-2.2_c by Eya · 1 year, 8 months ago
  61. 99ee009 [HAL][CRC] Add filter in HAL_CRCEx_Polynomial_Set() to exclude even polynomials by Eya · 1 year, 8 months ago
  62. 875be9e Release v1.3.0 by Eya · 1 year, 10 months ago v1.3.0
  63. f90403d [HAL][ETH] Full rework of Ethernet HAL driver by Ali Labbene · 2 years, 1 month ago
  64. 738d0ab [HAL][LL][PCD][USB] Fix received data length counting when DMA is enabled by Ali Labbene · 2 years, 1 month ago
  65. 8ee084d [HAL][LL][HCD][USB] Fix handling of ODDFRM bit in OTG_HCCHARx for isochronous IN transactions by Ali Labbene · 2 years, 1 month ago
  66. ff749f9 [HAL][LL][TIM] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 2 years, 1 month ago
  67. 6d438e3 [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
  68. a15b2ec [HAL][SAI] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 2 years, 1 month ago
  69. f2aa7e5 [HAL][QSPI] Update HAL_QSPI_Abort() and HAL_QSPI_Abort_IT() APIs to check on QSPI BUSY flag status before executing the abort procedure by Ali Labbene · 2 years, 1 month ago
  70. 4cc05c7 [HAL][LTDC] Update HAL_LTDC_DeInit() to avoid MCU hang-up when LCD is turned off by Ali Labbene · 2 years, 1 month ago
  71. 3377305 [HAL][LL][LPTIM] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 2 years, 1 month ago
  72. 00b236d [HAL][DSI] Align DSI ULPS entry and exit sequences with the reference manual by Ali Labbene · 2 years, 1 month ago
  73. 8212715 [HAL][DFSDM] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 2 years, 1 month ago
  74. 27458ea Release v1.2.10 by rihab kouki · 2 years, 5 months ago v1.2.10
  75. bcfd32d Release v1.2.9 by Eya · 3 years, 2 months ago v1.2.9
  76. f7ffdf6 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
  77. 243e61a Release v1.2.8 by Ali Labbene · 4 years, 2 months ago v1.2.8
  78. 8a83a68 Release v1.2.7 by Eya · 4 years, 3 months ago v1.2.7
  79. 76ed5c2 Initial commit by ASELSTM · 4 years, 3 months ago