This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
938e8b4ce7
nuttx
/
arch
/
arm
History
Jukka Laitinen
938e8b4ce7
arch/arm/src/stm32h7/stm32_ethernet.c: Correct memory corruption error. The Ethernet driver initialization incorrectly wrote to DMACRXCR instead of DMACSR when trying to clear the stopped flags. This caused invalid buffer length in the DMACRXCR, causing DMA to overflow the RX buffers when large packets are sent to the device.
2019-08-28 08:42:41 -06:00
..
include
Merged in alinjerpelea/nuttx (pull request
#1021
)
2019-08-23 13:28:35 +00:00
src
arch/arm/src/stm32h7/stm32_ethernet.c: Correct memory corruption error. The Ethernet driver initialization incorrectly wrote to DMACRXCR instead of DMACSR when trying to clear the stopped flags. This caused invalid buffer length in the DMACRXCR, causing DMA to overflow the RX buffers when large packets are sent to the device.
2019-08-28 08:42:41 -06:00
Kconfig
Merged in david_s5/nuttx/master_h7 (pull request
#1012
)
2019-08-20 14:41:13 +00:00