1. 6914f7b [HAL][LL][USB] Improve delay management to set core mode by karim · 4 days ago master
  2. 63d1d8f [HAL][TIM] Update interrupt flag is cleared when the update event is generated by software by karim · 4 days ago
  3. 00ef82e [LL][CORTEX] Add missing parenthesis() in LL_MPU_ConfigRegion() API by karim · 4 days ago
  4. f0770eb [LL][USB] Increase timeout value to allow core reset to complete by Rania JMAI · 5 weeks ago
  5. b7124a1 [HAL][SPI] Update HAL_SPI_TransmitReceive API to set the bit CRCNEXT in case of one byte transaction by Rania JMAI · 5 weeks ago
  6. 8ef04f7 [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 · 5 weeks ago
  7. 6218867 [LL][UTILS] Fix a note about Ticks parameter by Tasnim · 3 months ago
  8. 6263de3 [HAL][I2C] Update the HAL I2C driver to reset PreviousState to I2C_STATE_NONE at the end of transfer by Tasnim · 3 months ago
  9. 88a3563 [HAL][CAN] Clarify pin configuration in driver header by removing open-drain info by Tasnim · 3 months ago
  10. 1c9e01f [HAL][UART] Avoid ORE flag to be cleared by a transmit process in polling mode by Tasnim · 4 months ago
  11. d0e809b [HAL][UART] Rework of UART_WaitOnFlagUntilTimeout() API to avoid being stuck forever when UART overrun error occurs and to enhance behavior by Tasnim · 4 months ago
  12. 4801328 [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 · 4 months ago
  13. 1f18632 [HAL][TIM] Remove multiple volatile reads or writes in interrupt handler for better performance by Rania JMAI · 6 months ago
  14. 068cd9a [HAL][I2C] Update HAL_I2C_Master_Abort_IT to support memory abort transfer by Rania JMAI · 6 months ago
  15. ee1fdd9 [HAL][GENERIC] Remove __IO in __weak void HAL_Delay(__IO uint32_t Delay) to fix warning compilation by Rania JMAI · 6 months ago
  16. d9a2844 [HAL][LL][USB] Fix device connection in case battery charging is used with HS instance linked to internal FS PHY by Ali Labbene · 7 months ago
  17. 566b46b [HAL][SDMMC] Add checks on the STBITERR flag by Ali Labbene · 7 months ago
  18. 0e0440f [HAL][I2C] Update HAL_I2C_Mem_Read() to clear ACK bit once 3 bytes to read remain to be able to send the NACK once the transfer ends by Ali Labbene · 7 months ago
  19. f7e8442 [LL][RTC] Correct misleading note about shadow registers by Rania JMAI · 10 months ago
  20. 2e38506 [HAL][SPI] Update IT API to enable interrupts after process unlock by houssine BOUGUERBA · 11 months ago
  21. f290c6b Add SECURITY.md by Tasnim · 12 months ago
  22. f6f6991 Release v1.2.8 by Tasnim · 1 year ago v1.2.8
  23. 55ea4c5 [LL][USB] Fix added to USB_ClearInterrupts(), should write 1 to clear the interrupt status bits of OTG_FS_GINTSTS register by houssine BOUGUERBA · 1 year ago
  24. 15e6baf [HAL][GENERIC] Allow redefinition of macro UNUSED(x) by Rania JMAI · 1 year, 2 months ago
  25. 6edd7f8 [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 · 1 year, 2 months ago
  26. 657e1d2 [HAL][GENERIC] Update of HAL_GetTickFreq() brief by Rania JMAI · 1 year, 2 months ago
  27. 977e427 [HAL][I2C] Duplicate the test condition after timeout detection to avoid false timeout detection by Eya · 1 year, 3 months ago
  28. bca8321 [HAL][EXTI] Fix computation of pExtiConfig->GPIOSel in HAL_EXTI_GetConfigLine() by Eya · 1 year, 3 months ago
  29. 7c33145 [HAL][LL][USB] Add fix to correct received transfer length with USB DMA activated by Eya · 1 year, 6 months ago
  30. db24df5 [HAL][LL][USB] Fix handling of ODDFRM bit in OTG_HCCHARx for Isochronous IN transactions by Eya · 1 year, 6 months ago
  31. 3b4a18d [HAL][LL][USART] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 1 year, 6 months ago
  32. 31d630c [HAL][USART] Improve header description of USART_WaitOnFlagUntilTimeout() function by Eya · 1 year, 6 months ago
  33. 7e43e91 [HAL][UART] Remove HAL_LOCK/HAL_UNLOCK calls in HAL UART Tx and Rx APIs by Eya · 1 year, 6 months ago
  34. 906cbec [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, 6 months ago
  35. 009f5ab [HAL][UART] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 1 year, 6 months ago
  36. 4820e05 [HAL][UART] Improve header description of UART_WaitOnFlagUntilTimeout() function by Eya · 1 year, 6 months ago
  37. f6697de [LL][TIM] Update __LL_TIM_CALC_PSC() macro to round up the evaluate value when the fractional part of the division is greater than 0.5 by Eya · 1 year, 6 months ago
  38. 01abae1 [HAL][SMARTCARD] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 1 year, 6 months ago
  39. 183595e [HAL][SMARTCARD] Improve header description of SMARTCARD_WaitOnFlagUntilTimeout() function by Eya · 1 year, 6 months ago
  40. c6d60d5 [HAL][RCC] Fix HAL_RCC_OscConfig() to not return HAL_ERROR if the same PLL configuration is requested by Eya · 1 year, 6 months ago
  41. 834c458 [HAL][IWDG] Update comment describing the calculation of HAL_IWDG_DEFAULT_TIMEOUT macro by Eya · 1 year, 6 months ago
  42. f334b12 [HAL][IRDA] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 1 year, 6 months ago
  43. 0385562 [HAL][IRDA] Improve header description of IRDA_WaitOnFlagUntilTimeout() function by Eya · 1 year, 6 months ago
  44. 6e48d1b [HAL][I2C] Update HAL_I2C_Master_Transmit_IT to return HAL_BUSY instead of HAL_ERROR when timeout occur and I2C_FLAG_BUSY is SET by Eya · 1 year, 6 months ago
  45. 5a72c14 [HAL][CRYP] Remove non UTF-8 characters in comments by Eya · 1 year, 6 months ago
  46. 789bc46 [HAL][CAN] Add const qualifier to comply to MISRA-C Rule-8.13 and apply MCUAStyle corrections by Eya · 1 year, 6 months ago
  47. cb85990 [HAL][UART] Fix typo in UART_IT_TXE bit description by Ali Labbene · 2 years ago
  48. fc237e1 [HAL][UART] Add a check on the UART parity before enabling the parity error interruption by Ali Labbene · 2 years ago
  49. 1bdbd52 [HAL][UART] Add 'const' qualifier to comply to MISRA C rule 8.13 by Ali Labbene · 2 years ago
  50. 341c841 [HAL][UART] Handle UART concurrent register access in case of race condition between Tx and Rx transfers by Ali Labbene · 2 years ago
  51. 0a7d9c8 [HAL][LL][TIM] Add 'const' qualifier to comply to MISRA C rule 8.13 by Ali Labbene · 2 years ago
  52. c6417ee [HAL][FMC] Enable write operations before effective write to NOR memory in HAL_NOR_Init() function to avoid HardFault by Ali Labbene · 2 years ago
  53. ee9b79f [HAL][DMA] Manage the case of an invalid callback ID passed to the HAL_DMA_RegisterCallback() function by Ali Labbene · 2 years ago
  54. e334a50 [HAL][LL] New licensing scheme deployment by Ali Labbene · 2 years, 3 months ago
  55. aa1483f [HAL][LL][USART] Handling of USART concurrent register access in case of race condition between Tx and Rx transfers by Ali Labbene · 2 years, 3 months ago
  56. 1e662eb [HAL][USART] Add a check on the USART parity before enabling the parity error interrupt by Ali Labbene · 2 years, 3 months ago
  57. a925e55 [HAL][LL][SDMMC] Fix various bugs identified in MMC driver by Ali Labbene · 2 years, 3 months ago
  58. 641cfd1 [HAL][IRDA] Add a check on the IRDA parity before enabling the parity error interrupt by Ali Labbene · 2 years, 3 months ago
  59. f8ccc56 [HAL][I2C] Update HAL_I2C_Mem_Write_DMA() and HAL_I2C_Mem_Read_DMA() APIs to add initialization for Devaddress, Memaddress and EventCount parameters by Ali Labbene · 2 years, 3 months ago
  60. 8b0bf71 [HAL][I2C] Update I2C_MasterReceive_RXNE() process to safe manage data N= 2 and N= 3 by Ali Labbene · 2 years, 3 months ago
  61. 1750183 [HAL][ADC] Better performance by removing multiple volatile reads or writes in interrupt handler by Ali Labbene · 2 years, 3 months ago
  62. cc54dd7 Release v1.2.7 by rihab kouki · 2 years, 11 months ago v1.2.7
  63. fe5f82c Release v1.2.6 by Eya · 3 years, 6 months ago v1.2.6
  64. c75ace9 Release v1.2.5 by Ali Labbene · 3 years, 7 months ago v1.2.5
  65. 6e95e56 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
  66. 09ab28d Release v1.2.4 by Ali Labbene · 4 years, 2 months ago v1.2.4
  67. 644d2f0 Release v1.2.3 by Eya · 4 years, 3 months ago v1.2.3
  68. 4b514e5 Initial commit by ASELSTM · 4 years, 3 months ago