Re: IMXRT1050 USDHC

2020-01-30 Thread Embedded Systems
; If you use a regular GPIO you define PIN_USDHC1_CD_GPIO (as GPIO_PORTn | >> GPIO_PINn) in board.h >> >> See >> >> https://github.com/apache/incubator-nuttx/blob/master/boards/arm/imxrt/imxrt1020-evk/include/board.h#L271 >> >> >> Regards, >> >&

Re: IMXRT1050 USDHC

2020-01-30 Thread Embedded Systems
aster/boards/arm/imxrt/imxrt1020-evk/include/board.h#L271 > > > Regards, > > David > > -Original Message- > From: Embedded Systems [mailto:ivanucherdj...@gmail.com] > Sent: Wednesday, January 29, 2020 11:51 PM > To: dev@nuttx.apache.org > Subject: IMXRT1050 USDHC

RE: IMXRT1050 USDHC

2020-01-30 Thread David Sidrane
-nuttx/blob/master/boards/arm/imxrt/imxrt1020-evk/include/board.h#L271 Regards, David -Original Message- From: Embedded Systems [mailto:ivanucherdj...@gmail.com] Sent: Wednesday, January 29, 2020 11:51 PM To: dev@nuttx.apache.org Subject: IMXRT1050 USDHC Hello, I found a typo mistake in

IMXRT1050 USDHC

2020-01-29 Thread Embedded Systems
Hello, I found a typo mistake in the USDHC driver related to the card detect pin. It is a pretty simple one. Can someone tell me how toapplay a patch for it. Or someone who know how to do it do the following changes and apply them. Thank you in advance! in file /arch/arm/src/imxrt/imxrt_usdhc.c