沐攸
|
243c0a9f33
adapt stm32f2 drivers for rtt (#1)
|
8 luni în urmă |
Rania JMAI
|
75c3420ca5
[HAL][SDMMC] Add a check condition before aborting DMA in HAL_MMC_IRQHandler()
|
10 luni în urmă |
Rania JMAI
|
223d5cefc1
[HAL][RCC] Enhance HAL code quality for MISRA-C Rule-8.13 by adding const qualifiers
|
10 luni în urmă |
Rania JMAI
|
349498f9bd
[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 and HAL_NAND_Read_SpareArea_8b, HAL_NAND_Read_Page_16b and HAL_NAND_Read_SpareArea_16b
|
10 luni în urmă |
Tasnim
|
728d3071d2
[HAL][TIM] Fix update flag (UIF) clearing in TIM_Base_SetConfig
|
1 an în urmă |
Tasnim
|
a38ef64adf
[HAL][USB] Fix the condition on EONUM flag of DOEPCTLx register in HAL_PCD_IRQHandler() to correctly check on the frame number parity
|
1 an în urmă |
karim
|
8a32011765
[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 an în urmă |
karim
|
e3257f68b5
[HAL][UART] Correct DMA Rx abort procedure impact on ongoing Tx transfer in polling mode
|
1 an în urmă |
karim
|
e8036d4ebb
Release v1.2.9
|
1 an în urmă |
karim
|
f52c7caaad
[HAL][USB] Ensure to reactivate the usb channel in case of transfer error
|
1 an în urmă |
karim
|
bc39f126b3
[HAL][FMC] Add missing return at end of non void functions
|
1 an în urmă |
karim
|
6914f7b147
[HAL][LL][USB] Improve delay management to set core mode
|
1 an în urmă |
karim
|
63d1d8f0f6
[HAL][TIM] Update interrupt flag is cleared when the update event is generated by software
|
1 an în urmă |
karim
|
00ef82e271
[LL][CORTEX] Add missing parenthesis() in LL_MPU_ConfigRegion() API
|
1 an în urmă |
Rania JMAI
|
f0770eb90a
[LL][USB] Increase timeout value to allow core reset to complete
|
1 an în urmă |
Rania JMAI
|
b7124a1c17
[HAL][SPI] Update HAL_SPI_TransmitReceive API to set the bit CRCNEXT in case of one byte transaction
|
1 an în urmă |
Rania JMAI
|
8ef04f7b8a
[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 an în urmă |
Tasnim
|
62188672ee
[LL][UTILS] Fix a note about Ticks parameter
|
1 an în urmă |
Tasnim
|
6263de3b8e
[HAL][I2C] Update the HAL I2C driver to reset PreviousState to I2C_STATE_NONE at the end of transfer
|
1 an în urmă |
Tasnim
|
88a35636aa
[HAL][CAN] Clarify pin configuration in driver header by removing open-drain info
|
1 an în urmă |
Tasnim
|
1c9e01f751
[HAL][UART] Avoid ORE flag to be cleared by a transmit process in polling mode
|
2 ani în urmă |
Tasnim
|
d0e809beb7
[HAL][UART] Rework of UART_WaitOnFlagUntilTimeout() API to avoid being stuck forever when UART overrun error occurs and to enhance behavior
|
2 ani în urmă |
Tasnim
|
4801328935
[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
|
2 ani în urmă |
Rania JMAI
|
1f18632a48
[HAL][TIM] Remove multiple volatile reads or writes in interrupt handler for better performance
|
2 ani în urmă |
Rania JMAI
|
068cd9a5ee
[HAL][I2C] Update HAL_I2C_Master_Abort_IT to support memory abort transfer
|
2 ani în urmă |
Rania JMAI
|
ee1fdd91b5
[HAL][GENERIC] Remove __IO in __weak void HAL_Delay(__IO uint32_t Delay) to fix warning compilation
|
2 ani în urmă |
Ali Labbene
|
d9a2844226
[HAL][LL][USB] Fix device connection in case battery charging is used with HS instance linked to internal FS PHY
|
2 ani în urmă |
Ali Labbene
|
566b46bd5a
[HAL][SDMMC] Add checks on the STBITERR flag
|
2 ani în urmă |
Ali Labbene
|
0e0440f31d
[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 ani în urmă |
Rania JMAI
|
f7e8442688
[LL][RTC] Correct misleading note about shadow registers
|
2 ani în urmă |