Skip to content

Commit 95b79c9

Browse files
committed
nicla_vision: recompile variant
1 parent a1933b4 commit 95b79c9

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

variants/NICLA_VISION/defines.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11

22
-DARM_MATH_CM7
33
-DCM4_BOOT_BY_APPLICATION
4+
-D__CMSIS_RTOS
45
-DCOMPONENT_4343W_FS=1
56
-DCOMPONENT_CYW43XXX=1
67
-DCOMPONENT_FLASHIAP=1
78
-DCOMPONENT_QSPIF=1
89
-DCOMPONENT_SE050=1
910
-DCOMPONENT_WHD=1
1011
-DCORE_CM7
12+
-D__CORTEX_M7
1113
-DCYW43XXX_UNBUFFERED_UART
1214
-DDEVICE_ANALOGIN=1
1315
-DDEVICE_ANALOGOUT=1
1416
-DDEVICE_CAN=1
1517
-DDEVICE_CRC=1
1618
-DDEVICE_FLASH=1
1719
-DDEVICE_I2C=1
18-
-DDEVICE_I2CSLAVE=1
1920
-DDEVICE_I2C_ASYNCH=1
21+
-DDEVICE_I2CSLAVE=1
2022
-DDEVICE_INTERRUPTIN=1
2123
-DDEVICE_LPTICKER=1
2224
-DDEVICE_MPU=1
@@ -31,8 +33,8 @@
3133
-DDEVICE_SERIAL_FC=1
3234
-DDEVICE_SLEEP=1
3335
-DDEVICE_SPI=1
34-
-DDEVICE_SPISLAVE=1
3536
-DDEVICE_SPI_ASYNCH=1
37+
-DDEVICE_SPISLAVE=1
3638
-DDEVICE_STDIO_MESSAGES=1
3739
-DDEVICE_TRNG=1
3840
-DDEVICE_USBDEVICE=1
@@ -41,10 +43,13 @@
4143
-DEXTRA_IDLE_STACK_REQUIRED
4244
-DFEATURE_BLE=1
4345
-DFLOW_SILENT
46+
-D__FPU_PRESENT=1
47+
-D__MBED__=1
48+
-DMBED_BUILD_TIMESTAMP=1673362829.88069
49+
-D__MBED_CMSIS_RTOS_CM
50+
-DMBED_TICKLESS
4451
-DMBEDTLS_FS_IO
4552
-DMBEDTLS_SHA1_C
46-
-DMBED_BUILD_TIMESTAMP=1670864203.074499
47-
-DMBED_TICKLESS
4853
-DMETAL_INTERNAL
4954
-DMETAL_MAX_DEVICE_REGIONS=2
5055
-DNO_ATOMIC_64_SUPPORT
@@ -77,11 +82,6 @@
7782
-DUSE_FULL_LL_DRIVER
7883
-DUSE_HAL_DRIVER
7984
-DVIRTIO_MASTER_ONLY
80-
-D__CMSIS_RTOS
81-
-D__CORTEX_M7
82-
-D__FPU_PRESENT=1
83-
-D__MBED_CMSIS_RTOS_CM
84-
-D__MBED__=1
8585
-DMBED_NO_GLOBAL_USING_DIRECTIVE=1
8686
-DCORE_MAJOR=
8787
-DCORE_MINOR=

variants/NICLA_VISION/libs/libmbed.a

612 Bytes
Binary file not shown.

variants/NICLA_VISION/linker_script.ld

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ SECTIONS
2828
*(.dtors)
2929
*(.rodata*)
3030
KEEP(*(.eh_frame*))
31+
*ltrans0*.o(.rodata*)
32+
*ltrans1*.o(.rodata*)
33+
*ltrans2*.o(.rodata*)
34+
*ltrans3*.o(.rodata*)
35+
*ltrans4*.o(.rodata*)
36+
*lib*.o(.rodata*)
3137
} > FLASH
3238
.ARM.extab :
3339
{

0 commit comments

Comments
 (0)