1. 6f5e35e [HAL][MMC] Update MMC High Speed clock by karim · 5 weeks ago master
  2. 9878851 [HAL][ETH] Update the HAL_ETH_PTP_SetConfig function to comply with the steps described in the reference manual guidelines by karim · 6 weeks ago
  3. aa89105 [HAL][ETH] Correct the disabling PTP transmission issue by clearing the TTSE bit in DESC2 by karim · 6 weeks ago
  4. cf89fa2 [HAL][ETH] Fix identical definitions of the ETH state code by karim · 6 weeks ago
  5. 4b3ed95 [LL][ADC] Update the values of the internal temperature sensor to 130 Deg C by karim · 8 weeks ago
  6. 1c33fc3 [HAL][HRTIM] Correct the typo in the HRTIMInterruptRequests structure member and add the legacy define in the stm32_hal_legacy.h file by karim · 8 weeks ago
  7. ceda3ce [HAL][ETH] Fix the calculation of the tail pointer so that it points to the last updated descriptor by Rania JMAI · 3 months ago
  8. b2b4c45 [LL][DELAYBLOCK] Add a missing define for OSPI to the defgroup DELAYBLOCK_LL by karim · 4 months ago
  9. 946eb47 [HAL][I2C] Update function HAL_I2C_IsDeviceReady() to take into account the number of trials by karim · 4 months ago
  10. 913697c [HAL][HASH] Update the HAL HASH driver to support data in case of buffer smaller than 4 bytes in mode IT by Rania JMAI · 4 months ago
  11. a0d0b30 [HAL][HASH] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by Rania JMAI · 4 months ago
  12. 21b29aa [HAL][GENERIC] Add missing revision IDs for DEV_ID=0x480 by karim · 5 months ago
  13. a7ac5ea [HAL][ETH] Fix undefined Macro usage in ETH DMA Status Flags by Rania JMAI · 5 months ago
  14. 3c4ee87 [HAL][USB] Ensure to reactivate the usb channel in case of transfer error by Tasnim · 6 months ago
  15. c4089d6 [HAL][DAC] Fix HAL DAC calibration procedure (function HAL_DACEx_SelfCalibrate() ) to manage case of calibration factor equal to range maximum value (previously, in this case calibration factor was reset, leading to voltage accuracy not optimal) by Tasnim · 6 months ago
  16. 0806919 [LL][DMA] Remove 'register' storage class specifier from LL_DMA_IsEnabledDoubleBufferMode() API to fix GCC compiler issue by Tasnim · 6 months ago
  17. a9924af HCD: Re-activate the USB channel if not ready. by Chris Desjardins · 7 months ago
  18. cff8a94 [HAL][OSPI] Fix wrong parameters passed to HAL_MDMA_Start_IT function by karim · 6 months ago
  19. 4e5f9de Fix misleading comment by Vincent Poulailleau · 7 months ago
  20. db7e4a9 [DOCUMENTATION] Add missing release note message for SPI HAL driver by Tasnim · 7 months ago
  21. cd18606 Merge pull request #49 from guajun/master by ASEHSTM · 8 months ago
  22. 084e132 change comment by gua_jun · 8 months ago
  23. fec141c Release v1.11.3 by Tasnim · 8 months ago v1.11.3
  24. 7a9b4ef [HAL][ETH] Move the section of disable MMC interrupts from HAL_ETH_Start_IT() to HAL_ETH_Init() by karim · 8 months ago
  25. f21bf29 [HAL][ETH] Fix wrong comment in HAL_ETH_SetMDIOClockRange() API and delete useless (hclk >= ...) conditions by karim · 8 months ago
  26. a13c7d5 [HAL][ETH] Set back change introduced by commit b767e531673bd48809e6e6065adb568b203691ff and reverted by commit 5d3face3144f4b9ed70685bcbff9444962f1767c by Ali Labbene · 9 months ago
  27. c34f4bc [HAL][ETH] Add condition to get the TimeStamp only when it was captured (Check on Last Descriptor and TimeStamp flag set) by Rania JMAI · 9 months ago
  28. 5d3face [HAL][ETH] Update the entry to critical section without enabling unwanted global interrupts by Rania JMAI · 9 months ago
  29. 404a70d Merge pull request #44 from HTRamsey/dev-lpi by RJMSTM · 9 months ago
  30. 4d91bd2 [HAL][CRYP] Update CRYP HAL driver to fix the issue of writing out the outputbuffer when the size is not multiple of 4 by Tasnim · 9 months ago
  31. b767e53 Fix LPI Event Interrupt by Holden · 10 months ago
  32. 6dd7f0e [HAL][LL][USB] Fix device connection in case battery charging used with HS instance linked to internal FS PHY by Tasnim · 10 months ago
  33. a52bb3a [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 · 10 months ago
  34. 214155d [HAL][OSPI] Update OCTOSPI driver to handle proper abort of the DMA transfer by Tasnim · 10 months ago
  35. 03e016e [LL][ADC] Update LL_ADC_SetAnalogWDThresholds(), LL_ADC_GetAnalogWDThresholds(), LL_ADC_ConfigAnalogWDThresholds() functions for ADC3 IP version by Tasnim · 10 months ago
  36. 3a128c2 [HAL][GENERIC] Remove */ from the comment by Tasnim · 10 months ago
  37. 8041954 [HAL][GENERIC] Update stm32h7xx_hal_conf_template.h file to support legacy HAL ETH driver by Tasnim · 10 months ago
  38. 35582f6 [HAL][NOR] Add x8 commands support for NOR Flash driver by Rania JMAI · 10 months ago
  39. 412820f [HAL][FDCAN] Apply MCU Astyle fixes and enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by Rania JMAI · 10 months ago
  40. 330a298 [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 Rania JMAI · 12 months ago
  41. 4fb15c5 [HAL][ADC] Update setting of channel preselection for ADC internal channel by Rania JMAI · 12 months ago
  42. 74c22e6 [HAL][ADC] Update HAL ADC driver to support case of dual mode with 2 DMA channels by Rania JMAI · 12 months ago
  43. dca6b63 [HAL][ETH] Update on Rx descriptor Tail pointer management to avoid race condition by Tasnim · 1 year ago
  44. edc5793 [LL][I2C] Update LL_I2C_HandleTranfer() function to prevent undefined behavior of volatile usage before updating the CR2 register by Ali Labbene · 1 year, 1 month ago
  45. d083d46 [HAL][UART] Prevent RTOF flag from being cleared by a transmit process in polling mode by Ali Labbene · 1 year, 1 month ago
  46. fb39f12 [HAL][TIM] Remove multiple volatile reads in interrupt handler for better performance by Ali Labbene · 1 year, 1 month ago
  47. 3bdb11d [LL][TIM] Remove unnecessary change of MOE bitfield in LL_TIM_BDTR_Init() by Rania JMAI · 1 year, 2 months ago
  48. ffc9cdf [LL][SPI] Update the register field modified by LL_SPI_SetTxCRCInitPattern() by Rania JMAI · 1 year, 2 months ago
  49. 6e22b5b [HAL][ADC] Fix calibration factor asser_param by Rania JMAI · 1 year, 2 months ago
  50. 382445a [HAL][I2C] Update HAL I2C driver to disable all interrupts after end of transaction by Rania JMAI · 1 year, 2 months ago
  51. 85990ac [HAL][SPI] In Full Duplex mode, calling HAL_SPI_TransmitReceive_DMA() can generate a RX HDMA busy if HDMA TX is not well initialized. To avoid this, now a DMA abort is done on RX path to reset HDMA RX to ready state. by Tasnim · 1 year, 3 months ago
  52. 4e3f79f [HAL][SAI] Improve audio quality (avoid potential glitch) by Tasnim · 1 year, 3 months ago
  53. 201f5f1 [LL][RTC] Correct misleading note about shadow registers by Tasnim · 1 year, 3 months ago
  54. d5fc8d0 [HAL][I2C] Update I2C_WaitOnRXNEFlagUntilTimeout to check I2C_FLAG_AF independently from I2C_FLAG_RXNE by Tasnim · 1 year, 5 months ago
  55. 1819e8b [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 · 1 year, 5 months ago
  56. e0c69e1 [HAL][I2C] Update HAL_I2C_Mem_Write_IT API to initialize XferSize at 0 by Tasnim · 1 year, 5 months ago
  57. 6079636 [HAL][UART] Update initialisation sequence for TXINV, RXINV and TXRXSWAP settings by Tasnim · 1 year, 5 months ago
  58. 706522e Add SECURITY.md by Rania JMAI · 1 year, 6 months ago
  59. bff1ac3 [HAL][SMBUS] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by houssine BOUGUERBA · 1 year, 6 months ago
  60. 8d27047 [HAL][RTC] Change RTC_ISR_INITF to RTC_ISR_INIT in the Exit Initialization mode by houssine BOUGUERBA · 1 year, 7 months ago
  61. ab5b9a2 [HAL][LL][I2C] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by houssine BOUGUERBA · 1 year, 7 months ago
  62. f82c034 [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 Tasnim · 1 year, 8 months ago
  63. 7a689dc [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, 9 months ago
  64. fa8fa8a [HAL][GENERIC] Update brief of HAL_GetTickFreq() by houssine BOUGUERBA · 1 year, 9 months ago
  65. 733af5f [LL][USB] Fix wrong mask to clear USB interrupt in USB_ClearInterrupts() function by Eya · 1 year, 11 months ago
  66. c89b893 [LL][USB] Remove useless software setting to setup the frame interval at 80% by Eya · 1 year, 11 months ago
  67. d416cea [HAL][GENERIC] Allow redefinition of macro UNUSED(x) by Eya · 1 year, 11 months ago
  68. b716379 Release v1.11.1 by Eya · 2 years ago v1.11.1
  69. 8e7eb8d Release v1.11.0 by Ali Labbene · 2 years, 9 months ago v1.11.0
  70. 2bfa1ca [HAL][OSPI] Update HAL_OSPI_Init() to fix DelayBlockBypass parameter configuration issue by Ali Labbene · 2 years, 10 months ago
  71. f5a36d6 Full rework of Ethernet HAL driver (#16) by Ali LABBENE · 2 years, 10 months ago
  72. 9439ae7 Release v1.10.1 by rihab kouki · 3 years ago v1.10.1
  73. 3ba4eb3 Release v1.10.0 by Ali Labbene · 3 years, 9 months ago v1.10.0
  74. d8461b9 Release v1.9.0 by Ali Labbene · 4 years, 4 months ago v1.9.0
  75. b1c3ba0 Release v1.8.0 by Ali Labbene · 4 years, 8 months ago v1.8.0
  76. ac0cc77 Update CONTRIBUTING.md and PULL_REQUEST_TEMPLATE.md with CLA procedure description and mention that pull-requests are now accepted by Eya · 4 years, 8 months ago
  77. 7d7c53a Release v1.7.0 by Ali Labbene · 4 years, 10 months ago v1.7.0
  78. aeda37f Release v1.6.0 by Ali Labbene · 4 years, 10 months ago v1.6.0
  79. ea4c6b9 Initial commit by Ali LABBENE · 4 years, 10 months ago