File tree 8 files changed +41
-7
lines changed
cores/arduino/mbed/targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI/TARGET_ENVIE
8 files changed +41
-7
lines changed Original file line number Diff line number Diff line change @@ -351,10 +351,15 @@ typedef enum {
351
351
STDIO_UART_RX = PA_10 ,
352
352
#endif
353
353
354
- // Generic signals namings
355
- LED1 = PK_5 , // Red
356
- LED2 = PK_6 , // Green
357
- LED3 = PK_7 , // Blue
354
+ //Led mappings
355
+ LED_RED = PK_5 , //Red
356
+ LED_GREEN = PK_6 , //Green
357
+ LED_BLUE = PK_7 , //Blue
358
+
359
+ //mbed original LED naming
360
+ LED1 = LED_RED ,
361
+ LED2 = LED_GREEN ,
362
+ LED3 = LED_BLUE ,
358
363
359
364
USER_BUTTON = PC_13 ,
360
365
// Standardized button names
Original file line number Diff line number Diff line change 45
45
-DFEATURE_LWIP=1
46
46
-D__FPU_PRESENT=1
47
47
-D__MBED__=1
48
- -DMBED_BUILD_TIMESTAMP=1581676053.4821324
48
+ -DMBED_BUILD_TIMESTAMP=1582209375.0377994
49
49
-D__MBED_CMSIS_RTOS_CM
50
50
-DMBED_MPU_CUSTOM
51
51
-DMBED_TICKLESS
57
57
-DTARGET_CORDIO
58
58
-DTARGET_CORTEX
59
59
-DTARGET_CORTEX_M
60
+ -DTARGET_CYW4343X
60
61
-DTARGET_ENVIE
61
62
-DTARGET_ENVIE_M4
62
63
-DTARGET_FAMILY_STM32
Original file line number Diff line number Diff line change 349
349
#define MBED_CONF_TARGET_LPTICKER_LPTIM_CLOCK 1 // set by target:FAMILY_STM32
350
350
#define MBED_CONF_TARGET_LPUART_CLOCK_SOURCE USE_LPUART_CLK_LSE|USE_LPUART_CLK_PCLK1 // set by target:FAMILY_STM32
351
351
#define MBED_CONF_TARGET_LSE_AVAILABLE 1 // set by target:FAMILY_STM32
352
+ #define MBED_CONF_TARGET_LSE_BYPASS 1 // set by target:ENVIE
352
353
#define MBED_CONF_TARGET_MPU_ROM_END 0x0fffffff // set by target:Target
353
354
#define MBED_CONF_TARGET_NETWORK_DEFAULT_INTERFACE_TYPE WIFI // set by target:ENVIE
354
355
#define MBED_CONF_TARGET_TICKLESS_FROM_US_TICKER 0 // set by target:Target
You can’t perform that action at this time.
0 commit comments