Yuqiang Wang
|
0b18f3336e
Merge pull request #2 from meng-plus/patch-1
|
4 сар өмнө |
蒙蒙plus
|
a50e866f18
add dac
|
4 сар өмнө |
沐攸
|
a59ae09ce1
Merge pull request #1 from fengmuyou/f1_drivers
|
8 сар өмнө |
Rania JMAI
|
b275dafb22
[HAL][SDMMC] Add a check condition before aborting DMA in HAL_MMC_IRQHandler ()
|
10 сар өмнө |
Rania JMAI
|
2d61b77120
[HAL][RCC] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers
|
10 сар өмнө |
Rania JMAI
|
a838dff6b7
[HAL][FMC] Change *buff = *(uint8_t *)deviceaddress; to *buff = *(__IO uint8_t *)deviceaddress; to avoid compiler optimizations and ensure correct data reads in HAL_NAND_Read_Page_8b, HAL_NAND_Read_SpareArea_8b, HAL_NAND_Read_Page_16b and HAL_NAND_Read_SpareArea_16b
|
10 сар өмнө |
Tasnim
|
9577d269ee
[HAL][TIM] Fix update flag (UIF) clearing in TIM_Base_SetConfig
|
1 жил өмнө |
Rania JMAI
|
bf83dda398
[HAL][USB] Fix the condition on EONUM flag of DOEPCTLx register in HAL_PCD_IRQHandler() to correctly check on the frame number parity
|
1 жил өмнө |
karim
|
89d7aa09ab
[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
|
1 жил өмнө |
karim
|
605abaa38f
[HAL][UART] Correct DMA Rx abort procedure impact on ongoing Tx transfer in polling mode
|
1 жил өмнө |
Tasnim
|
77fbb30b7a
Release v1.1.10
|
1 жил өмнө |
Tasnim
|
6ca7fc40cc
[HAL][USART] Remove useless external parenthesis from if statement of USART_SetConfig() function to avoid compilation warning
|
1 жил өмнө |
karim
|
1f2210b6f2
[HAL][LL][USB] Fix added to support bulk transfer in double buffer mode
|
1 жил өмнө |
karim
|
57dddab747
[HAL][FMC] Add missing return at end of non void functions
|
1 жил өмнө |
karim
|
e0654977ea
[LL][CORTEX] Add missing parenthesis() in LL_MPU_ConfigRegion() API
|
1 жил өмнө |
Tasnim
|
fe04c36e7f
[HAL][LL][USB] Improve delay management to set core mode
|
1 жил өмнө |
Tasnim
|
97e455724f
[HAL][TIM] Update interrupt flag is cleared when the update event is generated by software
|
1 жил өмнө |
Rania JMAI
|
a6decb7531
[LL][USB] Increase timeout value to allow core reset to complete
|
1 жил өмнө |
Rania JMAI
|
0e38ce4b44
[HAL][SPI] Update HAL_SPI_TransmitReceive API to set the bit CRCNEXT in case of one byte transaction
|
1 жил өмнө |
Rania JMAI
|
ede2b58794
[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()
|
1 жил өмнө |
Tasnim
|
ddf259a6eb
[HAL][GPIO] Replace GPIO_Pin_x with GPIO_PIN_x to be compliant with macros definition
|
1 жил өмнө |
Tasnim
|
88b5fab2c3
[HAL][CAN] Clarify pin configuration in driver header by removing open-drain info
|
1 жил өмнө |
Ali Labbene
|
7d6ee5f32e
[LL][UTILS] Fix 'Ticks' parameter's description of LL_InitTick() function
|
2 жил өмнө |
Ali Labbene
|
7fd351824c
[HAL][UART] Avoid ORE flag to be cleared by a transmit process in polling mode
|
2 жил өмнө |
Ali Labbene
|
e6778b8f51
[HAL][UART] Rework of UART_WaitOnFlagUntilTimeout() API to avoid being stuck forever when UART overrun error occurs and to enhance behavior
|
2 жил өмнө |
Rania JMAI
|
5ac273cd5d
[HAL][TIM] Remove multiple volatile reads or writes in interrupt handler for better performance
|
2 жил өмнө |
Rania JMAI
|
39f8335b2c
[HAL][I2C] Update the HAL I2C driver to reset PreviousState to I2C_STATE_NONE at the end of transfer
|
2 жил өмнө |
Rania JMAI
|
24019363e8
[HAL][I2C] Update HAL_I2C_Master_Abort_IT to support memory abort transfer
|
2 жил өмнө |
Ali Labbene
|
3f810594a4
[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
|
2 жил өмнө |
Ali Labbene
|
e7aefd219c
[HAL][USB] Fix device connection in case battery charging is used with HS instance linked to internal FS PHY
|
2 жил өмнө |