1. f6d6226 Merge pull request #13 from guajun/master by ASEHSTM · 3 weeks ago master
  2. a593b97 change comment by gua_jun · 5 weeks ago
  3. fa6618b [HAL][GPIO] Replace GPIO_Pin_x with GPIO_PIN_x to be compliant with macros definition by Rania JMAI · 4 months ago
  4. 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 · 4 months ago
  5. 1e886ab Release v1.2.3 by Ali Labbene · 4 months ago v1.2.3
  6. a23ffa4 [HAL][TIM] Remove multiple volatile reads or writes in interrupt handler for better performance by Rania JMAI · 5 months ago
  7. f4f2327 [HAL][UART] Avoid RTOF flag to be cleared by a transmit process in polling mode by Rania JMAI · 5 months ago
  8. 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 · 5 months ago
  9. 7c2e19e [LL][UTILS] Update package type definitions to be aligned with RM0440 by Rania JMAI · 6 months ago
  10. 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 · 6 months ago
  11. 9b84058 [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
  12. 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 · 7 months ago
  13. 963d665 [HAL][UART] Update initialisation sequence for TXINV, RXINV and TXRXSWAP settings by Rania JMAI · 7 months ago
  14. 7f19de8 [HAL][RCC] Set RCC_CRS_HSI48CALIBRATION_DEFAULT to 0x40 to be consistent with REFMAN and LL CRS driver by Rania JMAI · 7 months ago
  15. 93bd74f [HAL][I2C] Update HAL I2C driver to disable all interrupts after end of transaction by Rania JMAI · 7 months ago
  16. ff69f86 [LL][RTC] Correct misleading note about shadow registers by Tasnim · 8 months ago
  17. 05d9224 [HAL][SPI] Update IT API to enable interrupts after process unlock by Tasnim · 8 months ago
  18. 2868c15 [HAL][SAI] Improve audio quality (avoid potential glitch) by Tasnim · 8 months ago
  19. 75ce54b [HAL][I2C] Update I2C_WaitOnRXNEFlagUntilTimeout to check I2C_FLAG_AF independently from I2C_FLAG_RXNE by Tasnim · 10 months ago
  20. 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 · 10 months ago
  21. ade2cac [HAL][I2C] Update HAL_I2C_Mem_Write_IT API to initialize XferSize at 0 by Tasnim · 10 months ago
  22. 8d45ccf [HAL][SAI] Fix misalignment between reference manual and HAL SAI driver: remove GCR register by Tasnim · 11 months ago
  23. 11b72c0 [HAL][RTC] Check if the RTC calendar has been previously initialized before entering Initialization mode by Tasnim · 11 months ago
  24. 1faab21 [HAL][RTC] Optimize the way RSF flag is cleared in HAL_RTC_WaitForSynchro() by Tasnim · 11 months ago
  25. bb3e4df Add SECURITY.md by Rania JMAI · 11 months ago
  26. 2c42489 [HAL][LL][USART] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by houssine BOUGUERBA · 12 months ago
  27. ea5577f [HAL][FDCAN] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by houssine BOUGUERBA · 12 months ago
  28. a368fe0 [HAL][LL][CORDIC] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by houssine BOUGUERBA · 12 months ago
  29. 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 · 1 year ago
  30. 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 · 1 year ago
  31. 17d578f [HAL][CRYP] Update Crypt/Decrypt IT processes to avoid Computation Completed IRQ fires before the DINR pointer increment by Tasnim · 1 year ago
  32. 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 · 1 year, 1 month ago
  33. 9354030 [HAL][SMBUS] HAL code quality enhancement for MISRA-C Rule-8.13 by adding const qualifiers by Tasnim · 1 year, 2 months ago
  34. 771fc7c [HAL][LL][I2C] HAL code quality enhancement for MISRA-C Rule-8.13 by adding const qualifiers by Tasnim · 1 year, 2 months ago
  35. 7cb5c3a [HAL][GENERIC] Update brief of HAL_GetTickFreq() by houssine BOUGUERBA · 1 year, 2 months ago
  36. aba5b95 [HAL][SPI] Set handler's state to 'ready' only in case of timeout but not in case of another error by Ali Labbene · 1 year, 4 months ago
  37. 435f0ac [HAL][GENERIC] Allow redefinition of macro UNUSED(x) by Ali Labbene · 1 year, 4 months ago
  38. 402c5b1 [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, 4 months ago
  39. 08078a8 [HAL][UART] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 1 year, 4 months ago
  40. de5104c [HAL][TIM] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 1 year, 4 months ago
  41. dabbf1f [HAL][LL][TIM] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 1 year, 4 months ago
  42. a56c374 [HAL][SMARTCARD] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 1 year, 4 months ago
  43. d30ed32 [HAL][SMARTCARD] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 1 year, 4 months ago
  44. 022fcb1 [HAL][LPTIM] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 1 year, 4 months ago
  45. d58a757 [HAL][LL][LPTIM] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 1 year, 4 months ago
  46. 4c40733 [HAL][IRDA] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 1 year, 4 months ago
  47. e373954 [HAL][IRDA] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 1 year, 4 months ago
  48. 4f851ef [HAL][I2C] Duplicate the test condition after timeout detection to avoid false timeout detection by Ali Labbene · 1 year, 4 months ago
  49. e2455ea [HAL][EXTI] Fix computation of pExtiConfig->GPIOSel in HAL_EXTI_GetConfigLine() by Ali Labbene · 1 year, 4 months ago
  50. 993f47e [LL][UTILS] Update the number of LATENCY to be coherent with the reference manual by Eya · 1 year, 7 months ago
  51. 8eb07a5 [LL][UTILS] Align UTILS_PLLVCO_INPUT_MAX value with documentation by Eya · 1 year, 7 months ago
  52. 7e089f2 [HAL][UART] Disable the Receiver Timeout Interrupt when data reception is completed by Eya · 1 year, 7 months ago
  53. 0e98ffa [HAL][UART] Removal of HAL_LOCK/HAL_UNLOCK calls in HAL UART Tx and Rx APIs by Eya · 1 year, 7 months ago
  54. 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 · 1 year, 7 months ago
  55. 062b2c4 [HAL][LL][UART] HAL code quality enhancement for MISRA-C Rule-8.13 by adding const qualifiers by Eya · 1 year, 7 months ago
  56. 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 · 1 year, 7 months ago
  57. a65f8f9 [HAL][RCC] Modify the comment in PLL configuration by Eya · 1 year, 7 months ago
  58. 4fe3704 [HAL][SMBUS] Removed Lock management from callback management functions by Eya · 1 year, 7 months ago
  59. 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 · 1 year, 7 months ago
  60. 9c1ec97 [HAL][I2C] Removed Lock management from callback management functions by Eya · 1 year, 7 months ago
  61. 850a9b6 [HAL][I2C] Update I2C_IsErrorOccurred to return error if timeout is detected by Eya · 1 year, 7 months ago
  62. 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 · 1 year, 7 months ago
  63. 6f9f23e [HAL][FLASH] Update the hal_flash_ex.c file to correctly support the PB4_PUPEN Option by Eya · 1 year, 7 months ago
  64. eb0bf96 [HAL][CRYP] Mask arrays are declared as static const by Eya · 1 year, 7 months ago
  65. 381f546 Add LICENSE.md by rihab kouki · 2 years, 1 month ago
  66. c22cb07 [HAL][PCD] Set DCD timeout to a minimum of 300ms before starting BCD primary detection process by rihab kouki · 2 years, 1 month ago
  67. aa75513 [HAL][LL][PCD][USB] Add new HAL_PCD_EP_Abort() function to abort current USB endpoint transfer by rihab kouki · 2 years, 1 month ago
  68. 6423ac7 [LL][UCPD] Correct register accessed by LL_UCPD_ReadRxPaySize macro by rihab kouki · 2 years, 1 month ago
  69. 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 · 2 years, 1 month ago
  70. 203c724 [HAL][SAI] Add const qualifier to comply to MISRA-C Rule-8.13. by rihab kouki · 2 years, 1 month ago
  71. 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 · 2 years, 1 month ago
  72. 65912e2 [HAL][HRTIM] Getter functions implementation rework by rihab kouki · 2 years, 1 month ago
  73. 54b1e8f [HAL][LL][HRTIM] HAL code quality enhancement for MISRA-C Rule-8.13 by adding const qualifiers by rihab kouki · 2 years, 1 month ago
  74. e3451c6 [HAL][FDCAN] Refine description of IsFilterMatchingFrame and FilterIndex, members of structure FDCAN_RxHeaderTypeDef by rihab kouki · 2 years, 1 month ago
  75. b13efee [HAL][RCC] Fix wrong RCC_APB1ENR1_WWDG2EN bit referenced in __HAL_RCC_WWDG_CLK_DISABLE() macro. by rihab kouki · 2 years, 1 month ago
  76. 444659d [HAL][FDCAN] Better performance by removing multiple volatile reads or writes in interrupt handler by rihab kouki · 2 years, 1 month ago
  77. 19bed7c Release v1.2.2 by rihab kouki · 2 years, 5 months ago v1.2.2
  78. 1e9f499 Release v1.2.1 by Eya · 3 years, 2 months ago v1.2.1
  79. 8b45184 Release v1.2.0 by Ali Labbene · 3 years, 9 months ago v1.2.0
  80. be4da93 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
  81. d98c82f Release v1.1.1 by Eya · 4 years, 2 months ago v1.1.1
  82. f5bf115 Release v1.1.0 by Eya · 4 years, 3 months ago v1.1.0
  83. fbdb7ea Release v1.0.0 by Eya · 4 years, 3 months ago v1.0.0
  84. 873722c Initial commit by ASELSTM · 4 years, 3 months ago