Skip to content

Commit 06b826f

Browse files
committed
Portenta: M4: recompile core
Base commit: arduino/mbed-os @ mbed-os-6.2.0-43-gc63bee66dc
1 parent f7d5da8 commit 06b826f

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

variants/PORTENTA_H7_M4/defines.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
-DARM_MATH_CM4
3+
-DBT_UART_NO_3M_SUPPORT
34
-D__CMSIS_RTOS
45
-DCOMPONENT_4343W=1
56
-DCOMPONENT_CYW43XXX=1
@@ -42,13 +43,15 @@
4243
-DFEATURE_LWIP=1
4344
-D__FPU_PRESENT=1
4445
-D__MBED__=1
45-
-DMBED_BUILD_TIMESTAMP=1595839610.350798
46+
-DMBED_BUILD_TIMESTAMP=1602145987.1703434
4647
-D__MBED_CMSIS_RTOS_CM
4748
-DMBED_HEAP_STATS_ENABLED=1
4849
-DMBED_MEM_TRACING_ENABLED=1
4950
-DMBED_MPU_CUSTOM
5051
-DMBED_STACK_STATS_ENABLED=1
5152
-DMBED_TICKLESS
53+
-DMBEDTLS_FS_IO
54+
-DMBEDTLS_SHA1_C
5255
-DMETAL_INTERNAL
5356
-DMETAL_MAX_DEVICE_REGIONS=2
5457
-DNO_ATOMIC_64_SUPPORT
132 KB
Binary file not shown.

variants/PORTENTA_H7_M4/mbed_config.h

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
#define MBED_CONF_CORDIO_PREFERRED_TX_POWER 0 // set by library:cordio
7474
#define MBED_CONF_CORDIO_ROUTE_UNHANDLED_COMMAND_COMPLETE_EVENTS 1 // set by library:cordio
7575
#define MBED_CONF_CORDIO_RX_ACL_BUFFER_SIZE 70 // set by library:cordio
76+
#define MBED_CONF_CY_PSOC6_WHD_PRESENT 1 // set by library:cy_psoc6_whd
7677
#define MBED_CONF_DRIVERS_QSPI_CSN QSPI_FLASH1_CSN // set by library:drivers
7778
#define MBED_CONF_DRIVERS_QSPI_IO0 QSPI_FLASH1_IO0 // set by library:drivers
7879
#define MBED_CONF_DRIVERS_QSPI_IO1 QSPI_FLASH1_IO1 // set by library:drivers

0 commit comments

Comments
 (0)