1. fe04c36 [HAL][LL][USB] Improve delay management to set core mode by Tasnim · 5 hours ago master
  2. 97e4557 [HAL][TIM] Update interrupt flag is cleared when the update event is generated by software by Tasnim · 5 hours ago
  3. a6decb7 [LL][USB] Increase timeout value to allow core reset to complete by Rania JMAI · 4 weeks ago
  4. 0e38ce4 [HAL][SPI] Update HAL_SPI_TransmitReceive API to set the bit CRCNEXT in case of one byte transaction by Rania JMAI · 4 weeks ago
  5. ede2b58 [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 weeks ago
  6. ddf259a [HAL][GPIO] Replace GPIO_Pin_x with GPIO_PIN_x to be compliant with macros definition by Tasnim · 3 months ago
  7. 88b5fab [HAL][CAN] Clarify pin configuration in driver header by removing open-drain info by Tasnim · 3 months ago
  8. 7d6ee5f [LL][UTILS] Fix 'Ticks' parameter's description of LL_InitTick() function by Ali Labbene · 4 months ago
  9. 7fd3518 [HAL][UART] Avoid ORE flag to be cleared by a transmit process in polling mode by Ali Labbene · 4 months ago
  10. e6778b8 [HAL][UART] Rework of UART_WaitOnFlagUntilTimeout() API to avoid being stuck forever when UART overrun error occurs and to enhance behavior by Ali Labbene · 4 months ago
  11. 5ac273c [HAL][TIM] Remove multiple volatile reads or writes in interrupt handler for better performance by Rania JMAI · 5 months ago
  12. 39f8335 [HAL][I2C] Update the HAL I2C driver to reset PreviousState to I2C_STATE_NONE at the end of transfer by Rania JMAI · 5 months ago
  13. 2401936 [HAL][I2C] Update HAL_I2C_Master_Abort_IT to support memory abort transfer by Rania JMAI · 5 months ago
  14. 3f81059 [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
  15. e7aefd2 [HAL][USB] Fix device connection in case battery charging is used with HS instance linked to internal FS PHY by Ali Labbene · 7 months ago
  16. c1a71b2 [HAL][SDMMC] Add checks on the STBITERR flag by Ali Labbene · 7 months ago
  17. 182c882 [HAL][SPI] Update IT API to enable interrupts after process unlock by Rania JMAI · 10 months ago
  18. 0baac03 Add SECURITY.md by Tasnim · 11 months ago
  19. 7bda310 Release v1.1.9 by Rania JMAI · 12 months ago v1.1.9
  20. bbc7a8a [LL][USB] Fix added to USB_ClearInterrupts(), should write 1 to clear the interrupt status bits of OTG_FS_GINTSTS register by houssine BOUGUERBA · 12 months ago
  21. 851f458 [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
  22. b2e72c8 [HAL][GENERIC] Allow redefinition of macro UNUSED(x) by Rania JMAI · 1 year, 2 months ago
  23. 971ba7d [HAL][GENERIC] Update of HAL_GetTickFreq() brief by Rania JMAI · 1 year, 2 months ago
  24. 5035083 Fix mistype in register name by Viktar · 1 year, 6 months ago
  25. feed51a [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 Eya · 1 year, 4 months ago
  26. 2f8e0b9 [HAL][I2C] Duplicate the test condition after timeout detection to avoid false timeout detection by Eya · 1 year, 4 months ago
  27. ce4e818 [HAL][EXTI] Fix computation of pExtiConfig->GPIOSel in HAL_EXTI_GetConfigLine() by Eya · 1 year, 4 months ago
  28. 8f10829 [HAL][LL][USB] Add new HAL_PCD_EP_Abort() and LL USB_EPStopXfer() APIs to abort current USB endpoint transfer by Eya · 1 year, 4 months ago
  29. 169a57d [HAL][LL][USART] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 1 year, 6 months ago
  30. 36f2fcd [HAL][USART] Improve header description of USART_WaitOnFlagUntilTimeout() function by Eya · 1 year, 6 months ago
  31. 40a2493 [HAL][UART] Removal of HAL_LOCK/HAL_UNLOCK calls in HAL UART Tx and Rx APIs by Eya · 1 year, 6 months ago
  32. 909d102 [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
  33. 983c810 [HAL][UART] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 1 year, 6 months ago
  34. 004e12b [HAL][UART] Improve header description of UART_WaitOnFlagUntilTimeout() function by Eya · 1 year, 6 months ago
  35. 489c470 [HAL][LL][TIM] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 1 year, 6 months ago
  36. 7876e74 [HAL][SMARTCARD] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 1 year, 6 months ago
  37. 052d72a [HAL][SMARTCARD] Improve header description of SMARTCARD_WaitOnFlagUntilTimeout() function by Eya · 1 year, 6 months ago
  38. cfd66b8 [HAL][IRDA] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 1 year, 6 months ago
  39. 7eedf0a [HAL][IRDA] Improve header description of IRDA_WaitOnFlagUntilTimeout() function by Eya · 1 year, 6 months ago
  40. 17402fc [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
  41. 5e6d99c [HAL][CEC] Remove multiple volatile reads or writes in interrupt handler for better performance by Eya · 1 year, 6 months ago
  42. 408964b [HAL][CAN] Add const qualifier to comply to MISRA-C Rule-8.13 and apply MCUAStyle corrections by Eya · 1 year, 6 months ago
  43. 56a33fb [HAL][IRDA] Add a check on the IRDA parity before enabling the parity error interrupt by Ali Labbene · 1 year, 8 months ago
  44. 0ac46ef [HAL][I2C] Clear ACK bit once 3 bytes to read remain to be able to send the NACK once the transfer ends by Ali Labbene · 1 year, 8 months ago
  45. eecb20d [HAL][FMC] Enable write operations before effective write to NOR memory in HAL_NOR_Init() to avoid HardFault by Ali Labbene · 1 year, 8 months ago
  46. 34bbf37 [LL][USB] Fix received data length counting when DMA is enabled by Ali Labbene · 2 years ago
  47. e9a63e8 [HAL][LL][HCD][USB] Fix handling of ODDFRM bit in OTG_HCCHARx for isochronous IN transactions by Ali Labbene · 2 years ago
  48. 8eda0b0 [HAL][UART] Add a check on the UART parity before enabling the parity error interruption by Ali Labbene · 2 years ago
  49. 3cbe2f3 [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 Ali Labbene · 2 years ago
  50. 49deee6 [HAL][RCC] Add 'static' storage-class specifier to 'const' arrays by Ali Labbene · 2 years ago
  51. cfdd643 [HAL][DMA] Add 'volatile' qualifier to member 'State' of DMA_HandleTypeDef structure to prevent any issue when optimization is enabled by Ali Labbene · 2 years ago
  52. 029ae20 Update *.md files by Ali Labbene · 2 years ago
  53. f7a58ae [HAL][LL] New licensing scheme deployment by Ali Labbene · 2 years, 3 months ago
  54. 0a8d780 [HAL][LL][USART] Handling of UART concurrent register access in case of race condition between Tx and Rx transfers by Ali Labbene · 2 years, 3 months ago
  55. e4a8c37 [HAL][USART] Add a check on the USART parity before enabling the parity error interrupt by Ali Labbene · 2 years, 3 months ago
  56. 71df53e [HAL][UART] Handling of UART concurrent register access in case of race condition between Tx and Rx transfers by Ali Labbene · 2 years, 3 months ago
  57. 384da30 [HAL][UART] Fix typo in UART_IT_TXE bit description. by Ali Labbene · 2 years, 3 months ago
  58. 197ecfd [HAL][SDMMC] Fix various bugs identified in MMC driver by Ali Labbene · 2 years, 3 months ago
  59. 2e623df [HAL][RTC] In HAL_RTC_Init(), use WRITE_REG() instead of MODIFY_REG() to handle PRLL and PRLH write-only registers by Ali Labbene · 2 years, 3 months ago
  60. a23c42b [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
  61. aa192bd [HAL][I2C] Update I2C_MasterReceive_RXNE() process to safe manage data N= 2 and N= 3 by Ali Labbene · 2 years, 3 months ago
  62. 6a9bbd6 [HAL][ADC] Better performance by removing multiple volatile reads or writes in interrupt handler by Ali Labbene · 2 years, 3 months ago
  63. fccac44 Release v1.1.8 by Eya · 2 years, 11 months ago v1.1.8
  64. e5e8fba Release v1.1.7 by Eya · 3 years, 6 months ago v1.1.7
  65. 1dd9d36 Release v1.1.6 by rihab kouki · 3 years, 7 months ago v1.1.6
  66. 3f1099f Release v1.1.5 by rihab kouki · 3 years, 8 months ago v1.1.5
  67. 0c6a9de 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
  68. de129f1 Release v1.1.4 by Eya · 4 years, 3 months ago v1.1.4
  69. ca62e72 Initial commit by ASELSTM · 4 years, 3 months ago