- 884d73a [HAL][I2C] Update I2C_WaitOnRXNEFlagUntilTimeout to check I2C_FLAG_AF independently from I2C_FLAG_RXNE by houssine BOUGUERBA · 1 year, 8 months ago
- 90c5bfe [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 · 1 year, 8 months ago
- a9fb8a4 [HAL][SPI] Update IT API to enable interrupts after process unlock by Tasnim · 1 year, 8 months ago
- f70eae7 [HAL][I2C] Update HAL_I2C_Mem_Write_IT API to initialize XferSize at 0 by Tasnim · 1 year, 8 months ago
- 038c056 [HAL][CRYP] Update Crypt/Decrypt IT processes to avoid Computation Completed IRQ fires before the DINR pointer increment by houssine BOUGUERBA · 1 year, 11 months ago
- f01db61 [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, 11 months ago
- 62cdcf5 [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, 11 months ago
- 1f1f706 Release v1.10.6 by Rania JMAI · 2 years ago v1.10.6
- d56c053 [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 · 2 years, 2 months ago
- 4c292a7 [HAL][I2C] Duplicate the test condition after timeout detection to avoid false timeout detection by Tasnim · 2 years, 2 months ago
- 152e7b7 [HAL][CORTEX] Add barrier instructions in hal_cortex.c file to be compliant with ARM recommendation by Tasnim · 2 years, 2 months ago
- 5c9d98d [HAL][USB] Set DCD timeout to minimum of 300ms before starting BCD primary detection process by Eya · 2 years, 5 months ago
- 739c1bc [HAL][LL][USART] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 2 years, 5 months ago
- 96eb5b8 [HAL][USART] Improve header description of USART_WaitOnFlagUntilTimeout() function by Eya · 2 years, 5 months ago
- 21cb1ba [HAL][UART] Disable the Receiver Timeout Interrupt when data reception is completed by Eya · 2 years, 5 months ago
- 34bf2bf [HAL][UART] Remove HAL_LOCK/HAL_UNLOCK calls in HAL UART Tx and Rx APIs by Eya · 2 years, 5 months ago
- 7b76a81 [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 · 2 years, 5 months ago
- bdce22e [HAL][LL][UART] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 2 years, 5 months ago
- 0f7986a [HAL][UART] Improve header description of UART_WaitOnFlagUntilTimeout() function by Eya · 2 years, 5 months ago
- 5886d70 [HAL][SMARTCARD] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 2 years, 5 months ago
- 8861597 [HAL][IRDA] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 2 years, 5 months ago
- 80cc068 [HAL][IRDA] Improve header description of IRDA_WaitOnFlagUntilTimeout() function by Eya · 2 years, 5 months ago
- e66ad0c [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 · 2 years, 5 months ago
- 6be1fae [HAL][I2C] Rename I2C_IsAcknowledgeFailed() I2C_IsErrorOccurred() and correct the way errors are checked and reported when they occur in polling mode by Eya · 2 years, 5 months ago
- 4da497f [HAL][I2C] Improve header description of I2C_WaitOnFlagUntilTimeout() function by Eya · 2 years, 5 months ago
- 2cf473d [HAL][GPIO] Substitute GPIO_MODER_MODE0 by GPIO_MODE_ANALOG in API HAL_GPIO_DeInit() by Eya · 2 years, 5 months ago
- b196515 [HAL][FLASH] Update the HAL_FLASHEx_DATAEEPROM_Program() function to check status of write operation at the end by Eya · 2 years, 5 months ago
- 9bf0d61 [HAL][FLASH] Update the FLASH_OB_RDPConfig() function to keep reserved bits at reset value by Eya · 2 years, 5 months ago
- 29e7ede [HAL][LL][TIM] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 3 years ago
- 2ebd867 [HAL][RCC] Complete LCD clock configuration by invoking __HAL_RCC_LCD_CONFIG() macro in HAL_RCCEx_PeriphCLKConfig() by Ali Labbene · 3 years ago
- a23e7c1 [HAL][LL][LPTIM] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 3 years ago
- a076e9d [HAL][LL] New licensing scheme deployment by Ali Labbene · 3 years ago
- d531f32 [HAL][USB] HAL_PCD_IRQHandler() optimized by removing multiple readings of ISTR register by rihab kouki · 3 years, 2 months ago
- 8d9f018 [HAL][USART] Add a check on the USART parity before enabling the parity error interrupt by rihab kouki · 3 years, 2 months ago
- 2695e3f [HAL][UART] Fix wrong cast when computing the USARTDIV value in UART_SetConfig() by rihab kouki · 3 years, 2 months ago
- 229edee [HAL][UART] Add a check on the UART parity before enabling the parity error interruption by rihab kouki · 3 years, 2 months ago
- 2e6b395 [HAL][TIM] In HAL_TIMEx_RemapConfig __HAL_LOCK is called before calls to assert_param by rihab kouki · 3 years, 2 months ago
- e5ee37b [HAL][SMARTCARD] Improve header description of SMARTCARD_WaitOnFlagUntilTimeout() function by rihab kouki · 3 years, 2 months ago
- abc8e98 [HAL][SMARTCARD] Fix wrong cast when computing the USARTDIV value in UART_SetConfig() by rihab kouki · 3 years, 2 months ago
- 45f307b [HAL][LL][LPTIM] Add check on PRIMASK register to prevent from enabling unwanted global interrupts within LPTIM_Disable() and LL_LPTIM_Disable() by rihab kouki · 3 years, 2 months ago
- d71a9af [HAL][IRDA] Add a check on the IRDA parity before enabling the parity error interrupt by rihab kouki · 3 years, 2 months ago
- 0cddef3 [HAL][IRDA] Fix wrong cast when computing the USARTDIV value in IRDA_SetConfig() by rihab kouki · 3 years, 2 months ago
- 9a89277 [HAL][I2C] Declare an internal macro link to DMA macro to check remaining data: I2C_GET_DMA_REMAIN_DATA by rihab kouki · 3 years, 2 months ago
- c326e51 [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 by rihab kouki · 3 years, 2 months ago
- 9b5b32b [HAL][GPIO] Reorder EXTI configuration sequence in order to avoid unexpected level detection by rihab kouki · 3 years, 2 months ago
- 1b0f420 [HAL][ADC] Better performance by removing multiple volatile reads or writes in interrupt handler by rihab kouki · 3 years, 2 months ago
- 343e564 Release v1.10.5 by rihab kouki · 3 years, 7 months ago v1.10.5
- 433eef2 Release v1.10.4 by rihab kouki · 4 years, 3 months ago v1.10.4
- fbdacaf Release v1.10.3 by Eya · 4 years, 6 months ago v1.10.3
- b6be1fc Release v1.10.2 by Ali Labbene · 5 years ago v1.10.2