- bf83dda [HAL][USB] Fix the condition on EONUM flag of DOEPCTLx register in HAL_PCD_IRQHandler() to correctly check on the frame number parity by Rania JMAI · 6 weeks ago master
- 89d7aa0 [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
- 605abaa [HAL][UART] Correct DMA Rx abort procedure impact on ongoing Tx transfer in polling mode by karim · 3 months ago
- 77fbb30 Release v1.1.10 by Tasnim · 4 months ago v1.1.10
- 6ca7fc4 [HAL][USART] Remove useless external parenthesis from if statement of USART_SetConfig() function to avoid compilation warning by Tasnim · 5 months ago
- 1f2210b [HAL][LL][USB] Fix added to support bulk transfer in double buffer mode by karim · 5 months ago
- 57dddab [HAL][FMC] Add missing return at end of non void functions by karim · 5 months ago
- e065497 [LL][CORTEX] Add missing parenthesis() in LL_MPU_ConfigRegion() API by karim · 6 months ago
- fe04c36 [HAL][LL][USB] Improve delay management to set core mode by Tasnim · 7 months ago
- 97e4557 [HAL][TIM] Update interrupt flag is cleared when the update event is generated by software by Tasnim · 7 months ago
- a6decb7 [LL][USB] Increase timeout value to allow core reset to complete by Rania JMAI · 8 months ago
- 0e38ce4 [HAL][SPI] Update HAL_SPI_TransmitReceive API to set the bit CRCNEXT in case of one byte transaction by Rania JMAI · 8 months ago
- ede2b58 [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
- ddf259a [HAL][GPIO] Replace GPIO_Pin_x with GPIO_PIN_x to be compliant with macros definition by Tasnim · 10 months ago
- 88b5fab [HAL][CAN] Clarify pin configuration in driver header by removing open-drain info by Tasnim · 10 months ago
- 7d6ee5f [LL][UTILS] Fix 'Ticks' parameter's description of LL_InitTick() function by Ali Labbene · 11 months ago
- 7fd3518 [HAL][UART] Avoid ORE flag to be cleared by a transmit process in polling mode by Ali Labbene · 11 months ago
- e6778b8 [HAL][UART] Rework of UART_WaitOnFlagUntilTimeout() API to avoid being stuck forever when UART overrun error occurs and to enhance behavior by Ali Labbene · 11 months ago
- 5ac273c [HAL][TIM] Remove multiple volatile reads or writes in interrupt handler for better performance by Rania JMAI · 1 year ago
- 39f8335 [HAL][I2C] Update the HAL I2C driver to reset PreviousState to I2C_STATE_NONE at the end of transfer by Rania JMAI · 1 year ago
- 2401936 [HAL][I2C] Update HAL_I2C_Master_Abort_IT to support memory abort transfer by Rania JMAI · 1 year ago
- 3f81059 [HAL][I2C] Update HAL_I2C_Mem_Read() to clear ACK bit once 3 bytes to read remain to be able to send the NACK once the transfer ends by Ali Labbene · 1 year, 2 months ago
- e7aefd2 [HAL][USB] Fix device connection in case battery charging is used with HS instance linked to internal FS PHY by Ali Labbene · 1 year, 2 months ago
- c1a71b2 [HAL][SDMMC] Add checks on the STBITERR flag by Ali Labbene · 1 year, 2 months ago
- 182c882 [HAL][SPI] Update IT API to enable interrupts after process unlock by Rania JMAI · 1 year, 5 months ago
- 0baac03 Add SECURITY.md by Tasnim · 1 year, 6 months ago
- 7bda310 Release v1.1.9 by Rania JMAI · 1 year, 7 months ago v1.1.9
- bbc7a8a [LL][USB] Fix added to USB_ClearInterrupts(), should write 1 to clear the interrupt status bits of OTG_FS_GINTSTS register by houssine BOUGUERBA · 1 year, 7 months ago
- 851f458 [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
- b2e72c8 [HAL][GENERIC] Allow redefinition of macro UNUSED(x) by Rania JMAI · 1 year, 9 months ago
- 971ba7d [HAL][GENERIC] Update of HAL_GetTickFreq() brief by Rania JMAI · 1 year, 9 months ago
- 5035083 Fix mistype in register name by Viktar · 2 years ago
- feed51a [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
- 2f8e0b9 [HAL][I2C] Duplicate the test condition after timeout detection to avoid false timeout detection by Eya · 1 year, 11 months ago
- ce4e818 [HAL][EXTI] Fix computation of pExtiConfig->GPIOSel in HAL_EXTI_GetConfigLine() by Eya · 1 year, 11 months ago
- 8f10829 [HAL][LL][USB] Add new HAL_PCD_EP_Abort() and LL USB_EPStopXfer() APIs to abort current USB endpoint transfer by Eya · 1 year, 11 months ago
- 169a57d [HAL][LL][USART] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 2 years, 1 month ago
- 36f2fcd [HAL][USART] Improve header description of USART_WaitOnFlagUntilTimeout() function by Eya · 2 years, 1 month ago
- 40a2493 [HAL][UART] Removal of HAL_LOCK/HAL_UNLOCK calls in HAL UART Tx and Rx APIs by Eya · 2 years, 1 month ago
- 909d102 [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
- 983c810 [HAL][UART] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 2 years, 1 month ago
- 004e12b [HAL][UART] Improve header description of UART_WaitOnFlagUntilTimeout() function by Eya · 2 years, 1 month ago
- 489c470 [HAL][LL][TIM] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 2 years, 1 month ago
- 7876e74 [HAL][SMARTCARD] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 2 years, 1 month ago
- 052d72a [HAL][SMARTCARD] Improve header description of SMARTCARD_WaitOnFlagUntilTimeout() function by Eya · 2 years, 1 month ago
- cfd66b8 [HAL][IRDA] Add const qualifier to comply to MISRA-C Rule-8.13 by Eya · 2 years, 1 month ago
- 7eedf0a [HAL][IRDA] Improve header description of IRDA_WaitOnFlagUntilTimeout() function by Eya · 2 years, 1 month ago
- 17402fc [HAL][I2C] Update HAL_I2C_Master_Transmit_IT to return HAL_BUSY instead of HAL_ERROR when timeout occur and I2C_FLAG_BUSY is SET by Eya · 2 years, 1 month ago
- 5e6d99c [HAL][CEC] Remove multiple volatile reads or writes in interrupt handler for better performance by Eya · 2 years, 1 month ago
- 408964b [HAL][CAN] Add const qualifier to comply to MISRA-C Rule-8.13 and apply MCUAStyle corrections by Eya · 2 years, 1 month ago
- 56a33fb [HAL][IRDA] Add a check on the IRDA parity before enabling the parity error interrupt by Ali Labbene · 2 years, 3 months ago
- 0ac46ef [HAL][I2C] Clear ACK bit once 3 bytes to read remain to be able to send the NACK once the transfer ends by Ali Labbene · 2 years, 3 months ago
- eecb20d [HAL][FMC] Enable write operations before effective write to NOR memory in HAL_NOR_Init() to avoid HardFault by Ali Labbene · 2 years, 3 months ago
- 34bbf37 [LL][USB] Fix received data length counting when DMA is enabled by Ali Labbene · 2 years, 7 months ago
- e9a63e8 [HAL][LL][HCD][USB] Fix handling of ODDFRM bit in OTG_HCCHARx for isochronous IN transactions by Ali Labbene · 2 years, 7 months ago
- 8eda0b0 [HAL][UART] Add a check on the UART parity before enabling the parity error interruption by Ali Labbene · 2 years, 7 months ago
- 3cbe2f3 [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, 7 months ago
- 49deee6 [HAL][RCC] Add 'static' storage-class specifier to 'const' arrays by Ali Labbene · 2 years, 7 months ago
- cfdd643 [HAL][DMA] Add 'volatile' qualifier to member 'State' of DMA_HandleTypeDef structure to prevent any issue when optimization is enabled by Ali Labbene · 2 years, 7 months ago
- 029ae20 Update *.md files by Ali Labbene · 2 years, 7 months ago
- f7a58ae [HAL][LL] New licensing scheme deployment by Ali Labbene · 2 years, 10 months ago
- 0a8d780 [HAL][LL][USART] Handling of UART concurrent register access in case of race condition between Tx and Rx transfers by Ali Labbene · 2 years, 10 months ago
- e4a8c37 [HAL][USART] Add a check on the USART parity before enabling the parity error interrupt by Ali Labbene · 2 years, 10 months ago
- 71df53e [HAL][UART] Handling of UART concurrent register access in case of race condition between Tx and Rx transfers by Ali Labbene · 2 years, 10 months ago
- 384da30 [HAL][UART] Fix typo in UART_IT_TXE bit description. by Ali Labbene · 2 years, 10 months ago
- 197ecfd [HAL][SDMMC] Fix various bugs identified in MMC driver by Ali Labbene · 2 years, 10 months ago
- 2e623df [HAL][RTC] In HAL_RTC_Init(), use WRITE_REG() instead of MODIFY_REG() to handle PRLL and PRLH write-only registers by Ali Labbene · 2 years, 10 months ago
- a23c42b [HAL][I2C] Update HAL_I2C_Mem_Write_DMA() and HAL_I2C_Mem_Read_DMA() APIs to add initialization for Devaddress, Memaddress and EventCount parameters by Ali Labbene · 2 years, 10 months ago
- aa192bd [HAL][I2C] Update I2C_MasterReceive_RXNE() process to safe manage data N= 2 and N= 3 by Ali Labbene · 2 years, 10 months ago
- 6a9bbd6 [HAL][ADC] Better performance by removing multiple volatile reads or writes in interrupt handler by Ali Labbene · 2 years, 10 months ago
- fccac44 Release v1.1.8 by Eya · 3 years, 6 months ago v1.1.8
- e5e8fba Release v1.1.7 by Eya · 4 years, 1 month ago v1.1.7
- 1dd9d36 Release v1.1.6 by rihab kouki · 4 years, 2 months ago v1.1.6
- 3f1099f Release v1.1.5 by rihab kouki · 4 years, 3 months ago v1.1.5
- 0c6a9de 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
- de129f1 Release v1.1.4 by Eya · 4 years, 10 months ago v1.1.4
- ca62e72 Initial commit by ASELSTM · 4 years, 10 months ago