1. cd18606 Merge pull request #49 from guajun/master by ASEHSTM · 4 weeks ago master
  2. 084e132 change comment by gua_jun · 5 weeks ago
  3. fec141c Release v1.11.3 by Tasnim · 5 weeks ago v1.11.3
  4. 7a9b4ef [HAL][ETH] Move the section of disable MMC interrupts from HAL_ETH_Start_IT() to HAL_ETH_Init() by karim · 7 weeks ago
  5. f21bf29 [HAL][ETH] Fix wrong comment in HAL_ETH_SetMDIOClockRange() API and delete useless (hclk >= ...) conditions by karim · 7 weeks ago
  6. a13c7d5 [HAL][ETH] Set back change introduced by commit b767e531673bd48809e6e6065adb568b203691ff and reverted by commit 5d3face3144f4b9ed70685bcbff9444962f1767c by Ali Labbene · 9 weeks ago
  7. 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 · 10 weeks ago
  8. 5d3face [HAL][ETH] Update the entry to critical section without enabling unwanted global interrupts by Rania JMAI · 10 weeks ago
  9. 404a70d Merge pull request #44 from HTRamsey/dev-lpi by RJMSTM · 2 months ago
  10. 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 · 2 months ago
  11. b767e53 Fix LPI Event Interrupt by Holden · 3 months ago
  12. 6dd7f0e [HAL][LL][USB] Fix device connection in case battery charging used with HS instance linked to internal FS PHY by Tasnim · 3 months ago
  13. 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 · 3 months ago
  14. 214155d [HAL][OSPI] Update OCTOSPI driver to handle proper abort of the DMA transfer by Tasnim · 3 months ago
  15. 03e016e [LL][ADC] Update LL_ADC_SetAnalogWDThresholds(), LL_ADC_GetAnalogWDThresholds(), LL_ADC_ConfigAnalogWDThresholds() functions for ADC3 IP version by Tasnim · 3 months ago
  16. 3a128c2 [HAL][GENERIC] Remove */ from the comment by Tasnim · 3 months ago
  17. 8041954 [HAL][GENERIC] Update stm32h7xx_hal_conf_template.h file to support legacy HAL ETH driver by Tasnim · 3 months ago
  18. 35582f6 [HAL][NOR] Add x8 commands support for NOR Flash driver by Rania JMAI · 3 months ago
  19. 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 · 3 months ago
  20. 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 · 5 months ago
  21. 4fb15c5 [HAL][ADC] Update setting of channel preselection for ADC internal channel by Rania JMAI · 5 months ago
  22. 74c22e6 [HAL][ADC] Update HAL ADC driver to support case of dual mode with 2 DMA channels by Rania JMAI · 5 months ago
  23. dca6b63 [HAL][ETH] Update on Rx descriptor Tail pointer management to avoid race condition by Tasnim · 6 months ago
  24. edc5793 [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
  25. d083d46 [HAL][UART] Prevent RTOF flag from being cleared by a transmit process in polling mode by Ali Labbene · 6 months ago
  26. fb39f12 [HAL][TIM] Remove multiple volatile reads in interrupt handler for better performance by Ali Labbene · 6 months ago
  27. 3bdb11d [LL][TIM] Remove unnecessary change of MOE bitfield in LL_TIM_BDTR_Init() by Rania JMAI · 7 months ago
  28. ffc9cdf [LL][SPI] Update the register field modified by LL_SPI_SetTxCRCInitPattern() by Rania JMAI · 7 months ago
  29. 6e22b5b [HAL][ADC] Fix calibration factor asser_param by Rania JMAI · 7 months ago
  30. 382445a [HAL][I2C] Update HAL I2C driver to disable all interrupts after end of transaction by Rania JMAI · 7 months ago
  31. 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 · 8 months ago
  32. 4e3f79f [HAL][SAI] Improve audio quality (avoid potential glitch) by Tasnim · 8 months ago
  33. 201f5f1 [LL][RTC] Correct misleading note about shadow registers by Tasnim · 8 months ago
  34. d5fc8d0 [HAL][I2C] Update I2C_WaitOnRXNEFlagUntilTimeout to check I2C_FLAG_AF independently from I2C_FLAG_RXNE by Tasnim · 10 months ago
  35. 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 · 10 months ago
  36. e0c69e1 [HAL][I2C] Update HAL_I2C_Mem_Write_IT API to initialize XferSize at 0 by Tasnim · 10 months ago
  37. 6079636 [HAL][UART] Update initialisation sequence for TXINV, RXINV and TXRXSWAP settings by Tasnim · 11 months ago
  38. 706522e Add SECURITY.md by Rania JMAI · 11 months ago
  39. bff1ac3 [HAL][SMBUS] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by houssine BOUGUERBA · 11 months ago
  40. 8d27047 [HAL][RTC] Change RTC_ISR_INITF to RTC_ISR_INIT in the Exit Initialization mode by houssine BOUGUERBA · 12 months ago
  41. ab5b9a2 [HAL][LL][I2C] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by houssine BOUGUERBA · 12 months ago
  42. 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, 1 month ago
  43. 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, 2 months ago
  44. fa8fa8a [HAL][GENERIC] Update brief of HAL_GetTickFreq() by houssine BOUGUERBA · 1 year, 2 months ago
  45. 733af5f [LL][USB] Fix wrong mask to clear USB interrupt in USB_ClearInterrupts() function by Eya · 1 year, 4 months ago
  46. c89b893 [LL][USB] Remove useless software setting to setup the frame interval at 80% by Eya · 1 year, 4 months ago
  47. d416cea [HAL][GENERIC] Allow redefinition of macro UNUSED(x) by Eya · 1 year, 4 months ago
  48. b716379 Release v1.11.1 by Eya · 1 year, 5 months ago v1.11.1
  49. 8e7eb8d Release v1.11.0 by Ali Labbene · 2 years, 2 months ago v1.11.0
  50. 2bfa1ca [HAL][OSPI] Update HAL_OSPI_Init() to fix DelayBlockBypass parameter configuration issue by Ali Labbene · 2 years, 3 months ago
  51. f5a36d6 Full rework of Ethernet HAL driver (#16) by Ali LABBENE · 2 years, 3 months ago
  52. 9439ae7 Release v1.10.1 by rihab kouki · 2 years, 4 months ago v1.10.1
  53. 3ba4eb3 Release v1.10.0 by Ali Labbene · 3 years, 2 months ago v1.10.0
  54. d8461b9 Release v1.9.0 by Ali Labbene · 3 years, 9 months ago v1.9.0
  55. b1c3ba0 Release v1.8.0 by Ali Labbene · 4 years, 1 month ago v1.8.0
  56. 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, 1 month ago
  57. 7d7c53a Release v1.7.0 by Ali Labbene · 4 years, 3 months ago v1.7.0
  58. aeda37f Release v1.6.0 by Ali Labbene · 4 years, 3 months ago v1.6.0
  59. ea4c6b9 Initial commit by Ali LABBENE · 4 years, 3 months ago