1. c8820e3 [HAL] [TIM] Include Dithering mode in IS_TIM_PERIOD macro. by karim · 1 year, 3 months ago master
  2. 3d08880 [HAL][HRTIM] Correct the typo in the HRTIMInterruptRequests structure member and add the legacy define in the stm32_hal_legacy.h file by Rania JMAI · 1 year, 4 months ago
  3. e20fbec [HAL][SPI] Check data size before changing state in reception by karim · 1 year, 5 months ago
  4. 1b2abc7 [HAL][SPI] Update HAL SPI driver to remove "got to" instruction and avoid misplaced __HAL_LOCK() issue by karim · 1 year, 5 months ago
  5. 55b6a51 [HAL][I2S] Update HAL I2S driver to fix misplaced __HAL_LOCK() by karim · 1 year, 5 months ago
  6. ae42212 [HAL][SPI] Fix state change issue in Rx functions by validating parameters first by Bohdan Bulava · 1 year, 6 months ago
  7. 4031f09 [HAL][LL][USB] Add fix to support bulk transfer in double buffer mode by karim · 1 year, 6 months ago
  8. 63c724f Release v1.2.4 by “Aya · 1 year, 7 months ago v1.2.4
  9. 0ca931d [HAL][QSPI] Clear AR register after CCR to avoid new transfer when address is not needed by Tasnim · 1 year, 7 months ago
  10. 2672503 [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 · 1 year, 7 months ago
  11. 1e57e8f [LL][RCC] Update macro definition LL_AHB2_GRP1_PERIPH_CCM by Rania JMAI · 1 year, 8 months ago
  12. f6d6226 Merge pull request #13 from guajun/master by ASEHSTM · 1 year, 9 months ago
  13. a593b97 change comment by gua_jun · 1 year, 10 months ago
  14. fa6618b [HAL][GPIO] Replace GPIO_Pin_x with GPIO_PIN_x to be compliant with macros definition by Rania JMAI · 2 years ago
  15. 7cc636e [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 ago
  16. 1e886ab Release v1.2.3 by Ali Labbene · 2 years, 1 month ago v1.2.3
  17. a23ffa4 [HAL][TIM] Remove multiple volatile reads or writes in interrupt handler for better performance by Rania JMAI · 2 years, 1 month ago
  18. f4f2327 [HAL][UART] Avoid RTOF flag to be cleared by a transmit process in polling mode by Rania JMAI · 2 years, 1 month ago
  19. f5c2374 [LL][ADC] Remove useless action of conversion trigger change in function LL_ADC_DeInit(); Moreover; this action was not compliant with ADC enable state (cf reference manual) by Rania JMAI · 2 years, 1 month ago
  20. 7c2e19e [LL][UTILS] Update package type definitions to be aligned with RM0440 by Rania JMAI · 2 years, 3 months ago
  21. 7ce6a9e [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 · 2 years, 3 months ago
  22. 9b84058 [LL][I2C] Update LL_I2C_HandleTranfer function to prevent undefined behavior of volatile usage before updating the CR2 register by Rania JMAI · 2 years, 3 months ago
  23. 74ce67c [LL][RCC] Add uint32_t cast to shift left operands constants defined with 'U' suffix in case MISRAC2012-Rule-12.2 violated by Rania JMAI · 2 years, 4 months ago
  24. 963d665 [HAL][UART] Update initialisation sequence for TXINV, RXINV and TXRXSWAP settings by Rania JMAI · 2 years, 4 months ago
  25. 7f19de8 [HAL][RCC] Set RCC_CRS_HSI48CALIBRATION_DEFAULT to 0x40 to be consistent with REFMAN and LL CRS driver by Rania JMAI · 2 years, 4 months ago
  26. 93bd74f [HAL][I2C] Update HAL I2C driver to disable all interrupts after end of transaction by Rania JMAI · 2 years, 4 months ago
  27. ff69f86 [LL][RTC] Correct misleading note about shadow registers by Tasnim · 2 years, 5 months ago
  28. 05d9224 [HAL][SPI] Update IT API to enable interrupts after process unlock by Tasnim · 2 years, 5 months ago
  29. 2868c15 [HAL][SAI] Improve audio quality (avoid potential glitch) by Tasnim · 2 years, 5 months ago
  30. 75ce54b [HAL][I2C] Update I2C_WaitOnRXNEFlagUntilTimeout to check I2C_FLAG_AF independently from I2C_FLAG_RXNE by Tasnim · 2 years, 6 months ago
  31. f70a0d5 [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 · 2 years, 6 months ago
  32. ade2cac [HAL][I2C] Update HAL_I2C_Mem_Write_IT API to initialize XferSize at 0 by Tasnim · 2 years, 6 months ago
  33. 8d45ccf [HAL][SAI] Fix misalignment between reference manual and HAL SAI driver: remove GCR register by Tasnim · 2 years, 7 months ago
  34. 11b72c0 [HAL][RTC] Check if the RTC calendar has been previously initialized before entering Initialization mode by Tasnim · 2 years, 7 months ago
  35. 1faab21 [HAL][RTC] Optimize the way RSF flag is cleared in HAL_RTC_WaitForSynchro() by Tasnim · 2 years, 7 months ago
  36. bb3e4df Add SECURITY.md by Rania JMAI · 2 years, 8 months ago
  37. 2c42489 [HAL][LL][USART] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by houssine BOUGUERBA · 2 years, 8 months ago
  38. ea5577f [HAL][FDCAN] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by houssine BOUGUERBA · 2 years, 8 months ago
  39. a368fe0 [HAL][LL][CORDIC] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by houssine BOUGUERBA · 2 years, 8 months ago
  40. 95b30d2 [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 · 2 years, 9 months ago
  41. c3c28d9 [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 · 2 years, 9 months ago
  42. 17d578f [HAL][CRYP] Update Crypt/Decrypt IT processes to avoid Computation Completed IRQ fires before the DINR pointer increment by Tasnim · 2 years, 9 months ago
  43. 6c0dbdf [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 · 2 years, 9 months ago
  44. 9354030 [HAL][SMBUS] HAL code quality enhancement for MISRA-C Rule-8.13 by adding const qualifiers by Tasnim · 2 years, 9 months ago
  45. 771fc7c [HAL][LL][I2C] HAL code quality enhancement for MISRA-C Rule-8.13 by adding const qualifiers by Tasnim · 2 years, 9 months ago
  46. 7cb5c3a [HAL][GENERIC] Update brief of HAL_GetTickFreq() by houssine BOUGUERBA · 2 years, 9 months ago
  47. aba5b95 [HAL][SPI] Set handler's state to 'ready' only in case of timeout but not in case of another error by Ali Labbene · 2 years, 9 months ago
  48. 435f0ac [HAL][GENERIC] Allow redefinition of macro UNUSED(x) by Ali Labbene · 2 years, 9 months ago
  49. 402c5b1 [HAL][UART] Rework UART_WaitOnFlagUntilTimeout() API to avoid being stuck forever when UART overrun error occurs and to enhance behavior by Ali Labbene · 2 years, 9 months ago
  50. 08078a8 [HAL][UART] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 2 years, 9 months ago
  51. de5104c [HAL][TIM] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 2 years, 9 months ago
  52. dabbf1f [HAL][LL][TIM] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 2 years, 9 months ago
  53. a56c374 [HAL][SMARTCARD] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 2 years, 9 months ago
  54. d30ed32 [HAL][SMARTCARD] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 2 years, 9 months ago
  55. 022fcb1 [HAL][LPTIM] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 2 years, 9 months ago
  56. d58a757 [HAL][LL][LPTIM] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 2 years, 9 months ago
  57. 4c40733 [HAL][IRDA] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 2 years, 9 months ago
  58. e373954 [HAL][IRDA] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 2 years, 9 months ago
  59. 4f851ef [HAL][I2C] Duplicate the test condition after timeout detection to avoid false timeout detection by Ali Labbene · 2 years, 9 months ago
  60. e2455ea [HAL][EXTI] Fix computation of pExtiConfig->GPIOSel in HAL_EXTI_GetConfigLine() by Ali Labbene · 2 years, 9 months ago
  61. 993f47e [LL][UTILS] Update the number of LATENCY to be coherent with the reference manual by Eya · 2 years, 9 months ago
  62. 8eb07a5 [LL][UTILS] Align UTILS_PLLVCO_INPUT_MAX value with documentation by Eya · 2 years, 9 months ago
  63. 7e089f2 [HAL][UART] Disable the Receiver Timeout Interrupt when data reception is completed by Eya · 2 years, 9 months ago
  64. 0e98ffa [HAL][UART] Removal of HAL_LOCK/HAL_UNLOCK calls in HAL UART Tx and Rx APIs by Eya · 2 years, 9 months ago
  65. a7ac485 [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 · 2 years, 9 months ago
  66. 062b2c4 [HAL][LL][UART] HAL code quality enhancement for MISRA-C Rule-8.13 by adding const qualifiers by Eya · 2 years, 9 months ago
  67. 620820a [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 · 2 years, 9 months ago
  68. a65f8f9 [HAL][RCC] Modify the comment in PLL configuration by Eya · 2 years, 9 months ago
  69. 4fe3704 [HAL][SMBUS] Removed Lock management from callback management functions by Eya · 2 years, 9 months ago
  70. 124f9e1 [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 · 2 years, 9 months ago
  71. 9c1ec97 [HAL][I2C] Removed Lock management from callback management functions by Eya · 2 years, 9 months ago
  72. 850a9b6 [HAL][I2C] Update I2C_IsErrorOccurred to return error if timeout is detected by Eya · 2 years, 9 months ago
  73. cc7f493 [HAL][I2C] Move polling code of HAL memory interface through interrupt management to prevent timeout issue using HAL MEM interface through FreeRTOS by Eya · 2 years, 9 months ago
  74. 6f9f23e [HAL][FLASH] Update the hal_flash_ex.c file to correctly support the PB4_PUPEN Option by Eya · 2 years, 9 months ago
  75. eb0bf96 [HAL][CRYP] Mask arrays are declared as static const by Eya · 2 years, 9 months ago
  76. 381f546 Add LICENSE.md by rihab kouki · 3 years, 10 months ago
  77. c22cb07 [HAL][PCD] Set DCD timeout to a minimum of 300ms before starting BCD primary detection process by rihab kouki · 3 years, 10 months ago
  78. aa75513 [HAL][LL][PCD][USB] Add new HAL_PCD_EP_Abort() function to abort current USB endpoint transfer by rihab kouki · 3 years, 10 months ago
  79. 6423ac7 [LL][UCPD] Correct register accessed by LL_UCPD_ReadRxPaySize macro by rihab kouki · 3 years, 10 months ago
  80. d629268 [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 rihab kouki · 3 years, 10 months ago
  81. 203c724 [HAL][SAI] Add const qualifier to comply to MISRA-C Rule-8.13. by rihab kouki · 3 years, 10 months ago
  82. ce0167d [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 rihab kouki · 3 years, 10 months ago
  83. 65912e2 [HAL][HRTIM] Getter functions implementation rework by rihab kouki · 3 years, 10 months ago
  84. 54b1e8f [HAL][LL][HRTIM] HAL code quality enhancement for MISRA-C Rule-8.13 by adding const qualifiers by rihab kouki · 3 years, 10 months ago
  85. e3451c6 [HAL][FDCAN] Refine description of IsFilterMatchingFrame and FilterIndex, members of structure FDCAN_RxHeaderTypeDef by rihab kouki · 3 years, 10 months ago
  86. b13efee [HAL][RCC] Fix wrong RCC_APB1ENR1_WWDG2EN bit referenced in __HAL_RCC_WWDG_CLK_DISABLE() macro. by rihab kouki · 3 years, 10 months ago
  87. 444659d [HAL][FDCAN] Better performance by removing multiple volatile reads or writes in interrupt handler by rihab kouki · 3 years, 10 months ago
  88. 19bed7c Release v1.2.2 by rihab kouki · 4 years, 1 month ago v1.2.2
  89. 1e9f499 Release v1.2.1 by Eya · 4 years, 11 months ago v1.2.1
  90. 8b45184 Release v1.2.0 by Ali Labbene · 5 years ago v1.2.0
  91. be4da93 Update CONTRIBUTING.md and PULL_REQUEST_TEMPLATE.md with CLA procedure description and mention that pull-requests are now accepted by Eya · 6 years ago
  92. d98c82f Release v1.1.1 by Eya · 6 years ago v1.1.1
  93. f5bf115 Release v1.1.0 by Eya · 6 years ago v1.1.0
  94. fbdb7ea Release v1.0.0 by Eya · 6 years ago v1.0.0
  95. 873722c Initial commit by ASELSTM · 6 years ago