Skip to content

Commit b1964e3

Browse files
committed
Envie: update with mbed patches
1 parent 57888e3 commit b1964e3

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

variants/ENVIE_M4/libs/libmbed.a

28 Bytes
Binary file not shown.

variants/ENVIE_M4/linker_script.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ STACK_SIZE = 1024;
22
M_CRASH_DATA_RAM_SIZE = 0x100;
33
MEMORY
44
{
5-
RAM (xrw) : ORIGIN = 0x10000000 + 0x298, LENGTH = 256K - 0x298
5+
RAM (xrw) : ORIGIN = 0x10000000 + 0x298, LENGTH = 288K - 0x298
66
OPENAMP_RSC_TAB (rwx) : ORIGIN = 0x38000000, LENGTH = 1K
77
OPEN_AMP_SHMEM (rwx) : ORIGIN = 0x38000400, LENGTH = 63K
88
FLASH (rx) : ORIGIN = 0x8100000, LENGTH = 0x100000

variants/ENVIE_M7/defines.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
-DFEATURE_LWIP=1
4545
-D__FPU_PRESENT=1
4646
-D__MBED__=1
47-
-DMBED_BUILD_TIMESTAMP=1576834236.4929464
47+
-DMBED_BUILD_TIMESTAMP=1578499787.7442052
4848
-D__MBED_CMSIS_RTOS_CM
4949
-DSTM32H747xx
5050
-DTARGET_4343W

variants/ENVIE_M7/libs/libmbed.a

20 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)