1. f7e8442 [LL][RTC] Correct misleading note about shadow registers by Rania JMAI · 3 months ago master
  2. 2e38506 [HAL][SPI] Update IT API to enable interrupts after process unlock by houssine BOUGUERBA · 4 months ago
  3. f290c6b Add SECURITY.md by Tasnim · 4 months ago
  4. f6f6991 Release v1.2.8 by Tasnim · 5 months ago v1.2.8
  5. 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 · 5 months ago
  6. 15e6baf [HAL][GENERIC] Allow redefinition of macro UNUSED(x) by Rania JMAI · 7 months ago
  7. 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 · 7 months ago
  8. 657e1d2 [HAL][GENERIC] Update of HAL_GetTickFreq() brief by Rania JMAI · 7 months ago
  9. 977e427 [HAL][I2C] Duplicate the test condition after timeout detection to avoid false timeout detection by Eya · 8 months ago
  10. bca8321 [HAL][EXTI] Fix computation of pExtiConfig->GPIOSel in HAL_EXTI_GetConfigLine() by Eya · 8 months ago
  11. 7c33145 [HAL][LL][USB] Add fix to correct received transfer length with USB DMA activated by Eya · 11 months ago
  12. db24df5 [HAL][LL][USB] Fix handling of ODDFRM bit in OTG_HCCHARx for Isochronous IN transactions by Eya · 11 months ago
  13. 3b4a18d [HAL][LL][USART] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 11 months ago
  14. 31d630c [HAL][USART] Improve header description of USART_WaitOnFlagUntilTimeout() function by Eya · 11 months ago
  15. 7e43e91 [HAL][UART] Remove HAL_LOCK/HAL_UNLOCK calls in HAL UART Tx and Rx APIs by Eya · 11 months ago
  16. 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 · 11 months ago
  17. 009f5ab [HAL][UART] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 11 months ago
  18. 4820e05 [HAL][UART] Improve header description of UART_WaitOnFlagUntilTimeout() function by Eya · 11 months ago
  19. 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 · 11 months ago
  20. 01abae1 [HAL][SMARTCARD] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 11 months ago
  21. 183595e [HAL][SMARTCARD] Improve header description of SMARTCARD_WaitOnFlagUntilTimeout() function by Eya · 11 months ago
  22. c6d60d5 [HAL][RCC] Fix HAL_RCC_OscConfig() to not return HAL_ERROR if the same PLL configuration is requested by Eya · 11 months ago
  23. 834c458 [HAL][IWDG] Update comment describing the calculation of HAL_IWDG_DEFAULT_TIMEOUT macro by Eya · 11 months ago
  24. f334b12 [HAL][IRDA] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 11 months ago
  25. 0385562 [HAL][IRDA] Improve header description of IRDA_WaitOnFlagUntilTimeout() function by Eya · 11 months ago
  26. 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 · 11 months ago
  27. 5a72c14 [HAL][CRYP] Remove non UTF-8 characters in comments by Eya · 11 months ago
  28. 789bc46 [HAL][CAN] Add const qualifier to comply to MISRA-C Rule-8.13 and apply MCUAStyle corrections by Eya · 11 months ago
  29. cb85990 [HAL][UART] Fix typo in UART_IT_TXE bit description by Ali Labbene · 1 year, 5 months ago
  30. fc237e1 [HAL][UART] Add a check on the UART parity before enabling the parity error interruption by Ali Labbene · 1 year, 5 months ago
  31. 1bdbd52 [HAL][UART] Add 'const' qualifier to comply to MISRA C rule 8.13 by Ali Labbene · 1 year, 5 months ago
  32. 341c841 [HAL][UART] Handle UART concurrent register access in case of race condition between Tx and Rx transfers by Ali Labbene · 1 year, 5 months ago
  33. 0a7d9c8 [HAL][LL][TIM] Add 'const' qualifier to comply to MISRA C rule 8.13 by Ali Labbene · 1 year, 5 months ago
  34. c6417ee [HAL][FMC] Enable write operations before effective write to NOR memory in HAL_NOR_Init() function to avoid HardFault by Ali Labbene · 1 year, 5 months ago
  35. ee9b79f [HAL][DMA] Manage the case of an invalid callback ID passed to the HAL_DMA_RegisterCallback() function by Ali Labbene · 1 year, 5 months ago
  36. e334a50 [HAL][LL] New licensing scheme deployment by Ali Labbene · 1 year, 8 months ago
  37. aa1483f [HAL][LL][USART] Handling of USART concurrent register access in case of race condition between Tx and Rx transfers by Ali Labbene · 1 year, 8 months ago
  38. 1e662eb [HAL][USART] Add a check on the USART parity before enabling the parity error interrupt by Ali Labbene · 1 year, 8 months ago
  39. a925e55 [HAL][LL][SDMMC] Fix various bugs identified in MMC driver by Ali Labbene · 1 year, 8 months ago
  40. 641cfd1 [HAL][IRDA] Add a check on the IRDA parity before enabling the parity error interrupt by Ali Labbene · 1 year, 8 months ago
  41. 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 · 1 year, 8 months ago
  42. 8b0bf71 [HAL][I2C] Update I2C_MasterReceive_RXNE() process to safe manage data N= 2 and N= 3 by Ali Labbene · 1 year, 8 months ago
  43. 1750183 [HAL][ADC] Better performance by removing multiple volatile reads or writes in interrupt handler by Ali Labbene · 1 year, 8 months ago
  44. cc54dd7 Release v1.2.7 by rihab kouki · 2 years, 4 months ago v1.2.7
  45. fe5f82c Release v1.2.6 by Eya · 2 years, 11 months ago v1.2.6
  46. c75ace9 Release v1.2.5 by Ali Labbene · 3 years ago v1.2.5
  47. 6e95e56 Update CONTRIBUTING.md and PULL_REQUEST_TEMPLATE.md with CLA procedure description and mention that pull-requests are now accepted by Eya · 3 years, 6 months ago
  48. 09ab28d Release v1.2.4 by Ali Labbene · 3 years, 7 months ago v1.2.4
  49. 644d2f0 Release v1.2.3 by Eya · 3 years, 8 months ago v1.2.3
  50. 4b514e5 Initial commit by ASELSTM · 3 years, 8 months ago