File tree 6 files changed +20
-385
lines changed
6 files changed +20
-385
lines changed Original file line number Diff line number Diff line change @@ -674,6 +674,7 @@ giga.build.postbuild.cmd="{tools.imgtool.path}/{tools.imgtool.cmd}" exit
674
674
giga.build.architecture=cortex-m7
675
675
giga.build.board=GIGA
676
676
giga.build.ldscript=linker_script.ld
677
+ giga.build.extra_ldflags=-DCM4_BINARY_START=0x08180000
677
678
giga.compiler.mbed.arch.define=
678
679
giga.compiler.mbed.defines={build.variant.path}/defines.txt
679
680
giga.compiler.mbed.ldflags={build.variant.path}/ldflags.txt
@@ -706,7 +707,7 @@ giga.upload.interface=0
706
707
giga.upload.use_1200bps_touch=true
707
708
giga.upload.wait_for_upload_port=true
708
709
giga.upload.native_usb=true
709
- giga.upload.maximum_size=786432
710
+ giga.upload.maximum_size=1966080
710
711
giga.upload.maximum_data_size=523624
711
712
712
713
giga.debug.tool=gdb
Original file line number Diff line number Diff line change 19
19
-fdata-sections
20
20
-ffunction-sections
21
21
-fmessage-length=0
22
- -fno-exceptions
23
22
-fomit-frame-pointer
24
23
-funsigned-char
25
24
-mcpu=cortex-m7
Original file line number Diff line number Diff line change 21
21
-fdata-sections
22
22
-ffunction-sections
23
23
-fmessage-length=0
24
- -fno-exceptions
25
24
-fomit-frame-pointer
26
25
-funsigned-char
27
26
-mcpu=cortex-m7
Original file line number Diff line number Diff line change 44
44
-DFEATURE_BLE=1
45
45
-D__FPU_PRESENT=1
46
46
-D__MBED__=1
47
- -DMBED_BUILD_TIMESTAMP=1673524403.7194717
47
+ -DMBED_BUILD_TIMESTAMP=1675161895.788852
48
48
-D__MBED_CMSIS_RTOS_CM
49
49
-DMBED_TICKLESS
50
50
-DMBEDTLS_FS_IO
You can’t perform that action at this time.
0 commit comments