1. de395d0 [HAL][SPI] Update IT API to enable interrupts after process unlock by houssine BOUGUERBA · 3 days ago master
  2. 8b8d8ba Add SECURITY.md by Tasnim · 2 weeks ago
  3. 9dd5bce [HAL][TIM] Align TIM_TIM2_ETH_PTP definition with the reference manual specification by Tasnim · 5 weeks ago
  4. 08dbdb0 [HAL][RCC] Set the minimum value of PLLM by Tasnim · 5 weeks ago
  5. d6deba0 [HAL][GENERIC] Allow redefinition of macro UNUSED(x) by Tasnim · 5 weeks ago
  6. 43bcf7f [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 · 7 weeks ago main
  7. 21eef01 [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 · 7 weeks ago
  8. b130bc0 [HAL][CRYP] Apply MCUAstyle fixes and update Crypt/Decrypt IT processes to avoid Computation Completed IRQ fires before the DINR pointer increment by Tasnim · 7 weeks ago
  9. 21ae22e [LL][USB] Remove useless software setting to setup the frame interval at 80% by Rania JMAI · 3 months ago
  10. 21b70c3 [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 · 3 months ago
  11. 08d0be9 [HAL][RCC] Correct the configuration macro of I2S clock source and the value of I2S external clock source by Eya · 4 months ago
  12. fc90d62 [HAL][I2C] Duplicate the test condition after timeout detection to avoid false timeout detection by Eya · 4 months ago
  13. 5c01795 [HAL][EXTI] Fix computation of pExtiConfig->GPIOSel in HAL_EXTI_GetConfigLine() by Eya · 4 months ago
  14. f0cfb43 Fix unused variable warning by CHESS\Jonny.VanBeek · 5 months ago
  15. 3eefb17 [HAL][LL][USART] Add 'const' qualifier to comply to MISRA-C rule 8.13 by Ali Labbene · 5 months ago
  16. 33211af [HAL][UART] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from Tx and Rx APIs by Ali Labbene · 5 months ago
  17. 6825ade [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 Ali Labbene · 5 months ago
  18. 6226fab [HAL][UART] Add 'const' qualifier to comply to MISRA-C rule 8.13 by Ali Labbene · 5 months ago
  19. 44438d5 [HAL][LL][TIM] Add 'const' qualifier to comply to MISRA-C rule 8.13 by Ali Labbene · 5 months ago
  20. 981d3fe [HAL][SMARTCARD] Add 'const' qualifier to comply to MISRA-C rule 8.13 by Ali Labbene · 5 months ago
  21. 07be6ee [HAL][SAI] Add 'const' qualifier to comply to MISRA-C rule 8.13 by Ali Labbene · 5 months ago
  22. 70e63c9 [HAL][RCC] Update comment in HAL_RCC_OscConfig() by Ali Labbene · 5 months ago
  23. b140a44 [HAL][LL][LPTIM] Add 'const' qualifier to comply to MISRA-C rule 8.13 by Ali Labbene · 5 months ago
  24. bd93927 [HAL][IRDA] Add 'const' qualifier to comply to MISRA-C rule 8.13 by Ali Labbene · 5 months ago
  25. e9b3aac [HAL][DFSDM] Add 'const' qualifier to comply to MISRA-C rule 8.13 by Ali Labbene · 5 months ago
  26. 9b2b356 [HAL][CEC] Remove multiple volatile reads or writes in interrupt handler for better performance by Ali Labbene · 5 months ago
  27. 2b319bd [HAL][CEC] Add 'const' qualifier to comply to MISRA-C rule 8.13 by Ali Labbene · 5 months ago
  28. bccc642 [HAL][CAN] Add 'const' qualifier to comply to MISRA-C rule 8.13 by Ali Labbene · 5 months ago
  29. f909020 [LL][USB] Update USB_ClearInterrupts() to not clear all interrupts by Stephen.Y · 5 months ago
  30. 6ea96e3 [HAL][I2C] Update I2C_IsErrorOccurred to return error if timeout is detected by Eya · 9 months ago
  31. 1519b05 [HAL][I2C] Move polling code of HAL memory interface through interrupt management to prevent timeout issue using HAL MEM interface through FreeRTOS by Eya · 9 months ago
  32. a2d5dcf [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 · 9 months ago
  33. 92e8db7 [HAL][SMBUS] Change previous state from HAL_SMBUS_STATE_READY to HAL_SMBUS_STATE_NONE at the end of transfer by Eya · 9 months ago
  34. 957b10c [HAL][SMBUS] Update to fix issue of mismatched data received by master in case of data size to be transmitted by the slave is greater than the data size to be received by the master and add flush on TX register by Eya · 9 months ago
  35. 7a104e3 [HAL][I2C] Clear ACK bit once 3 bytes to read remain to be able to send the NACK once the transfer ends by Eya · 9 months ago
  36. c535cdb [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 · 9 months ago
  37. 87d69f6 [HAL][I2C] Update I2C_MemoryTransmit_TXE_BTF process to disable TXE and BTF interrupts if nothing to do and clear TXE Flag at the end of transfer by Eya · 9 months ago
  38. d5ec966 [HAL][DSI] Update to align DSI ULPS entry and exit sequences with reference manual by Eya · 9 months ago
  39. 596e1d8 [HAL][RTC] Check if the RTC calendar has been previously initialized before entering initialization mode (overwritten by commit 8b23998ecf30b37bc20b8081245684a96d58ba84) by Ali Labbene · 10 months ago
  40. 3080e57 [LL][ADC] Update LL_ADC_DMA_GetRegAddr() API to prevent compilation warning due to unused 'Register' parameter (overwritten by commit 8b23998ecf30b37bc20b8081245684a96d58ba84) by Ali Labbene · 10 months ago
  41. 03ffd14 [LL][ADC] Cast both LL_ADC_REG_ReadConversionData6() and LL_ADC_REG_ReadConversionData8() returned values from uint16_t to uint8_t to be consistent with prototypes (overwritten by commit 8b23998ecf30b37bc20b8081245684a96d58ba84) by Ali Labbene · 10 months ago
  42. 8b23998 Release v1.8.1 by Eya · 11 months ago v1.8.1
  43. 1d99564 [HAL][RTC] Check if the RTC calendar has been previously initialized before entering initialization mode by Ali Labbene · 1 year, 1 month ago
  44. 2847d7c [HAL][ETH] Disable DMA transmission in both HAL_ETH_Stop_IT() and HAL_ETH_Stop() APIs by Ali Labbene · 1 year, 1 month ago
  45. fa3561f [HAL][ETH] Ensure a delay of 4 TX_CLK/RX_CLK cycles between two successive write operations to the same register by Ali Labbene · 1 year, 1 month ago
  46. 8bb859f [HAL][ETH] Correct bit positions when getting MAC and DMA configurations and replace 'UnicastSlowProtocolPacketDetect' by 'UnicastPausePacketDetect' in the MAC default configuration structure by Ali Labbene · 1 year, 1 month ago
  47. a68a7a8 [HAL][ETH] Replace hard coded Rx buffer size (1000U) by macro ETH_RX_BUF_SIZE by Ali Labbene · 1 year, 1 month ago
  48. 02563ae [HAL][ETH] Add missing default callbacks initialization to static function ETH_InitCallbacksToDefault() by Ali Labbene · 1 year, 1 month ago
  49. 245b4a3 [LL][ADC] Update LL_ADC_DMA_GetRegAddr() API to prevent compilation warning due to unused 'Register' parameter by Ali Labbene · 1 year, 1 month ago
  50. 21a4107 [LL][ADC] Cast both LL_ADC_REG_ReadConversionData6() and LL_ADC_REG_ReadConversionData8() returned values from uint16_t to uint8_t to be consistent with prototypes by Ali Labbene · 1 year, 1 month ago
  51. 7543a24 Release v1.8.0 by rihab kouki · 1 year, 3 months ago v1.8.0
  52. c91c4a7 Release v1.7.13 by Eya · 1 year, 10 months ago v1.7.13
  53. 313c279 Release v1.7.12 by Ali Labbene · 2 years, 2 months ago v1.7.12
  54. d0eb89a Release v1.7.11 by Eya · 2 years, 3 months ago v1.7.11
  55. 63d7d0f Release v1.7.10 by rihab kouki · 2 years, 7 months ago v1.7.10
  56. 04e99fb Release v1.7.9 by Eya · 2 years, 9 months ago v1.7.9
  57. b4194d2 Update CONTRIBUTING.md and PULL_REQUEST_TEMPLATE.md with CLA procedure description and mention that pull-requests are now by Eya · 3 years, 3 months ago
  58. 2810175 Release v1.7.8 by Ali Labbene · 3 years, 3 months ago v1.7.8
  59. 7fabee4 Release v1.7.7 by Eya · 3 years, 4 months ago v1.7.7
  60. f2aeb9e Release v1.7.6 by Eya · 3 years, 4 months ago v1.7.6
  61. 389fe51 Initial commit by ASELSTM · 3 years, 4 months ago