File tree 2 files changed +9
-1
lines changed
TARGET_STM/TARGET_STM32H7/STM32Cube_FW
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 166
166
#define VDD_VALUE (3300UL) /*!< Value of VDD in mv */
167
167
#define TICK_INT_PRIORITY (0x0FUL) /*!< tick interrupt priority */
168
168
#define USE_RTOS 0
169
- #define USE_SD_TRANSCEIVER 1U /*!< use uSD Transceiver */
169
+
170
+ #if MBED_CONF_TARGET_SD_TRANSCEIVER_AVAILABLE
171
+ #define USE_SD_TRANSCEIVER 1U /*!< use uSD Transceiver */
172
+ #endif /* USE_SD_TRANSCEIVER */
173
+
170
174
#define USE_SPI_CRC 1U /*!< use CRC in SPI */
171
175
172
176
#define USE_HAL_ADC_REGISTER_CALLBACKS 0U /* ADC register callback disabled */
Original file line number Diff line number Diff line change 2776
2776
"expected_value2" : " PWR_SMPS_1V8_SUPPLIES_LDO | PWR_SMPS_2V5_SUPPLIES_LDO | PWR_SMPS_1V8_SUPPLIES_EXT_AND_LDO | PWR_SMPS_2V5_SUPPLIES_EXT_AND_LDO" ,
2777
2777
"expected_value3" : " PWR_SMPS_1V8_SUPPLIES_EXT | PWR_SMPS_2V5_SUPPLIES_EXT | PWR_EXTERNAL_SOURCE_SUPPLY" ,
2778
2778
"value" : " NC"
2779
+ },
2780
+ "sd_transceiver_available" : {
2781
+ "help" : " Define if SD transceiver is available on the board (0 = No, 1 = Yes)." ,
2782
+ "value" : 1
2779
2783
}
2780
2784
},
2781
2785
"components_add" : [
You can’t perform that action at this time.
0 commit comments