1. 61d7164 [HAL][LTDC] Update to avoid compilation errors when the DSI module isn't enabled by Aya SAHLI · 4 weeks ago master
  2. eaa636c [HAL][SDMMC] Fix an issue in HAL_SD_Init with SDMMC_BUS_WIDE_4B by karim · 5 weeks ago
  3. ffdcad1 [HAL][MMC] Add error state check in MMC_ReadExtCSD() function and SDMMC_STATIC_DATA_FLAGS clear in HAL_MMC_IRQHandler() API by Aya SAHLI · 9 weeks ago
  4. 3a6ec13 [HAL][GPIO] Update the IS_GPIO_AF() macro to allow alternate function 3 selection for TIM9, TIM10, and TIM11 instances on STM32F411xE devices by Mohamed-chaker KIWA · 10 weeks ago
  5. 8f3ed65 [HAL][I2S] Correct the description of parameter 'Size' of HAL_I2SEx_TransmitReceive() by Mohamed-chaker KIWA · 4 months ago
  6. b5c4d27 [HAL][DCMI] Remove extra call to HAL_DCMI_MspInit() API in HAL_DCMI_Init() API by karim · 6 months ago
  7. eb9f538 [HAL][CAN] Clarify the description of Tx Mailbox parameter in HAL_CAN_AddTxMessage() API by karim · 6 months ago
  8. edad1a8 [HAL][CAN] Avoid losing FOVR0 or FULL0 status by using direct assignment (=) by karim · 6 months ago
  9. b0c13b1 [HAL][CRC] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by Brendan McDonnell · 7 months ago
  10. c9f0009 [LL][USB] Fix Misra C 2012 Rule 12.2 violations by karim · 7 months ago
  11. 183761c [HAL][TIM] Fix complementary channel systematically disabled by TIM_OCx_SetConfig() by karim · 7 months ago
  12. b6f0ed3 Release v1.8.5 by Rania JMAI · 9 months ago v1.8.5
  13. cdc33ef [HAL][SDMMC] Replace SD defines by MMC defines in HAL_MMC_IRQHandler() by karim · 10 months ago
  14. e02d1b2 [HAL][CRYP] Complete the mask array used during the header phase by adding masks for the 1-bit data type by Tasnim · 10 months ago
  15. 6122597 Release v1.8.4 by “Aya · 12 months ago v1.8.4
  16. 9677f4f [HAL][SPI] Add note to clarify HAL_SPI_Receive() behavior in master mode by Rania JMAI · 1 year, 1 month ago
  17. a5fb3eb [HAL][SPI] Add units to physical measurements by Rania JMAI · 1 year, 1 month ago
  18. a3ed58f [HAL][SPI] Check data size before changing state in reception API by Rania JMAI · 1 year, 1 month ago
  19. 89d9a80 [HAL][FMC] Change *buff = *(uint8_t *)deviceaddress; to *buff = *(__IO uint8_t *)deviceaddress; to avoid compiler optimizations and ensure correct data reads in HAL_NAND_Read_Page_8b and HAL_NAND_Read_SpareArea_8b, HAL_NAND_Read_Page_16b and HAL_NAND_Read_SpareArea_16b by Rania JMAI · 1 year, 3 months ago
  20. b62e1bd [HAL][RCC] Change HAL_RCC_OscConfig and HAL_RCC_ClockConfig pointer parameters to const by Ivo Cisar · 1 year, 3 months ago
  21. 4ae1c83 [HAL][SDMMC] Add a check condition before aborting DMA in HAL_MMC_IRQHandler () by karim · 1 year, 4 months ago
  22. 64098fc Add ETHPTP check also to line 145 by melonedo · 1 year, 4 months ago
  23. fd6222a Allow TIM2 to remap to ETH_PTP even if TIM8 is present by melonedo · 1 year, 4 months ago
  24. 43edf38 [HAL][TIM] Fix update flag (UIF) clearing in TIM_Base_SetConfig by Rania JMAI · 1 year, 4 months ago
  25. 8f20a7d [HAL][RTC] Expand the cast of 'RTC_CR_BYPSHAD' to 32 bits when writing to the CR register in HAL_RTCEx_DisableBypassShadow() to avoid overwriting its upper bits by Tasnim · 1 year, 6 months ago
  26. 92bd50e [HAL][SDMMC] Replace SDMMC_STATIC_FLAGS by SDIO_STATIC_FLAGS macro in HAL_MMC_ConfigWideBusOperation() API and remove redundant condition from HAL_SD_InitCard() API by Tasnim · 1 year, 6 months ago
  27. d4fef5b [HAL][I2C] Remove Redundant Condition from I2C_MasterReceive_BTF() API by Tasnim · 1 year, 6 months ago
  28. edb0fd0 [HAL][ETH] Fix identical definitions of the ETH state code by Tasnim · 1 year, 6 months ago
  29. 064b123 [HAL][USB] Fix the condition on EONUM flag of DOEPCTLx register in HAL_PCD_IRQHandler() to correctly check on the frame number parity by Rania JMAI · 1 year, 8 months ago
  30. d680610 [HAL][UART] Add HAL_UART_RXEVENT_IDLE event notification to user in case of HAL_UARTEx_ReceiveToIdle_DMA() use with Circular DMA, even if occurring just after TC event by Rania JMAI · 1 year, 8 months ago
  31. 5319671 [HAL][UART] Correct DMA Rx abort procedure impact on ongoing Tx transfer in polling mode by Rania JMAI · 1 year, 8 months ago
  32. d232197 [HAL][UART] Remove useless check in HAL_UARTEx_ReceiveToIdle_DMA() API by karim · 1 year, 9 months ago
  33. f243206 [HAL][HASH] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by karim · 1 year, 9 months ago
  34. 3443e66 [HAL][HASH] Fix Misra C 2004 Rules 10.1, 10.5 and 12.7 related issues in HASH_WriteData() function by karim · 1 year, 9 months ago
  35. c2e1406 Release v1.8.3 by Rania JMAI · 1 year, 11 months ago v1.8.3
  36. 2e5e3a7 [HAL][RCC] Add STM32F412Cx devices to support MCO2 Clock Source by karim · 2 years ago
  37. d3d09e1 [LL][CORTEX] Add missing parenthesis() in LL_MPU_ConfigRegion() API by karim · 2 years ago
  38. c071949 [LL][ADC] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by karim · 2 years ago
  39. b289baa [HAL][ETH] Fix Wrong CMSIS definitions by Tasnim · 2 years, 1 month ago
  40. cba8f38 [HAL][ETH] Update the entry to critical section without enabling unwanted global interrupts by Tasnim · 2 years, 1 month ago
  41. c3928f0 [HAL][ETH] Move the section of disable MMC interrupts from HAL_ETH_Start_IT() to HAL_ETH_Init() by Tasnim · 2 years, 1 month ago
  42. 91e0384 [HAL][ETH] Get the latest buffer length received and not the predefined ethernet frame length by Tasnim · 2 years, 1 month ago
  43. e8158ad [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 Rania JMAI · 2 years, 1 month ago
  44. c55c540 [HAL][LPTIM] Remove redundant IS_LPTIM_AUTORELOAD macro by Rania JMAI · 2 years, 1 month ago
  45. c5591f5 [HAL][ADC] Add UNUSED() macro to avoid the generation of a warning related to the unused argument 'hadc' by Rania JMAI · 2 years, 1 month ago
  46. 000d3b7 Fix typo in stm32f4xx_ll_dma.h by Narukara · 2 years, 2 months ago
  47. 34ef062 [HAL][I2S] Update HAL I2S driver to fix misplaced __HAL_LOCK and remove 'go to' instruction by Rania JMAI · 2 years, 3 months ago
  48. 8995629 [HAL][GENERIC] Update stm32h7xx_hal_conf_template.h file to support legacy HAL ETH driver by Rania JMAI · 2 years, 4 months ago
  49. dffbe9c [HAL][EXTI] Add UNUSED() macro to avoid the generation of a warning related to the unused argument 'Edge' by Rania JMAI · 2 years, 4 months ago
  50. be9b3ee [HAL][DSI] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by Rania JMAI · 2 years, 4 months ago
  51. 2667a9b [HAL][RCC] Remove duplicate macro definition __HAL_RCC_AHB2_FORCE_RESET() for STM32F423xx devices by Tasnim · 2 years, 5 months ago
  52. e5f320e [LL][UTILS] Fix a note about Ticks parameter by Tasnim · 2 years, 5 months ago
  53. 727e060 [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 · 2 years, 5 months ago
  54. 8776ecc [HAL][DSI] Align DSI Initialization sequence to the recommended 'Programing procedure overview' part to avoid DSI read LCD controller register 0x0A error by Tasnim · 2 years, 5 months ago
  55. bfa4a8f Release v1.8.2 by Tasnim · 2 years, 6 months ago v1.8.2
  56. 12998a3 [HAL][I2C] Update the HAL I2C driver to disactivate all interrupts after the end of transaction by Tasnim · 2 years, 8 months ago
  57. 46af2b5 [HAL][PWR] Add UNUSED() macro to avoid the generation of a warning related to the unused argument 'Regulator' by Tasnim · 2 years, 8 months ago
  58. 0d3ba31 [HAL][SMBUS] Add const qualifier to comply to MISRA-C Rule-8.13 by Tasnim · 2 years, 8 months ago
  59. 40c3c29 [HAL][CAN] Improve protection against bad inputs by Tasnim · 2 years, 8 months ago
  60. a11397c [HAL][I2C] Update HAL_FMPI2C_Mem_Write_IT API to initialize XferSize at 0 by Tasnim · 2 years, 10 months ago
  61. 8b4597a [LL][I2C] Add const qualifier to comply to MISRA-C Rule-8.13 by Tasnim · 2 years, 10 months ago
  62. 15c2d43 [HAL][I2C] Add const qualifier to comply to MISRA-C Rule-8.13 by Tasnim · 2 years, 10 months ago
  63. b0adc88 [HAL][SAI] Improve audio quality (avoid potential glitch) by Rania JMAI · 2 years, 11 months ago
  64. df44f48 [LL][RTC] Correct misleading note about shadow registers by Rania JMAI · 2 years, 11 months ago
  65. 7e2bda9 [HAL][LL][ADC] Apply artistic style fixes by Rania JMAI · 2 years, 11 months ago
  66. de395d0 [HAL][SPI] Update IT API to enable interrupts after process unlock by houssine BOUGUERBA · 3 years ago
  67. 8b8d8ba Add SECURITY.md by Tasnim · 3 years ago
  68. 9dd5bce [HAL][TIM] Align TIM_TIM2_ETH_PTP definition with the reference manual specification by Tasnim · 3 years ago
  69. 08dbdb0 [HAL][RCC] Set the minimum value of PLLM by Tasnim · 3 years ago
  70. d6deba0 [HAL][GENERIC] Allow redefinition of macro UNUSED(x) by Tasnim · 3 years ago
  71. 43bcf7f [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 · 3 years, 1 month ago main
  72. 21eef01 [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 · 3 years, 1 month ago
  73. b130bc0 [HAL][CRYP] Apply MCUAstyle fixes and update Crypt/Decrypt IT processes to avoid Computation Completed IRQ fires before the DINR pointer increment by Tasnim · 3 years, 1 month ago
  74. 21ae22e [LL][USB] Remove useless software setting to setup the frame interval at 80% by Rania JMAI · 3 years, 3 months ago
  75. 21b70c3 [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 Rania JMAI · 3 years, 3 months ago
  76. 08d0be9 [HAL][RCC] Correct the configuration macro of I2S clock source and the value of I2S external clock source by Eya · 3 years, 3 months ago
  77. fc90d62 [HAL][I2C] Duplicate the test condition after timeout detection to avoid false timeout detection by Eya · 3 years, 3 months ago
  78. 5c01795 [HAL][EXTI] Fix computation of pExtiConfig->GPIOSel in HAL_EXTI_GetConfigLine() by Eya · 3 years, 3 months ago
  79. f0cfb43 Fix unused variable warning by CHESS\Jonny.VanBeek · 3 years, 4 months ago
  80. 3eefb17 [HAL][LL][USART] Add 'const' qualifier to comply to MISRA-C rule 8.13 by Ali Labbene · 3 years, 5 months ago
  81. 33211af [HAL][UART] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from Tx and Rx APIs by Ali Labbene · 3 years, 5 months ago
  82. 6825ade [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 Ali Labbene · 3 years, 5 months ago
  83. 6226fab [HAL][UART] Add 'const' qualifier to comply to MISRA-C rule 8.13 by Ali Labbene · 3 years, 5 months ago
  84. 44438d5 [HAL][LL][TIM] Add 'const' qualifier to comply to MISRA-C rule 8.13 by Ali Labbene · 3 years, 5 months ago
  85. 981d3fe [HAL][SMARTCARD] Add 'const' qualifier to comply to MISRA-C rule 8.13 by Ali Labbene · 3 years, 5 months ago
  86. 07be6ee [HAL][SAI] Add 'const' qualifier to comply to MISRA-C rule 8.13 by Ali Labbene · 3 years, 5 months ago
  87. 70e63c9 [HAL][RCC] Update comment in HAL_RCC_OscConfig() by Ali Labbene · 3 years, 5 months ago
  88. b140a44 [HAL][LL][LPTIM] Add 'const' qualifier to comply to MISRA-C rule 8.13 by Ali Labbene · 3 years, 5 months ago
  89. bd93927 [HAL][IRDA] Add 'const' qualifier to comply to MISRA-C rule 8.13 by Ali Labbene · 3 years, 5 months ago
  90. e9b3aac [HAL][DFSDM] Add 'const' qualifier to comply to MISRA-C rule 8.13 by Ali Labbene · 3 years, 5 months ago
  91. 9b2b356 [HAL][CEC] Remove multiple volatile reads or writes in interrupt handler for better performance by Ali Labbene · 3 years, 5 months ago
  92. 2b319bd [HAL][CEC] Add 'const' qualifier to comply to MISRA-C rule 8.13 by Ali Labbene · 3 years, 5 months ago
  93. bccc642 [HAL][CAN] Add 'const' qualifier to comply to MISRA-C rule 8.13 by Ali Labbene · 3 years, 5 months ago
  94. f909020 [LL][USB] Update USB_ClearInterrupts() to not clear all interrupts by Stephen.Y · 3 years, 5 months ago
  95. 6ea96e3 [HAL][I2C] Update I2C_IsErrorOccurred to return error if timeout is detected by Eya · 3 years, 8 months ago
  96. 1519b05 [HAL][I2C] Move polling code of HAL memory interface through interrupt management to prevent timeout issue using HAL MEM interface through FreeRTOS by Eya · 3 years, 8 months ago
  97. a2d5dcf [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 · 3 years, 8 months ago
  98. 92e8db7 [HAL][SMBUS] Change previous state from HAL_SMBUS_STATE_READY to HAL_SMBUS_STATE_NONE at the end of transfer by Eya · 3 years, 8 months ago
  99. 957b10c [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 and add flush on TX register by Eya · 3 years, 8 months ago
  100. 7a104e3 [HAL][I2C] Clear ACK bit once 3 bytes to read remain to be able to send the NACK once the transfer ends by Eya · 3 years, 8 months ago