Corrections for SD card on Shenzhou board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5183 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
82c6b5abe0
commit
b18f6d64f1
@ -195,8 +195,10 @@ void up_idle(void)
|
||||
* Enable DMA1 or DMA2 clocks in the RCC_AHBENR register before
|
||||
* executing the WFI/WFE instruction."
|
||||
*
|
||||
* Here the workaround is just don't go into SLEEP mode for the connectivity
|
||||
* line parts if Ethernet is enabled.
|
||||
* Here the workaround is just to avoid SLEEP mode for the connectivity
|
||||
* line parts if Ethernet is enabled. The errate recommends a more
|
||||
* general solution: Enabling DMA1/2 clocking in stm32f10xx_rcc.c if the
|
||||
* STM32107 Ethernet peripheral is enabled.
|
||||
*/
|
||||
|
||||
#if !defined(CONFIG_STM32_CONNECTIVITYLINE) || !defined(CONFIG_STM32_ETHMAC)
|
||||
|
Loading…
Reference in New Issue
Block a user