File tree Expand file tree Collapse file tree 11 files changed +16
-13
lines changed Expand file tree Collapse file tree 11 files changed +16
-13
lines changed Original file line number Diff line number Diff line change 44// pins 12-15 are used to interface with the JTAG debugger
55// so leave them alone if we're using JTAG
66#ifndef JTAG
7- #define PIN_CARD_DETECT GPIO_NUM_12 // fnSystem.h
7+ #define PIN_CARD_DETECT GPIO_NUM_15 // fnSystem.h
88#define PIN_CARD_DETECT_FIX GPIO_NUM_15 // fnSystem.h
99#endif
1010
Original file line number Diff line number Diff line change 22#ifdef PINMAP_A2_REV0
33
44/* SD Card */
5- #define PIN_CARD_DETECT GPIO_NUM_12 // fnSystem.h
5+ #define PIN_CARD_DETECT GPIO_NUM_15 // fnSystem.h
66#define PIN_CARD_DETECT_FIX GPIO_NUM_15 // fnSystem.h
77#define PIN_SD_HOST_CS GPIO_NUM_5 //fnFsSD.cpp
88#define PIN_SD_HOST_MISO GPIO_NUM_19
Original file line number Diff line number Diff line change 22#ifdef PINMAP_ADAMV1
33
44/* SD Card */
5- #define PIN_CARD_DETECT GPIO_NUM_12 // fnSystem.h
5+ #define PIN_CARD_DETECT GPIO_NUM_15 // fnSystem.h
66#define PIN_CARD_DETECT_FIX GPIO_NUM_15 // fnSystem.h
77#define PIN_SD_HOST_CS GPIO_NUM_5 //fnFsSD.cpp
88#define PIN_SD_HOST_MISO GPIO_NUM_19
Original file line number Diff line number Diff line change 22#ifdef PINMAP_COCO_CART
33
44/* SD Card - fnFsSD.cpp */
5- #define PIN_CARD_DETECT GPIO_NUM_12 // fnSystem.h
5+ #define PIN_CARD_DETECT GPIO_NUM_15 // fnSystem.h
66#define PIN_CARD_DETECT_FIX GPIO_NUM_15 // fnSystem.h
77#define PIN_SD_HOST_CS GPIO_NUM_5 // fnFsSD.cpp
88#define PIN_SD_HOST_MISO GPIO_NUM_19
Original file line number Diff line number Diff line change 22#ifdef PINMAP_COCO_DEVKITC
33
44/* SD Card - fnFsSD.cpp */
5- #define PIN_CARD_DETECT GPIO_NUM_12 // fnSystem.h
5+ #define PIN_CARD_DETECT GPIO_NUM_15 // fnSystem.h
66#define PIN_CARD_DETECT_FIX GPIO_NUM_15 // fnSystem.h
77#define PIN_SD_HOST_CS GPIO_NUM_5 // fnFsSD.cpp
88#define PIN_SD_HOST_MISO GPIO_NUM_19
Original file line number Diff line number Diff line change 44#ifdef PINMAP_FUJIAPPLE_IEC
55
66/* SD Card */
7- #define PIN_CARD_DETECT GPIO_NUM_12 // fnSystem.h
7+ #define PIN_CARD_DETECT GPIO_NUM_15 // fnSystem.h
88#define PIN_CARD_DETECT_FIX GPIO_NUM_15 // fnSystem.h
99#define PIN_SD_HOST_CS GPIO_NUM_5 // fnFsSD.cpp
1010#define PIN_SD_HOST_MISO GPIO_NUM_19
Original file line number Diff line number Diff line change 88// pins 12-15 are used to interface with the JTAG debugger
99// so leave them alone if we're using JTAG
1010#ifndef JTAG
11- #define PIN_CARD_DETECT GPIO_NUM_12 // fnSystem.h
11+ #define PIN_CARD_DETECT GPIO_NUM_15 // fnSystem.h
1212#define PIN_CARD_DETECT_FIX GPIO_NUM_15 // fnSystem.h
1313#endif
1414
Original file line number Diff line number Diff line change 77// pins 12-15 are used to interface with the JTAG debugger
88// so leave them alone if we're using JTAG
99#ifndef JTAG
10- #define PIN_CARD_DETECT GPIO_NUM_12 // fnSystem.h
10+ #define PIN_CARD_DETECT GPIO_NUM_15 // fnSystem.h
1111#define PIN_CARD_DETECT_FIX GPIO_NUM_15 // fnSystem.h
1212#endif
1313
Original file line number Diff line number Diff line change 22#ifdef PINMAP_LYNX
33
44/* SD Card */
5- #define PIN_CARD_DETECT GPIO_NUM_12 // fnSystem.h
5+ #define PIN_CARD_DETECT GPIO_NUM_15 // fnSystem.h
66#define PIN_CARD_DETECT_FIX GPIO_NUM_15 // fnSystem.h
77#define PIN_SD_HOST_CS GPIO_NUM_5 // fnFsSD.cpp
88#define PIN_SD_HOST_MISO GPIO_NUM_19
Original file line number Diff line number Diff line change 22#ifdef PINMAP_RS232_REV0
33
44/* SD Card - fnFsSD.cpp */
5- #define PIN_CARD_DETECT GPIO_NUM_12 // fnSystem.h
5+ #define PIN_CARD_DETECT GPIO_NUM_15 // fnSystem.h
66#define PIN_CARD_DETECT_FIX GPIO_NUM_15 // fnSystem.h
77#define PIN_SD_HOST_CS GPIO_NUM_5 // fnFsSD.cpp
88#define PIN_SD_HOST_MISO GPIO_NUM_19
You can’t perform that action at this time.
0 commit comments