- 3ab6399 [HAL][UART] Correct DMA Rx abort procedure impact on ongoing Tx transfer in polling mode by karim · 4 months ago master
- d970b33 [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 · 6 months ago
- f063bef [HAL][LL][USB] Fix added to support bulk transfer in double buffer mode by Rania JMAI · 7 months ago
- 0cdf2ca [LL][CORTEX] Add missing parenthesis() in LL_MPU_ConfigRegion() API by karim · 9 months ago
- a6ed2a0 Release v1.5.8 by karim · 9 months ago v1.5.8
- 6187f6f [HAL][RCC] Add UNUSED() macro to avoid the generation of a warning related to the unused argument 'RCC_MCOx' by Rania JMAI · 12 months ago
- c7ca1e9 [HAL][GPIO] Replace GPIO_Pin_x with GPIO_PIN_x to be compliant with macros definition by Rania JMAI · 12 months ago
- c1c29d2 [HAL][ADC] Add UNUSED() macro to avoid the generation of a warning related to the unused argument 'hadc' by Rania JMAI · 12 months ago
- 4bf3b66 [LL][UTILS] Fix a note about Ticks parameter by Tasnim · 1 year, 1 month ago
- 5af79a2 [HAL][LL][TIM] Fix typo in PWM symmetric mode related constants names by Tasnim · 1 year, 1 month ago
- c2cdd03 [HAL][CAN] Clarify pin configuration in driver header by removing open-drain info by Tasnim · 1 year, 1 month ago
- 65d7277 [HAL][I2C] Update the HAL I2C driver to implement the errata workaround "Last-received byte loss in reload mode by Rania JMAI · 1 year, 2 months ago
- d2a8fb6 [HAL][TIM] Remove multiple volatile reads from interrupt handler for better performance by Ali Labbene · 1 year, 3 months ago
- 56ee66a [LL][I2C] Update LL_I2C_HandleTranfer() function to prevent undefined behavior of volatile before updating the CR2 register by Ali Labbene · 1 year, 3 months ago
- b3d19ea [HAL][UART] RTOF or ORE flag should be cleared only when UART_WaitOnFlagUntilTimeout() is executed in the context of the reception (i.e. for checking RX related flags) by Tasnim · 1 year, 4 months ago
- 65918ab [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 · 1 year, 4 months ago
- c74b711 [LL][RTC] Correct misleading note about shadow registers by Tasnim · 1 year, 6 months ago
- c5c91a3 [HAL][I2C] Update I2C_WaitOnRXNEFlagUntilTimeout to check I2C_FLAG_AF independently from I2C_FLAG_RXNE by Rania JMAI · 1 year, 7 months ago
- 44f65ea [HAL][I2C] Update I2C_Slave_ISR_IT, I2C_Slave_ISR_DMA and I2C_ITSlaveCplt to prevent the call of HAL_I2C_ListenCpltCallback twice by Rania JMAI · 1 year, 7 months ago
- aa9d1d4 [HAL][I2C] Update HAL_I2C_Mem_Write_IT API to initialize XferSize at 0 by Rania JMAI · 1 year, 7 months ago
- 5f4ab18 [HAL][UART] Update initialisation sequence for TXINV, RXINV and TXRXSWAP settings by houssine BOUGUERBA · 1 year, 8 months ago
- 5507222 [HAL][SPI] Update IT API to enable interrupts after process unlock by houssine BOUGUERBA · 1 year, 8 months ago
- 92607dc [HAL][FLASH] Correct the setting of option byte OB->WRPx in FLASH_OB_DisableWRP() API and apply Artistic Style fixes by houssine BOUGUERBA · 1 year, 8 months ago
- 3e86023 Add SECURITY.md by Tasnim · 1 year, 8 months ago
- 34f6799 [HAL][I2C] Update HAL I2C driver to disable all interrupts after end of transaction by houssine BOUGUERBA · 1 year, 9 months ago
- 7aeb5de [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, 9 months ago
- 3e23fc0 [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, 9 months ago
- cdce3da Release v1.5.7 by Tasnim · 1 year, 11 months ago v1.5.7
- 2f76311 [HAL][LL][USB] Add new HAL_PCD_EP_Abort() and LL USB_EPStopXfer() APIs to abort current USB endpoint transfer by Eya · 2 years ago
- 1d890bd [HAL][UART] Rework of UART_WaitOnFlagUntilTimeout() API to avoid being stuck forever when UART overrun error occurs and to enhance behavior by Eya · 2 years ago
- b759ca1 [HAL][I2C] Duplicate the test condition after timeout detection to avoid false timeout detection by Eya · 2 years ago
- 72a3892 [HAL][LL][USART] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 2 years, 3 months ago
- 7b93bdc [HAL][USART] Improve header description of USART_WaitOnFlagUntilTimeout() function by Ali Labbene · 2 years, 3 months ago
- 115f163 [HAL][UART] Disable the Receiver Timeout Interrupt when data reception is completed by Ali Labbene · 2 years, 3 months ago
- a3bee4a [HAL][UART] Remove HAL_LOCK() and HAL_UNLOCK() invocations in HAL UART Tx and Rx APIs by Ali Labbene · 2 years, 3 months ago
- a77e25e [HAL][UART] Add a new API HAL_UARTEx_GetRxEventType that could be used to retrieve the type of event that has led to the RxEventCallback() execution by Ali Labbene · 2 years, 3 months ago
- 6dcb8c6 [HAL][UART] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 2 years, 3 months ago
- e4b349f [HAL][UART] Improve header description of UART_WaitOnFlagUntilTimeout() function by Ali Labbene · 2 years, 3 months ago
- 5de8ad5 [LL][TIM] Remove useless check on IS_TIM_ADVANCED_INSTANCE() within LL_TIM_BDTR_Init() to fix Break Filter configuration problem with specific TIM instances by Ali Labbene · 2 years, 3 months ago
- aaa2edf [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 Ali Labbene · 2 years, 3 months ago
- 5cf0e29 [HAL][LL][TIM] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 2 years, 3 months ago
- d810374 [HAL][SMARTCARD] Fix wrong cast when computing the USARTDIV value in SMARTCARD_SetConfig() by Ali Labbene · 2 years, 3 months ago
- e3c7afc [HAL][SMARTCARD] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 2 years, 3 months ago
- 67143d6 [HAL][SMARTCARD] Improve header description of SMARTCARD_WaitOnFlagUntilTimeout() function by Ali Labbene · 2 years, 3 months ago
- d2d0054 [HAL][LL][RCC] Add 'static' storage-class specifier to 'const' arrays by Ali Labbene · 2 years, 3 months ago
- 806ff0c [HAL][IRDA] Fix wrong cast when computing the USARTDIV value in IRDA_SetConfig() by Ali Labbene · 2 years, 3 months ago
- 30a6c8f [HAL][IRDA] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 2 years, 3 months ago
- 9cc4cf7 [HAL][IRDA] Improve header description of IRDA_WaitOnFlagUntilTimeout() function by Ali Labbene · 2 years, 3 months ago
- 02632da [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 Ali Labbene · 2 years, 3 months ago
- 6f5e892 [HAL][I2C] Rename I2C_IsAcknowledgeFailed() I2C_IsErrorOccurred() and correct the way errors are checked and reported when they occur in polling mode by Ali Labbene · 2 years, 3 months ago
- 44f81c5 [HAL][I2C] Improve header description of I2C_WaitOnFlagUntilTimeout() function by Ali Labbene · 2 years, 3 months ago
- d1c9841 [HAL][LL][HRTIM] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 2 years, 3 months ago
- 903e2ae [HAL][HRTIM] Rework HAL_HRTIM_Get...() getter functions not to change the handle state in case input parameter is out-of-range by Ali Labbene · 2 years, 3 months ago
- 2b5a1de [HAL][CEC] Remove multiple volatile reads or writes in interrupt handler for better performance by Ali Labbene · 2 years, 3 months ago
- ac79237 [HAL][CEC] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 2 years, 3 months ago
- c87d1e0 [HAL][CAN] Add const qualifier to comply to MISRA-C Rule-8.13 and apply MCU A-Style corrections by Ali Labbene · 2 years, 3 months ago
- 75cf4fc [HAL][LL] New licensing scheme deployment by Ali Labbene · 2 years, 11 months ago
- 58a240b Update *.md files by Ali Labbene · 3 years, 1 month ago
- 0fe4de1 [HAL][USART] Add a check on the USART parity before enabling the parity error interrupt by rihab kouki · 3 years, 1 month ago
- 70fdafb [LL][USART] Fix compilation warnings generated with ARMV6 compiler by rihab kouki · 3 years, 1 month ago
- ef745ac [HAL][UART] Fix wrong cast when computing the USARTDIV value in UART_SetConfig() by rihab kouki · 3 years, 1 month ago
- dfd6c13 [HAL][UART]Add a check on the UART parity before enabling the parity error interruption by rihab kouki · 3 years, 1 month ago
- cd9ee5c [HAL][TIM] Fix HAL_TIMEx_RemapConfig() lock issue: __HAL_LOCK is called before calls to assert_param() by rihab kouki · 3 years, 1 month ago
- c0bd317 [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, 1 month ago
- fe06f75 [HAL][ADC] Better performance by removing multiple volatile reads or writes in interrupt handler by rihab kouki · 3 years, 1 month ago
- b505bb6 Release v1.5.6 by Eya · 3 years, 5 months ago v1.5.6
- a0007fb Release v1.5.5 by Ali Labbene · 4 years, 2 months ago v1.5.5
- 1761b62 Release v1.5.4 by Eya · 4 years, 5 months ago v1.5.4
- de50b60 Update CONTRIBUTING.md and PULL_REQUEST_TEMPLATE.md with CLA procedure description and mention that pull-requests are now accepted by Eya · 4 years, 10 months ago
- ae72f2d Release v1.5.3 by Eya · 5 years ago v1.5.3
- 9b2054f Release v1.5.2 by Eya · 5 years ago v1.5.2
- 1b83357 Initial commit by ASELSTM · 5 years ago