1. a246da9 Release v1.0.6 by Rania JMAI · 3 weeks ago master v1.0.6
  2. 2d0526b [LL][UTILS] Fix a note about Ticks parameter by Tasnim · 3 months ago
  3. e506bea [HAL][PWR] Invoke macro UNUSED() in HAL_PWR_ConfigAttributes() to avoid compilation warnings due to unused parameter by Tasnim · 3 months ago
  4. f7b885e [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 · 3 months ago
  5. 99df8e9 [HAL][TSC] Add parameter assertion depends on Duration time restriction link to product by Tasnim · 4 months ago
  6. 06fdb1f [HAL][FDCAN] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by Tasnim · 4 months ago
  7. df41692 [HAL][CRYP] Update AES GCM in interrupt mode to avoid Computation Completed IRQ fires before the DINR pointer increment by Tasnim · 4 months ago
  8. 0d0dfc2 [HAL][TIM] Remove multiple volatile reads or writes in interrupt handler for better performance by Tasnim · 5 months ago
  9. dbb942a [LL][I2C] Update LL_I2C_HandleTranfer function to prevent undefined behavior of volatile usage before updating the CR2 register by Tasnim · 5 months ago
  10. 277a7bd [HAL][SMBUS] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by Tasnim · 5 months ago
  11. fd774eb [HAL][UART] Avoid RTOF flag to be cleared by a transmit process in polling mode by Tasnim · 6 months ago
  12. ed116f9 [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 Tasnim · 6 months ago
  13. 7630fc7 [HAL][RCC] Invoke macro UNUSED() to avoid compilation warnings due to unused parameter(s) by Tasnim · 6 months ago
  14. 35289cb [HAL][I2C] Update HAL I2C driver to disable all interrupts after end of transaction by Tasnim · 6 months ago
  15. e8eaa2a [LL][RCC] Add uint32_t cast to shift left operands constants defined with 'U' suffix in case MISRAC2012-Rule-12.2 violated by houssine BOUGUERBA · 7 months ago
  16. 367e022 [LL][I2C] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by houssine BOUGUERBA · 7 months ago
  17. 9f289ee [HAL][I2C] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by houssine BOUGUERBA · 7 months ago
  18. 5e2bad9 [HAL][I2C] Update I2C_WaitOnRXNEFlagUntilTimeout to check I2C_FLAG_AF independently from I2C_FLAG_RXNE by houssine BOUGUERBA · 9 months ago
  19. b634df4 [HAL][I2C] Update I2C_Slave_ISR_IT, I2C_Slave_ISR_DMA and I2C_ITSlaveCplt to prevent the call of HAL_I2C_ListenCpltCallback twice by houssine BOUGUERBA · 9 months ago
  20. bc95879 [HAL][I2C] Update HAL_I2C_Mem_Write_IT API to initialize XferSize at 0 by houssine BOUGUERBA · 9 months ago
  21. 47dcab3 [HAL][SAI] Improve audio quality (avoid potential glitch) by houssine BOUGUERBA · 9 months ago
  22. 3431a9f [HAL][SPI] Update IT API to enable interrupts after process unlock by houssine BOUGUERBA · 9 months ago
  23. c7bf9b1 [LL][RTC] Correct misleading note about shadow registers by houssine BOUGUERBA · 9 months ago
  24. c9ecdda [HAL][UART] Update initialisation sequence for TXINV, RXINV and TXRXSWAP settings by Rania JMAI · 10 months ago
  25. ed34faf [HAL][CORTEX] Align MPU Enable/Disable APIs with ARM's last recommendations in the usage of Data Memory and Data/Instruction Synchronization barriers by Rania JMAI · 10 months ago
  26. 8a278d7 Add SECURITY.md by houssine BOUGUERBA · 10 months ago
  27. 92bcc20 [HAL][CRYP] Update Crypt/Decrypt IT processes to avoid Computation Completed IRQ fires before the DINR pointer increment by Rania JMAI · 11 months ago
  28. 3350e5f [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 ago
  29. c30b2f9 [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 houssine BOUGUERBA · 1 year, 1 month ago
  30. 10bf782 [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 houssine BOUGUERBA · 1 year, 1 month ago
  31. 1b8edcb [HAL][GENERIC] Update brief of HAL_GetTickFreq() by houssine BOUGUERBA · 1 year, 1 month ago
  32. e4ccd67 [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, 3 months ago
  33. 3038d3e [HAL][GENERIC] Allow redefinition of macro UNUSED(x) by Eya · 1 year, 3 months ago
  34. 5e65a77 Release v1.0.5 by Eya · 1 year, 4 months ago v1.0.5
  35. ca023a0 [HAL][LL][PCD][USB] Fix various bugs identified in USB driver by rihab kouki · 2 years ago
  36. f365651 [HAL][LL][USART] Fix various bugs identified in USART driver by rihab kouki · 2 years ago
  37. 7a04e93 [HAL][LL][UART] Fix various bugs identified in UART driver by rihab kouki · 2 years ago
  38. 74cfa81 [HAL][SMARTCARD] Fix various bugs identified in SMARTCARD driver by rihab kouki · 2 years ago
  39. 823b944 [HAL][LL][IRDA] Fix various bugs identified in IRDA driver by rihab kouki · 2 years ago
  40. d262a5e [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, 1 month ago
  41. e9e26cb [HAL][SAI] Add 'const' qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 2 years, 1 month ago
  42. 3d50943 [LL][RTC] Fix bad reference to RTC handle in LL_RTC_TIME_Init() & LL_RTC_DATE_Init() functions by Ali Labbene · 2 years, 1 month ago
  43. b2cbd4f [LL][RTC] Fix wrong IS_LL_RTC_MONTH() macro leading to assert check failure by Ali Labbene · 2 years, 1 month ago
  44. c421105 [HAL][LL][LPTIM] Add check on PRIMASK register to prevent from enabling unwanted global interrupts within LPTIM_Disable() and LL_LPTIM_Disable() by Ali Labbene · 2 years, 1 month ago
  45. 4294fb8 [HAL][FLASH] Update __HAL_FLASH_GET_FLAG() macro to return a '1' when one of the two bits is set by Ali Labbene · 2 years, 1 month ago
  46. 2fb43a8 [HAL][FDCAN] Better performance by removing multiple volatile reads or writes in interrupt handler by Ali Labbene · 2 years, 1 month ago
  47. e332a32 [HAL][CORTEX] Align CORTEX MPU Instruction Access Shareable value with the one defined in STM32 Cortex®-M33 MCUs programming manual by Ali Labbene · 2 years, 1 month ago
  48. 1306921 [LL][ADC] Update Temperature sensor data acquired to 130'C instead of 110'C by Ali Labbene · 2 years, 1 month ago
  49. 90c02a3 [LL][ADC] Remove useless binary mask (optimization) by Ali Labbene · 2 years, 1 month ago
  50. aa822e1 [LL][ADC] Prevent unused argument compilation warning in LL_ADC_CommonDeInit() by Ali Labbene · 2 years, 1 month ago
  51. d16ecdb [HAL][LL] New licensing scheme deployment by Ali Labbene · 2 years, 1 month ago
  52. 4f89168 Release v1.0.4 by rihab kouki · 3 years, 1 month ago v1.0.4
  53. 675c32a Release v1.0.3 by Ali Labbene · 3 years, 8 months ago v1.0.3
  54. b62fba5 Update CONTRIBUTING.md and PULL_REQUEST_TEMPLATE.md with CLA procedure description and mention that pull-requests are now accepted by Eya · 4 years ago
  55. 39423c3 Release v1.0.2 by Ali Labbene · 4 years, 1 month ago v1.0.2
  56. 2b6e861 Release v1.0.0 by Ali Labbene · 4 years, 2 months ago v1.0.0
  57. d872951 Initial commit by Ali LABBENE · 4 years, 2 months ago