- c127218 [HAL][USART] Improve the visibility of the SPI function support in HAL USART description by karim · 5 weeks ago master
- 7ad3126 [HAL][SPI] Add wait on flag TXE to be set at the end of transaction to be aligned with reference manual by karim · 5 weeks ago
- 4c4c963 [HAL][GPIO] Replace GPIO_Pin_x with GPIO_PIN_x to be compliant with macros definition by karim · 5 weeks ago
- cee3a49 [HAL][UART] Correct DMA Rx abort procedure impact on ongoing Tx transfer in polling mode by karim · 9 weeks ago
- 390fe69 [HAL][UART] Add HAL_UART_RXEVENT_IDLE event notification to user in case of HAL_UARTEx_ReceiveToIdle_DMA() use with Circular DMA, even if occurring just after TC event by karim · 9 weeks ago
- 3611fb0 [HAL][RCC] Remove uint64_t cast from HAL_RCC_GetSysClockFreq() API by karim · 9 weeks ago
- 0eac588 [HAL][I2C] Add a temporary variable to get the value to check before comparison by karim · 3 months ago
- 55a3b2d [HAL][I2C] Add abort memory management to function HAL_I2C_Master_Abort_IT() by karim · 3 months ago
- 51a7cec [HAL][I2C] Move the prefetch process in function HAL_I2C_Slave_Transmit() by karim · 3 months ago
- 12c88cc [HAL][LL][USB] Add fix to support bulk transfer in double buffer mode by karim · 4 months ago
- 8698427 [HAL][ADC] Update description field in HAL_ADCEx_EnableVREFINT() API and HAL_ADCEx_EnableVREFINTTempSensor() API by Rania JMAI · 5 months ago
- d05765e [HAL][SMBUS] Update SMBUS_ITErrorHandler to flush TXDR just in case of error by Rania JMAI · 5 months ago
- 35f13e2 [HAL][I2C] Update HAL_I2C_Init API to clear ADD10 bit in 7 bit addressing mode by Rania JMAI · 6 months ago
- 8c56f5d [LL][CORTEX] Add missing parenthesis() in LL_MPU_ConfigRegion() API by Rania JMAI · 6 months ago
- abed6c9 [LL][ADC] Update description of LL_ADC_REG_ReadConversionData32() by Rania JMAI · 6 months ago
- 3103d11 [HAL][TIM] Improve HAL TIM driver's operational behavior by Tasnim · 8 months ago
- 936c005 [HAL][TIM] Update interrupt flag is cleared when the update event is generated by software by Tasnim · 8 months ago
- ccdc616 [HAL][SPI] Update HAL_SPI_TransmitReceive API to set the bit CRCNEXT in case of one byte transaction by Tasnim · 8 months ago
- 6136b7e [HAL][RTC] Remove macro __HAL_RTC_TAMPER_GET_IT() as it is redundant with macro __HAL_RTC_TAMPER_GET_FLAG() and create an alias into the hal_legacy.h file by Tasnim · 8 months ago
- 82467ea [HAL][LPTIM] Remove redundant IS_LPTIM_AUTORELOAD macro by Tasnim · 8 months ago
- 3e29fcf [HAL][I2C] Remove the unusable code in function HAL_I2C_IsDeviceReady by Tasnim · 8 months ago
- 84aad08 [HAL][I2C] Update HAL_I2C_Slave_Transmit to check if the received NACK is the good one by Tasnim · 8 months ago
- b4e5c91 [HAL][I2C] Update I2C_WaitOnFlagUntilTimeout to handle error case by Tasnim · 8 months ago
- 3cb1b74 [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 Tasnim · 8 months ago
- 89c218d [HAL][FLASH] Add UNUSED() macro to avoid the generation of a warning related to the unused argument 'TypeProgram' by Rania JMAI · 10 months ago
- 4ece8cd [HAL][CORTEX] Add UNUSED() macro to avoid the generation of a warning related to the unused argument 'SubPriority' by Rania JMAI · 10 months ago
- 0c3a136 [HAL][ADC] Add UNUSED() macro to avoid the generation of a warning related to the unused argument 'SingleDiff' by Rania JMAI · 10 months ago
- 8bd27f9 [HAL][I2C] Update the HAL I2C driver to implement the errata workaround "Last-received byte loss in reload mode" by Tasnim · 12 months ago
- 1dd7190 [LL][UTILS] Fix documentation of LL_InitTick() by Tasnim · 12 months ago
- 9d7402e [HAL][TIM] Remove multiple volatile reads in interrupt handler for better performance by Ali Labbene · 1 year, 1 month ago
- cce4f6b [LL][I2C] Update LL_I2C_HandleTranfer() function to prevent undefined behavior of volatile usage before updating the CR2 register by Ali Labbene · 1 year, 1 month ago
- a2e28f3 [HAL][UART] Avoid RTOF flag to be cleared by a transmit process in polling mode by Rania JMAI · 1 year, 2 months ago
- f841a5c [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 Rania JMAI · 1 year, 2 months ago
- 976d3f1 [HAL][UART] Update initialisation sequence for TXINV, RXINV and TXRXSWAP settings by Rania JMAI · 1 year, 2 months ago
- 53d6b42 [HAL][I2C] Update HAL I2C driver to disable all interrupts after end of transaction by Rania JMAI · 1 year, 2 months ago
- 48a3cff [LL][RTC] Correct misleading note about shadow registers by houssine BOUGUERBA · 1 year, 4 months ago
- 884d73a [HAL][I2C] Update I2C_WaitOnRXNEFlagUntilTimeout to check I2C_FLAG_AF independently from I2C_FLAG_RXNE by houssine BOUGUERBA · 1 year, 4 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, 4 months ago
- a9fb8a4 [HAL][SPI] Update IT API to enable interrupts after process unlock by Tasnim · 1 year, 4 months ago
- f70eae7 [HAL][I2C] Update HAL_I2C_Mem_Write_IT API to initialize XferSize at 0 by Tasnim · 1 year, 4 months ago
- cb60015 Add SECURITY.md by Rania JMAI · 1 year, 6 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, 7 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, 7 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, 7 months ago
- 1f1f706 Release v1.10.6 by Rania JMAI · 1 year, 8 months 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 · 1 year, 11 months ago
- 4c292a7 [HAL][I2C] Duplicate the test condition after timeout detection to avoid false timeout detection by Tasnim · 1 year, 11 months ago
- 152e7b7 [HAL][CORTEX] Add barrier instructions in hal_cortex.c file to be compliant with ARM recommendation by Tasnim · 1 year, 11 months ago
- 5c9d98d [HAL][USB] Set DCD timeout to minimum of 300ms before starting BCD primary detection process by Eya · 2 years, 1 month ago
- 739c1bc [HAL][LL][USART] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 2 years, 1 month ago
- 96eb5b8 [HAL][USART] Improve header description of USART_WaitOnFlagUntilTimeout() function by Eya · 2 years, 1 month ago
- 21cb1ba [HAL][UART] Disable the Receiver Timeout Interrupt when data reception is completed by Eya · 2 years, 1 month ago
- 34bf2bf [HAL][UART] Remove HAL_LOCK/HAL_UNLOCK calls in HAL UART Tx and Rx APIs by Eya · 2 years, 1 month 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, 1 month ago
- bdce22e [HAL][LL][UART] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 2 years, 1 month ago
- 0f7986a [HAL][UART] Improve header description of UART_WaitOnFlagUntilTimeout() function by Eya · 2 years, 1 month ago
- 3e90c7f [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 · 2 years, 1 month ago
- 5886d70 [HAL][SMARTCARD] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 2 years, 1 month ago
- 8861597 [HAL][IRDA] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 2 years, 1 month ago
- 80cc068 [HAL][IRDA] Improve header description of IRDA_WaitOnFlagUntilTimeout() function by Eya · 2 years, 1 month 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, 1 month 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, 1 month ago
- 4da497f [HAL][I2C] Improve header description of I2C_WaitOnFlagUntilTimeout() function by Eya · 2 years, 1 month ago
- 2cf473d [HAL][GPIO] Substitute GPIO_MODER_MODE0 by GPIO_MODE_ANALOG in API HAL_GPIO_DeInit() by Eya · 2 years, 1 month ago
- b196515 [HAL][FLASH] Update the HAL_FLASHEx_DATAEEPROM_Program() function to check status of write operation at the end by Eya · 2 years, 1 month ago
- 9bf0d61 [HAL][FLASH] Update the FLASH_OB_RDPConfig() function to keep reserved bits at reset value by Eya · 2 years, 1 month ago
- 29e7ede [HAL][LL][TIM] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 2 years, 8 months ago
- 2ebd867 [HAL][RCC] Complete LCD clock configuration by invoking __HAL_RCC_LCD_CONFIG() macro in HAL_RCCEx_PeriphCLKConfig() by Ali Labbene · 2 years, 8 months ago
- a23e7c1 [HAL][LL][LPTIM] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 2 years, 8 months ago
- a076e9d [HAL][LL] New licensing scheme deployment by Ali Labbene · 2 years, 8 months ago
- ad9b9fb Update *.md files by Ali Labbene · 2 years, 11 months ago
- d531f32 [HAL][USB] HAL_PCD_IRQHandler() optimized by removing multiple readings of ISTR register by rihab kouki · 2 years, 11 months ago
- 8d9f018 [HAL][USART] Add a check on the USART parity before enabling the parity error interrupt by rihab kouki · 2 years, 11 months ago
- c222df4 [HAL][USART] Fix compilation warnings generated with ARMV6 compiler by rihab kouki · 2 years, 11 months ago
- 2695e3f [HAL][UART] Fix wrong cast when computing the USARTDIV value in UART_SetConfig() by rihab kouki · 2 years, 11 months ago
- 229edee [HAL][UART] Add a check on the UART parity before enabling the parity error interruption by rihab kouki · 2 years, 11 months ago
- 2e6b395 [HAL][TIM] In HAL_TIMEx_RemapConfig __HAL_LOCK is called before calls to assert_param by rihab kouki · 2 years, 11 months ago
- e5ee37b [HAL][SMARTCARD] Improve header description of SMARTCARD_WaitOnFlagUntilTimeout() function by rihab kouki · 2 years, 11 months ago
- abc8e98 [HAL][SMARTCARD] Fix wrong cast when computing the USARTDIV value in UART_SetConfig() by rihab kouki · 2 years, 11 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 · 2 years, 11 months ago
- d71a9af [HAL][IRDA] Add a check on the IRDA parity before enabling the parity error interrupt by rihab kouki · 2 years, 11 months ago
- 0cddef3 [HAL][IRDA] Fix wrong cast when computing the USARTDIV value in IRDA_SetConfig() by rihab kouki · 2 years, 11 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 · 2 years, 11 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 · 2 years, 11 months ago
- 9b5b32b [HAL][GPIO] Reorder EXTI configuration sequence in order to avoid unexpected level detection by rihab kouki · 2 years, 11 months ago
- 1b0f420 [HAL][ADC] Better performance by removing multiple volatile reads or writes in interrupt handler by rihab kouki · 2 years, 11 months ago
- 343e564 Release v1.10.5 by rihab kouki · 3 years, 4 months ago v1.10.5
- 433eef2 Release v1.10.4 by rihab kouki · 4 years ago v1.10.4
- fbdacaf Release v1.10.3 by Eya · 4 years, 2 months ago v1.10.3
- 9e7c441 Update CONTRIBUTING.md and PULL_REQUEST_TEMPLATE.md with CLA procedure description and mention that pull-requests are now by Eya · 4 years, 8 months ago
- b6be1fc Release v1.10.2 by Ali Labbene · 4 years, 10 months ago v1.10.2
- 41262c8 Initial commit by Ali LABBENE · 4 years, 10 months ago