- 3d08880 [HAL][HRTIM] Correct the typo in the HRTIMInterruptRequests structure member and add the legacy define in the stm32_hal_legacy.h file by Rania JMAI · 2 days ago master
- e20fbec [HAL][SPI] Check data size before changing state in reception by karim · 5 weeks ago
- 1b2abc7 [HAL][SPI] Update HAL SPI driver to remove "got to" instruction and avoid misplaced __HAL_LOCK() issue by karim · 5 weeks ago
- 55b6a51 [HAL][I2S] Update HAL I2S driver to fix misplaced __HAL_LOCK() by karim · 5 weeks ago
- ae42212 [HAL][SPI] Fix state change issue in Rx functions by validating parameters first by Bohdan Bulava · 3 months ago
- 4031f09 [HAL][LL][USB] Add fix to support bulk transfer in double buffer mode by karim · 2 months ago
- 63c724f Release v1.2.4 by “Aya · 3 months ago v1.2.4
- 0ca931d [HAL][QSPI] Clear AR register after CCR to avoid new transfer when address is not needed by Tasnim · 4 months ago
- 2672503 [HAL][DAC] Fix HAL DAC calibration procedure (function HAL_DACEx_SelfCalibrate() ) to manage case of calibration factor equal to range maximum value (previously, in this case calibration factor was reset, leading to voltage accuracy not optimal) by Tasnim · 4 months ago
- 1e57e8f [LL][RCC] Update macro definition LL_AHB2_GRP1_PERIPH_CCM by Rania JMAI · 4 months ago
- f6d6226 Merge pull request #13 from guajun/master by ASEHSTM · 6 months ago
- a593b97 change comment by gua_jun · 6 months ago
- fa6618b [HAL][GPIO] Replace GPIO_Pin_x with GPIO_PIN_x to be compliant with macros definition by Rania JMAI · 8 months ago
- 7cc636e [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 Rania JMAI · 8 months ago
- 1e886ab Release v1.2.3 by Ali Labbene · 9 months ago v1.2.3
- a23ffa4 [HAL][TIM] Remove multiple volatile reads or writes in interrupt handler for better performance by Rania JMAI · 10 months ago
- f4f2327 [HAL][UART] Avoid RTOF flag to be cleared by a transmit process in polling mode by Rania JMAI · 10 months ago
- f5c2374 [LL][ADC] Remove useless action of conversion trigger change in function LL_ADC_DeInit(); Moreover; this action was not compliant with ADC enable state (cf reference manual) by Rania JMAI · 10 months ago
- 7c2e19e [LL][UTILS] Update package type definitions to be aligned with RM0440 by Rania JMAI · 11 months ago
- 7ce6a9e [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 · 11 months ago
- 9b84058 [LL][I2C] Update LL_I2C_HandleTranfer function to prevent undefined behavior of volatile usage before updating the CR2 register by Rania JMAI · 11 months ago
- 74ce67c [LL][RCC] Add uint32_t cast to shift left operands constants defined with 'U' suffix in case MISRAC2012-Rule-12.2 violated by Rania JMAI · 12 months ago
- 963d665 [HAL][UART] Update initialisation sequence for TXINV, RXINV and TXRXSWAP settings by Rania JMAI · 12 months ago
- 7f19de8 [HAL][RCC] Set RCC_CRS_HSI48CALIBRATION_DEFAULT to 0x40 to be consistent with REFMAN and LL CRS driver by Rania JMAI · 12 months ago
- 93bd74f [HAL][I2C] Update HAL I2C driver to disable all interrupts after end of transaction by Rania JMAI · 12 months ago
- ff69f86 [LL][RTC] Correct misleading note about shadow registers by Tasnim · 1 year, 1 month ago
- 05d9224 [HAL][SPI] Update IT API to enable interrupts after process unlock by Tasnim · 1 year, 1 month ago
- 2868c15 [HAL][SAI] Improve audio quality (avoid potential glitch) by Tasnim · 1 year, 1 month ago
- 75ce54b [HAL][I2C] Update I2C_WaitOnRXNEFlagUntilTimeout to check I2C_FLAG_AF independently from I2C_FLAG_RXNE by Tasnim · 1 year, 2 months ago
- f70a0d5 [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, 2 months ago
- ade2cac [HAL][I2C] Update HAL_I2C_Mem_Write_IT API to initialize XferSize at 0 by Tasnim · 1 year, 2 months ago
- 8d45ccf [HAL][SAI] Fix misalignment between reference manual and HAL SAI driver: remove GCR register by Tasnim · 1 year, 3 months ago
- 11b72c0 [HAL][RTC] Check if the RTC calendar has been previously initialized before entering Initialization mode by Tasnim · 1 year, 3 months ago
- 1faab21 [HAL][RTC] Optimize the way RSF flag is cleared in HAL_RTC_WaitForSynchro() by Tasnim · 1 year, 3 months ago
- bb3e4df Add SECURITY.md by Rania JMAI · 1 year, 4 months ago
- 2c42489 [HAL][LL][USART] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by houssine BOUGUERBA · 1 year, 4 months ago
- ea5577f [HAL][FDCAN] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by houssine BOUGUERBA · 1 year, 4 months ago
- a368fe0 [HAL][LL][CORDIC] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by houssine BOUGUERBA · 1 year, 4 months ago
- 95b30d2 [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 Tasnim · 1 year, 5 months ago
- c3c28d9 [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, 5 months ago
- 17d578f [HAL][CRYP] Update Crypt/Decrypt IT processes to avoid Computation Completed IRQ fires before the DINR pointer increment by Tasnim · 1 year, 5 months ago
- 6c0dbdf [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, 6 months ago
- 9354030 [HAL][SMBUS] HAL code quality enhancement for MISRA-C Rule-8.13 by adding const qualifiers by Tasnim · 1 year, 7 months ago
- 771fc7c [HAL][LL][I2C] HAL code quality enhancement for MISRA-C Rule-8.13 by adding const qualifiers by Tasnim · 1 year, 7 months ago
- 7cb5c3a [HAL][GENERIC] Update brief of HAL_GetTickFreq() by houssine BOUGUERBA · 1 year, 7 months ago
- aba5b95 [HAL][SPI] Set handler's state to 'ready' only in case of timeout but not in case of another error by Ali Labbene · 1 year, 9 months ago
- 435f0ac [HAL][GENERIC] Allow redefinition of macro UNUSED(x) by Ali Labbene · 1 year, 9 months ago
- 402c5b1 [HAL][UART] Rework UART_WaitOnFlagUntilTimeout() API to avoid being stuck forever when UART overrun error occurs and to enhance behavior by Ali Labbene · 1 year, 9 months ago
- 08078a8 [HAL][UART] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 1 year, 9 months ago
- de5104c [HAL][TIM] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 1 year, 9 months ago
- dabbf1f [HAL][LL][TIM] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 1 year, 9 months ago
- a56c374 [HAL][SMARTCARD] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 1 year, 9 months ago
- d30ed32 [HAL][SMARTCARD] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 1 year, 9 months ago
- 022fcb1 [HAL][LPTIM] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 1 year, 9 months ago
- d58a757 [HAL][LL][LPTIM] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 1 year, 9 months ago
- 4c40733 [HAL][IRDA] Remove __HAL_LOCK() and __HAL_UNLOCK() invocation from both HAL_xxx_RegisterCallback() and HAL_xxx_UnRegisterCallback() by Ali Labbene · 1 year, 9 months ago
- e373954 [HAL][IRDA] Add const qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 1 year, 9 months ago
- 4f851ef [HAL][I2C] Duplicate the test condition after timeout detection to avoid false timeout detection by Ali Labbene · 1 year, 9 months ago
- e2455ea [HAL][EXTI] Fix computation of pExtiConfig->GPIOSel in HAL_EXTI_GetConfigLine() by Ali Labbene · 1 year, 9 months ago
- 993f47e [LL][UTILS] Update the number of LATENCY to be coherent with the reference manual by Eya · 2 years ago
- 8eb07a5 [LL][UTILS] Align UTILS_PLLVCO_INPUT_MAX value with documentation by Eya · 2 years ago
- 7e089f2 [HAL][UART] Disable the Receiver Timeout Interrupt when data reception is completed by Eya · 2 years ago
- 0e98ffa [HAL][UART] Removal of HAL_LOCK/HAL_UNLOCK calls in HAL UART Tx and Rx APIs by Eya · 2 years ago
- a7ac485 [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 ago
- 062b2c4 [HAL][LL][UART] HAL code quality enhancement for MISRA-C Rule-8.13 by adding const qualifiers by Eya · 2 years ago
- 620820a [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 ago
- a65f8f9 [HAL][RCC] Modify the comment in PLL configuration by Eya · 2 years ago
- 4fe3704 [HAL][SMBUS] Removed Lock management from callback management functions by Eya · 2 years ago
- 124f9e1 [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 ago
- 9c1ec97 [HAL][I2C] Removed Lock management from callback management functions by Eya · 2 years ago
- 850a9b6 [HAL][I2C] Update I2C_IsErrorOccurred to return error if timeout is detected by Eya · 2 years ago
- cc7f493 [HAL][I2C] Move polling code of HAL memory interface through interrupt management to prevent timeout issue using HAL MEM interface through FreeRTOS by Eya · 2 years ago
- 6f9f23e [HAL][FLASH] Update the hal_flash_ex.c file to correctly support the PB4_PUPEN Option by Eya · 2 years ago
- eb0bf96 [HAL][CRYP] Mask arrays are declared as static const by Eya · 2 years ago
- 381f546 Add LICENSE.md by rihab kouki · 2 years, 6 months ago
- c22cb07 [HAL][PCD] Set DCD timeout to a minimum of 300ms before starting BCD primary detection process by rihab kouki · 2 years, 6 months ago
- aa75513 [HAL][LL][PCD][USB] Add new HAL_PCD_EP_Abort() function to abort current USB endpoint transfer by rihab kouki · 2 years, 6 months ago
- 6423ac7 [LL][UCPD] Correct register accessed by LL_UCPD_ReadRxPaySize macro by rihab kouki · 2 years, 6 months ago
- d629268 [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 rihab kouki · 2 years, 6 months ago
- 203c724 [HAL][SAI] Add const qualifier to comply to MISRA-C Rule-8.13. by rihab kouki · 2 years, 6 months ago
- ce0167d [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 rihab kouki · 2 years, 6 months ago
- 65912e2 [HAL][HRTIM] Getter functions implementation rework by rihab kouki · 2 years, 6 months ago
- 54b1e8f [HAL][LL][HRTIM] HAL code quality enhancement for MISRA-C Rule-8.13 by adding const qualifiers by rihab kouki · 2 years, 6 months ago
- e3451c6 [HAL][FDCAN] Refine description of IsFilterMatchingFrame and FilterIndex, members of structure FDCAN_RxHeaderTypeDef by rihab kouki · 2 years, 6 months ago
- b13efee [HAL][RCC] Fix wrong RCC_APB1ENR1_WWDG2EN bit referenced in __HAL_RCC_WWDG_CLK_DISABLE() macro. by rihab kouki · 2 years, 6 months ago
- 444659d [HAL][FDCAN] Better performance by removing multiple volatile reads or writes in interrupt handler by rihab kouki · 2 years, 6 months ago
- 19bed7c Release v1.2.2 by rihab kouki · 2 years, 9 months ago v1.2.2
- 1e9f499 Release v1.2.1 by Eya · 3 years, 7 months ago v1.2.1
- 8b45184 Release v1.2.0 by Ali Labbene · 4 years, 2 months ago v1.2.0
- be4da93 Update CONTRIBUTING.md and PULL_REQUEST_TEMPLATE.md with CLA procedure description and mention that pull-requests are now accepted by Eya · 4 years, 6 months ago
- d98c82f Release v1.1.1 by Eya · 4 years, 7 months ago v1.1.1
- f5bf115 Release v1.1.0 by Eya · 4 years, 8 months ago v1.1.0
- fbdb7ea Release v1.0.0 by Eya · 4 years, 8 months ago v1.0.0
- 873722c Initial commit by ASELSTM · 4 years, 8 months ago