Skip to content

Commit bad8e6d

Browse files
authored
Merge pull request arduino#68 from facchinm/portenta_m4_interrupt
Portenta: M4: recompile core
2 parents f7d5da8 + 2688aa6 commit bad8e6d

File tree

10 files changed

+9823
-9789
lines changed

10 files changed

+9823
-9789
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

libraries/Portenta_System/examples/PortentaH7_updateBootloader/bootloader.h

+9,818-9,788
Large diffs are not rendered by default.

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)