Skip to content

Commit 090cfaf

Browse files
committed
Recompile targets
1 parent 0051943 commit 090cfaf

File tree

14 files changed

+329
-14
lines changed

14 files changed

+329
-14
lines changed

variants/ARDUINO_NANO33BLE/defines.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
-DFEATURE_STORAGE=1
3434
-D__FPU_PRESENT=1
3535
-D__MBED__=1
36-
-DMBED_BUILD_TIMESTAMP=1593769681.7580538
36+
-DMBED_BUILD_TIMESTAMP=1595839671.5680196
3737
-D__MBED_CMSIS_RTOS_CM
3838
-DMBED_MPU_CUSTOM
3939
-DMBED_TICKLESS

variants/ARDUINO_NANO33BLE/includes.txt

-5
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,6 @@
271271
-iwithprefixbefore/mbed/features/cellular/framework/API
272272
-iwithprefixbefore/mbed/features/cellular/framework
273273
-iwithprefixbefore/mbed/features/cellular
274-
-iwithprefixbefore/mbed/features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NORDIC_CORDIO/TARGET_NRF5x/stack/include
275-
-iwithprefixbefore/mbed/features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NORDIC_CORDIO/TARGET_NRF5x/stack
276274
-iwithprefixbefore/mbed/features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NORDIC_CORDIO/TARGET_NRF5x
277275
-iwithprefixbefore/mbed/features/FEATURE_BLE/targets/TARGET_CORDIO_LL/stack_adaptation
278276
-iwithprefixbefore/mbed/features/FEATURE_BLE/targets/TARGET_CORDIO_LL/stack/thirdparty/uecc
@@ -297,9 +295,6 @@
297295
-iwithprefixbefore/mbed/features/FEATURE_BLE/targets/TARGET_CORDIO_LL/stack
298296
-iwithprefixbefore/mbed/features/FEATURE_BLE/targets/TARGET_CORDIO_LL
299297
-iwithprefixbefore/mbed/features/FEATURE_BLE/targets/TARGET_CORDIO/stack_adaptation
300-
-iwithprefixbefore/mbed/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/sources/port/baremetal
301-
-iwithprefixbefore/mbed/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/sources/port
302-
-iwithprefixbefore/mbed/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/sources
303298
-iwithprefixbefore/mbed/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/include/util
304299
-iwithprefixbefore/mbed/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/include
305300
-iwithprefixbefore/mbed/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf
3.61 MB
Binary file not shown.

variants/ARDUINO_NANO33BLE/mbed_config.h

+4
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,17 @@
3838
#define BLE_ROLE_CENTRAL 1 // set by library:ble
3939
#define BLE_ROLE_OBSERVER 1 // set by library:ble
4040
#define BLE_ROLE_PERIPHERAL 1 // set by library:ble
41+
#define BLE_SECURITY_DATABASE_FILESYSTEM 1 // set by library:ble
42+
#define BLE_SECURITY_DATABASE_KVSTORE 0 // set by library:ble
4143
#define BLE_SECURITY_DATABASE_MAX_ENTRIES 5 // set by library:ble
44+
#define CHCI_TR_CUSTOM 1 // set by library:cordio-ll
4245
#define CHCI_TR_UART 0 // set by library:cordio-ll
4346
#define CORDIO_ZERO_COPY_HCI 1 // set by library:cordio-nordic-ll
4447
#define DM_CONN_MAX 3 // set by library:cordio
4548
#define DM_NUM_ADV_SETS 3 // set by library:cordio
4649
#define DM_NUM_PHYS 3 // set by library:cordio
4750
#define DM_SYNC_MAX 1 // set by library:cordio
51+
#define EATT_CONN_CHAN_MAX 1 // set by library:cordio
4852
#define L2C_COC_CHAN_MAX 1 // set by library:cordio
4953
#define L2C_COC_REG_MAX 1 // set by library:cordio
5054
#define LHCI_ENABLE_VS 0 // set by library:cordio-ll

variants/PORTENTA_H7_M4/cflags.txt

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
-fdata-sections
2020
-ffunction-sections
2121
-fmessage-length=0
22-
-fno-exceptions
2322
-fomit-frame-pointer
2423
-funsigned-char
2524
-g

variants/PORTENTA_H7_M4/cxxflags.txt

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
-fdata-sections
2222
-ffunction-sections
2323
-fmessage-length=0
24-
-fno-exceptions
2524
-fomit-frame-pointer
2625
-funsigned-char
2726
-g

variants/PORTENTA_H7_M4/defines.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
-DFEATURE_LWIP=1
4343
-D__FPU_PRESENT=1
4444
-D__MBED__=1
45-
-DMBED_BUILD_TIMESTAMP=1593769621.0404596
45+
-DMBED_BUILD_TIMESTAMP=1595839610.350798
4646
-D__MBED_CMSIS_RTOS_CM
4747
-DMBED_HEAP_STATS_ENABLED=1
4848
-DMBED_MEM_TRACING_ENABLED=1

0 commit comments

Comments
 (0)