Skip to content

Portenta: M4: recompile core #68

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified bootloaders/PORTENTA_H7/portentah7_bootloader_mbed_fs.bin
Binary file not shown.
Binary file modified bootloaders/PORTENTA_H7/portentah7_bootloader_mbed_fs.elf
Binary file not shown.
Binary file modified bootloaders/PORTENTA_H7/portentah7_bootloader_mbed_hs.bin
Binary file not shown.
Binary file modified bootloaders/PORTENTA_H7/portentah7_bootloader_mbed_hs.elf
Binary file not shown.
Binary file modified bootloaders/PORTENTA_H7/portentah7_bootloader_mbed_hs_v2.bin
Binary file not shown.
Binary file modified bootloaders/PORTENTA_H7/portentah7_bootloader_mbed_hs_v2.elf
Binary file not shown.
19,606 changes: 9,818 additions & 9,788 deletions libraries/Portenta_System/examples/PortentaH7_updateBootloader/bootloader.h

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion variants/PORTENTA_H7_M4/defines.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

-DARM_MATH_CM4
-DBT_UART_NO_3M_SUPPORT
-D__CMSIS_RTOS
-DCOMPONENT_4343W=1
-DCOMPONENT_CYW43XXX=1
Expand Down Expand Up @@ -42,13 +43,15 @@
-DFEATURE_LWIP=1
-D__FPU_PRESENT=1
-D__MBED__=1
-DMBED_BUILD_TIMESTAMP=1595839610.350798
-DMBED_BUILD_TIMESTAMP=1602145987.1703434
-D__MBED_CMSIS_RTOS_CM
-DMBED_HEAP_STATS_ENABLED=1
-DMBED_MEM_TRACING_ENABLED=1
-DMBED_MPU_CUSTOM
-DMBED_STACK_STATS_ENABLED=1
-DMBED_TICKLESS
-DMBEDTLS_FS_IO
-DMBEDTLS_SHA1_C
-DMETAL_INTERNAL
-DMETAL_MAX_DEVICE_REGIONS=2
-DNO_ATOMIC_64_SUPPORT
Expand Down
Binary file modified variants/PORTENTA_H7_M4/libs/libmbed.a
Binary file not shown.
1 change: 1 addition & 0 deletions variants/PORTENTA_H7_M4/mbed_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
#define MBED_CONF_CORDIO_PREFERRED_TX_POWER 0 // set by library:cordio
#define MBED_CONF_CORDIO_ROUTE_UNHANDLED_COMMAND_COMPLETE_EVENTS 1 // set by library:cordio
#define MBED_CONF_CORDIO_RX_ACL_BUFFER_SIZE 70 // set by library:cordio
#define MBED_CONF_CY_PSOC6_WHD_PRESENT 1 // set by library:cy_psoc6_whd
#define MBED_CONF_DRIVERS_QSPI_CSN QSPI_FLASH1_CSN // set by library:drivers
#define MBED_CONF_DRIVERS_QSPI_IO0 QSPI_FLASH1_IO0 // set by library:drivers
#define MBED_CONF_DRIVERS_QSPI_IO1 QSPI_FLASH1_IO1 // set by library:drivers
Expand Down