- 72edf6a [HAL][USART] Improve the visibility of the SPI function support in HAL USART description and comments by Rania JMAI · 9 weeks ago master
- 4f20b55 [HAL][HASH] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by Rania JMAI · 9 weeks ago
- a3fdc08 [HAL][HASH] Fix violation of MISRA-C 2012 Rules 12.1, 10.7, 10.6, 10.4 by Rania JMAI · 9 weeks ago
- bb2e3cf [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 · 3 months ago
- 27a7ddb [HAL][UART] Correct DMA Rx abort procedure impact on ongoing Tx transfer in polling mode by karim · 3 months ago
- 2d820ca [HAL][SDMMC] Remove redundant Condition from HAL_SD_InitCard() by karim · 3 months ago
- c393a68 [HAL][USB] Fix the condition on EONUM flag of DOEPCTLx register in HAL_PCD_IRQHandler() to correctly check on the frame number parity by Ali Labbene · 4 months ago
- 7737fc4 Merge pull request #9 from kartben/kartben-patch-1 by ASEHSTM · 4 months ago
- 1ca28e1 stm32f7: fix TX timestamp check by Benjamin Cabé · 5 months ago
- 52bfa97 [HAL][LL][SDMMC] Update SDMMC_DATATIMEOUT definition used with two different clock situations by Rania JMAI · 5 months ago
- 7e98d9f [HAL][USB] Ensure to reactivate the usb channel in case of transfer error by Tasnim · 6 months ago
- 2e3aac4 Release v1.3.1 by Tasnim · 6 months ago v1.3.1
- 61fc119 [HAL][SPI] Update HAL_SPI_TransmitReceive API to set the bit CRCNEXT in case of one byte transaction by Tasnim · 8 months ago
- 56d7cbd [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
- 0ded2af [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
- 5af4f71 [HAL][ETH] Fix Wrong CMSIS definitions by Rania JMAI · 9 months ago
- 2770385 [HAL][ETH] Replace ETH_RX_BUF_SIZE define in ETH_UpdateDescriptor() and ETH_DMARxDescListInit() by Init.RxBuffLen by Rania JMAI · 9 months ago
- 867c190 [HAL][ETH] Get the latest buffer length received and not the predefined ethernet frame length by Rania JMAI · 9 months ago
- 0ec0780 [HAL][ETH] Add support of CRC stripping for Type frames (CSTF) feature by Rania JMAI · 10 months ago
- 5c42485 [HAL][TIM] Update interrupt flag is cleared when the update event is generated by software by Rania JMAI · 10 months ago
- 5c7105a [HAL][GPIO] Replace GPIO_Pin_x with GPIO_PIN_x to be compliant with macros definition by Rania JMAI · 10 months ago
- 5af0730 [HAL][DSI] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by Rania JMAI · 10 months ago
- 3bbaa24 [HAL][LL][TIM] Fix typo in PWM symmetric mode related constants names by Tasnim · 11 months ago
- 4e0b681 [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 · 11 months ago
- 28ac285 [HAL][CAN] Improve protection against bad inputs by Tasnim · 11 months ago
- 8c70773 [HAL][I2C] Update the HAL I2C driver to implement the errata workaround "Last-received byte loss in reload mode" by Rania JMAI · 12 months ago
- ccf0194 [HAL][LL][USB] Improve delay management to set core mode by Rania JMAI · 12 months ago
- 79d2cd9 [HAL][DMA] Update State machine implementation in HAL_DMA_Init() API by Rania JMAI · 12 months ago
- 87047e5 [HAL][ETH] Update on Rx descriptor Tail pointer management to avoid race condition by Tasnim · 1 year ago
- 343e421 [LL][I2C] Update LL_I2C_HandleTranfer function to prevent undefined behavior of volatile usage before updating the CR2 register by Rania JMAI · 1 year, 1 month ago
- 369aa3f [HAL][LL][USB] fix device connection in case battery charging used with HS instance linked to internal FS PHY by Rania JMAI · 1 year, 1 month ago
- a7a33b6 [HAL][TIM] Remove multiple volatile reads or writes in interrupt handler for better performance by Rania JMAI · 1 year, 1 month ago
- 0a7a2bb [HAL][I2C] Update HAL I2C driver to disable all interrupts after end of transaction by Tasnim · 1 year, 2 months ago
- a89b85b [HAL][UART] Avoid RTOF flag to be cleared by a transmit process in polling mode by Tasnim · 1 year, 3 months ago
- 477c122 [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, 3 months ago
- d8217c2 [HAL][GPIO] Update IS_GPIO_PIN macro description adding that a PIN combination is a valid parameter by Tasnim · 1 year, 3 months ago
- f082708 [HAL][SAI] Improve audio quality (avoid potential glitch) by Tasnim · 1 year, 4 months ago
- e3a9908 [LL][RTC] Correct misleading note about shadow registers by Tasnim · 1 year, 4 months ago
- df2e335 [HAL][I2C] Update I2C_WaitOnRXNEFlagUntilTimeout to check I2C_FLAG_AF independently from I2C_FLAG_RXNE by Tasnim · 1 year, 5 months ago
- 60bcf2c [HAL][I2C] Update I2C_Slave_ISR_IT, I2C_Slave_ISR_DMA and I2C_ITSlaveCplt to prevent the call of HAL_I2C_ListenCpltCallback twice by Tasnim · 1 year, 5 months ago
- 993897e [HAL][I2C] Update HAL_I2C_Mem_Write_IT API to initialize XferSize at 0 by Tasnim · 1 year, 5 months ago
- c761a8f [HAL][UART] Update initialisation sequence for TXINV, RXINV and TXRXSWAP settings by houssine BOUGUERBA · 1 year, 6 months ago
- 1a8c39d [HAL][SPI] Update IT API to enable interrupts after process unlock by houssine BOUGUERBA · 1 year, 6 months ago
- 31ee9c3 [HAL][GPIO] Add GPIO_AF9_TIM13 in IS_GPIO_AF() macros and apply Artistic Style fixes by houssine BOUGUERBA · 1 year, 6 months ago
- 57a5add Add SECURITY.md by Rania JMAI · 1 year, 6 months ago
- dde5791 [HAL][SMBUS] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by Tasnim · 1 year, 7 months ago
- 7394e81 [HAL][LL][I2C] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by Tasnim · 1 year, 7 months ago
- 33fb411 [HAL][GENRIC] Update of HAL_GetTickFreq() brief by Tasnim · 1 year, 7 months ago
- 3d2118f [HAL][CRYP] Apply MCUAstyle fixes and update Crypt/Decrypt IT processes to avoid Computation Completed IRQ fires before the DINR pointer increment by Tasnim · 1 year, 7 months ago
- 9cbff66 [HAL][SMBUS] 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 · 1 year, 9 months ago
- 1cba622 [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 · 1 year, 9 months ago
- 94b244d [HAL][GENERIC] Allow redefinition of macro UNUSED(x) by Tasnim · 1 year, 9 months ago
- b395dc0 [LL][USB] Remove useless software setting to setup the frame interval at 80% by Eya · 1 year, 10 months ago
- e6a07ea [LL][USB] Fix added to USB_ClearInterrupts(), should write 1 to clear the interrupt status bits of OTG_FS_GINTSTS register by Eya · 1 year, 10 months ago
- 5bc0f38 [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, 10 months ago
- eefdcd0 [HAL][UART] Rework UART_WaitOnFlagUntilTimeout() API to avoid being stuck forever when UART overrun error occurs and to enhance behavior by Ali Labbene · 2 years ago
- 5184d73 [HAL][USART] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 2 years ago
- 58da13a [HAL][UART] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 2 years ago
- cebf90c [HAL][TIM] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 2 years ago
- 78fa6ed [HAL][TIM] Remove extra white spaces from comment tags by Ali Labbene · 2 years ago
- 351fe39 [LL][TIM] Remove tag '/** @defgroup TIM_LL_EM_Exported_Macros Exported_Macros' as redundant with tag '/** @defgroup TIM_LL_Exported_Macros TIM Exported Macros' by Ali Labbene · 2 years ago
- b24aa9b [HAL][SMARTCARD] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 2 years ago
- 24541c7 [HAL][SMARTCARD] Wait for the 'Receive Enabled ACK' flag in the SMARTCARD_CheckIdleState() function by Ali Labbene · 2 years ago
- 59c4584 [HAL][RCC] Add restriction on the available RCC macros to manage SPI6 peripheral clock by Ali Labbene · 2 years ago
- d0e2bc7 [HAL][LPTIM] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 2 years ago
- 5366155 [LL][LPTIM] Homogenize the naming of LL_LPTIM_ClearFlag_XXX() APIs (ClearFLAG --> ClearFlag) by Ali Labbene · 2 years ago
- 6f048a5 [HAL][IRDA] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 2 years ago
- a380042 [HAL][I2C] Duplicate the test condition after timeout detection to avoid false timeout detection by Ali Labbene · 2 years ago
- 6cef700 [HAL][EXTI] Optimize computation of pExtiConfig->GPIOSel in HAL_EXTI_GetConfigLine() by Ali Labbene · 2 years ago
- e61e303 [HAL][UART] Disable the Receiver Timeout Interrupt when data reception is completed by Eya · 2 years, 2 months ago
- 44d3cd6 [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 Eya · 2 years, 2 months ago
- 15b3306 [HAL][HASH] HAL code quality enhancement for MISRA-C2012 Rule-2.2_c by Eya · 2 years, 2 months ago
- 99ee009 [HAL][CRC] Add filter in HAL_CRCEx_Polynomial_Set() to exclude even polynomials by Eya · 2 years, 2 months ago
- 875be9e Release v1.3.0 by Eya · 2 years, 5 months ago v1.3.0
- f90403d [HAL][ETH] Full rework of Ethernet HAL driver by Ali Labbene · 2 years, 7 months ago
- 738d0ab [HAL][LL][PCD][USB] Fix received data length counting when DMA is enabled by Ali Labbene · 2 years, 8 months ago
- 8ee084d [HAL][LL][HCD][USB] Fix handling of ODDFRM bit in OTG_HCCHARx for isochronous IN transactions by Ali Labbene · 2 years, 8 months ago
- ff749f9 [HAL][LL][TIM] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 2 years, 8 months ago
- 6d438e3 [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, 8 months ago
- a15b2ec [HAL][SAI] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 2 years, 8 months ago
- f2aa7e5 [HAL][QSPI] Update HAL_QSPI_Abort() and HAL_QSPI_Abort_IT() APIs to check on QSPI BUSY flag status before executing the abort procedure by Ali Labbene · 2 years, 8 months ago
- 4cc05c7 [HAL][LTDC] Update HAL_LTDC_DeInit() to avoid MCU hang-up when LCD is turned off by Ali Labbene · 2 years, 8 months ago
- 3377305 [HAL][LL][LPTIM] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 2 years, 8 months ago
- 00b236d [HAL][DSI] Align DSI ULPS entry and exit sequences with the reference manual by Ali Labbene · 2 years, 8 months ago
- 8212715 [HAL][DFSDM] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 2 years, 8 months ago
- 27458ea Release v1.2.10 by rihab kouki · 3 years ago v1.2.10
- bcfd32d Release v1.2.9 by Eya · 3 years, 9 months ago v1.2.9
- f7ffdf6 Update CONTRIBUTING.md and PULL_REQUEST_TEMPLATE.md with CLA procedure description and mention that pull-requests are now accepted by Eya · 4 years, 8 months ago
- 243e61a Release v1.2.8 by Ali Labbene · 4 years, 8 months ago v1.2.8
- 8a83a68 Release v1.2.7 by Eya · 4 years, 10 months ago v1.2.7
- 76ed5c2 Initial commit by ASELSTM · 4 years, 10 months ago