- e14da87 [HAL][USART] Align prescaler value used by default in USART_GET_DIV_FACTOR macro with RM by karim · 5 weeks ago master
- d6f2923 [HAL][FDCAN] Fix assert issue when Standard or Extended filter numbers are zero by karim · 5 weeks ago
- 50dbe77 [HAL][FDCAN] Fix the incorrect comments related to HAL_FDCAN_ERROR_FIFO_EMPTY and HAL_FDCAN_ERROR_FIFO_FULL by karim · 5 weeks ago
- ff0d68e [HAL][UART] Correct wrong comment in HAL_UARTEx_DisableFifoMode() function by Tasnim · 9 weeks ago
- 91f37bb [HAL][UART] Correct DMA Rx abort procedure impact on ongoing Tx transfer in polling mode by Tasnim · 9 weeks ago
- 781982c [HAL][PWR] Add Guidance for HAL_PWR_ConfigAttributes() API calls by Tasnim · 9 weeks ago
- ab14426 [HAL][UART] Align prescaler value used by default in UART_GET_DIV_FACTOR macro with RM by Rania JMAI · 3 months ago
- f24f40a [HAL][UART] Ensure UART Rx buffer is not written beyond boundaries in case of RX FIFO reception in Interrupt mode by Rania JMAI · 3 months ago
- ee40646 [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 Rania JMAI · 3 months ago
- e0046ca [HAL][LL][USB] Add fix to support bulk transfer in double buffer mode by Rania JMAI · 4 months ago
- b581d0b [HAL][FLASH] Update the description of FLASH_OB_UserConfig() API by Rania JMAI · 4 months ago
- 33a1c19 [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 Rania JMAI · 5 months ago
- a246da9 Release v1.0.6 by Rania JMAI · 9 months ago v1.0.6
- 2d0526b [LL][UTILS] Fix a note about Ticks parameter by Tasnim · 10 months ago
- e506bea [HAL][PWR] Invoke macro UNUSED() in HAL_PWR_ConfigAttributes() to avoid compilation warnings due to unused parameter by Tasnim · 10 months ago
- f7b885e [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 · 10 months ago
- 99df8e9 [HAL][TSC] Add parameter assertion depends on Duration time restriction link to product by Tasnim · 12 months ago
- 06fdb1f [HAL][FDCAN] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by Tasnim · 12 months ago
- df41692 [HAL][CRYP] Update AES GCM in interrupt mode to avoid Computation Completed IRQ fires before the DINR pointer increment by Tasnim · 12 months ago
- 0d0dfc2 [HAL][TIM] Remove multiple volatile reads or writes in interrupt handler for better performance by Tasnim · 1 year ago
- dbb942a [LL][I2C] Update LL_I2C_HandleTranfer function to prevent undefined behavior of volatile usage before updating the CR2 register by Tasnim · 1 year ago
- 277a7bd [HAL][SMBUS] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by Tasnim · 1 year ago
- fd774eb [HAL][UART] Avoid RTOF flag to be cleared by a transmit process in polling mode by Tasnim · 1 year, 2 months ago
- ed116f9 [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, 2 months ago
- 7630fc7 [HAL][RCC] Invoke macro UNUSED() to avoid compilation warnings due to unused parameter(s) by Tasnim · 1 year, 2 months ago
- 35289cb [HAL][I2C] Update HAL I2C driver to disable all interrupts after end of transaction by Tasnim · 1 year, 2 months ago
- e8eaa2a [LL][RCC] Add uint32_t cast to shift left operands constants defined with 'U' suffix in case MISRAC2012-Rule-12.2 violated by houssine BOUGUERBA · 1 year, 3 months ago
- 367e022 [LL][I2C] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by houssine BOUGUERBA · 1 year, 3 months ago
- 9f289ee [HAL][I2C] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers by houssine BOUGUERBA · 1 year, 3 months ago
- 5e2bad9 [HAL][I2C] Update I2C_WaitOnRXNEFlagUntilTimeout to check I2C_FLAG_AF independently from I2C_FLAG_RXNE by houssine BOUGUERBA · 1 year, 4 months ago
- b634df4 [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
- bc95879 [HAL][I2C] Update HAL_I2C_Mem_Write_IT API to initialize XferSize at 0 by houssine BOUGUERBA · 1 year, 4 months ago
- 47dcab3 [HAL][SAI] Improve audio quality (avoid potential glitch) by houssine BOUGUERBA · 1 year, 5 months ago
- 3431a9f [HAL][SPI] Update IT API to enable interrupts after process unlock by houssine BOUGUERBA · 1 year, 5 months ago
- c7bf9b1 [LL][RTC] Correct misleading note about shadow registers by houssine BOUGUERBA · 1 year, 5 months ago
- c9ecdda [HAL][UART] Update initialisation sequence for TXINV, RXINV and TXRXSWAP settings by Rania JMAI · 1 year, 6 months ago
- ed34faf [HAL][CORTEX] Align MPU Enable/Disable APIs with ARM's last recommendations in the usage of Data Memory and Data/Instruction Synchronization barriers by Rania JMAI · 1 year, 6 months ago
- 8a278d7 Add SECURITY.md by houssine BOUGUERBA · 1 year, 6 months ago
- 92bcc20 [HAL][CRYP] Update Crypt/Decrypt IT processes to avoid Computation Completed IRQ fires before the DINR pointer increment by Rania JMAI · 1 year, 7 months ago
- 3350e5f [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, 8 months ago
- c30b2f9 [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, 8 months ago
- 10bf782 [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, 8 months ago
- 1b8edcb [HAL][GENERIC] Update brief of HAL_GetTickFreq() by houssine BOUGUERBA · 1 year, 9 months ago
- e4ccd67 [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, 11 months ago
- 3038d3e [HAL][GENERIC] Allow redefinition of macro UNUSED(x) by Eya · 1 year, 11 months ago
- 5e65a77 Release v1.0.5 by Eya · 2 years ago v1.0.5
- ca023a0 [HAL][LL][PCD][USB] Fix various bugs identified in USB driver by rihab kouki · 2 years, 8 months ago
- f365651 [HAL][LL][USART] Fix various bugs identified in USART driver by rihab kouki · 2 years, 8 months ago
- 7a04e93 [HAL][LL][UART] Fix various bugs identified in UART driver by rihab kouki · 2 years, 8 months ago
- 74cfa81 [HAL][SMARTCARD] Fix various bugs identified in SMARTCARD driver by rihab kouki · 2 years, 8 months ago
- 823b944 [HAL][LL][IRDA] Fix various bugs identified in IRDA driver by rihab kouki · 2 years, 8 months ago
- d262a5e [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, 9 months ago
- e9e26cb [HAL][SAI] Add 'const' qualifier to comply to MISRA-C Rule-8.13 by Ali Labbene · 2 years, 9 months ago
- 3d50943 [LL][RTC] Fix bad reference to RTC handle in LL_RTC_TIME_Init() & LL_RTC_DATE_Init() functions by Ali Labbene · 2 years, 9 months ago
- b2cbd4f [LL][RTC] Fix wrong IS_LL_RTC_MONTH() macro leading to assert check failure by Ali Labbene · 2 years, 9 months ago
- c421105 [HAL][LL][LPTIM] Add check on PRIMASK register to prevent from enabling unwanted global interrupts within LPTIM_Disable() and LL_LPTIM_Disable() by Ali Labbene · 2 years, 9 months ago
- 4294fb8 [HAL][FLASH] Update __HAL_FLASH_GET_FLAG() macro to return a '1' when one of the two bits is set by Ali Labbene · 2 years, 9 months ago
- 2fb43a8 [HAL][FDCAN] Better performance by removing multiple volatile reads or writes in interrupt handler by Ali Labbene · 2 years, 9 months ago
- e332a32 [HAL][CORTEX] Align CORTEX MPU Instruction Access Shareable value with the one defined in STM32 Cortex®-M33 MCUs programming manual by Ali Labbene · 2 years, 9 months ago
- 1306921 [LL][ADC] Update Temperature sensor data acquired to 130'C instead of 110'C by Ali Labbene · 2 years, 9 months ago
- 90c02a3 [LL][ADC] Remove useless binary mask (optimization) by Ali Labbene · 2 years, 9 months ago
- aa822e1 [LL][ADC] Prevent unused argument compilation warning in LL_ADC_CommonDeInit() by Ali Labbene · 2 years, 9 months ago
- d16ecdb [HAL][LL] New licensing scheme deployment by Ali Labbene · 2 years, 9 months ago
- 4f89168 Release v1.0.4 by rihab kouki · 3 years, 9 months ago v1.0.4
- 675c32a Release v1.0.3 by Ali Labbene · 4 years, 4 months ago v1.0.3
- b62fba5 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
- 39423c3 Release v1.0.2 by Ali Labbene · 4 years, 9 months ago v1.0.2
- 2b6e861 Release v1.0.0 by Ali Labbene · 4 years, 10 months ago v1.0.0
- d872951 Initial commit by Ali LABBENE · 4 years, 10 months ago