File tree 14 files changed +329
-14
lines changed
14 files changed +329
-14
lines changed Original file line number Diff line number Diff line change 33
33
-DFEATURE_STORAGE=1
34
34
-D__FPU_PRESENT=1
35
35
-D__MBED__=1
36
- -DMBED_BUILD_TIMESTAMP=1593769681.7580538
36
+ -DMBED_BUILD_TIMESTAMP=1595839671.5680196
37
37
-D__MBED_CMSIS_RTOS_CM
38
38
-DMBED_MPU_CUSTOM
39
39
-DMBED_TICKLESS
Original file line number Diff line number Diff line change 271
271
-iwithprefixbefore/mbed/features/cellular/framework/API
272
272
-iwithprefixbefore/mbed/features/cellular/framework
273
273
-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
276
274
-iwithprefixbefore/mbed/features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NORDIC_CORDIO/TARGET_NRF5x
277
275
-iwithprefixbefore/mbed/features/FEATURE_BLE/targets/TARGET_CORDIO_LL/stack_adaptation
278
276
-iwithprefixbefore/mbed/features/FEATURE_BLE/targets/TARGET_CORDIO_LL/stack/thirdparty/uecc
297
295
-iwithprefixbefore/mbed/features/FEATURE_BLE/targets/TARGET_CORDIO_LL/stack
298
296
-iwithprefixbefore/mbed/features/FEATURE_BLE/targets/TARGET_CORDIO_LL
299
297
-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
303
298
-iwithprefixbefore/mbed/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/include/util
304
299
-iwithprefixbefore/mbed/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/include
305
300
-iwithprefixbefore/mbed/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf
Original file line number Diff line number Diff line change 38
38
#define BLE_ROLE_CENTRAL 1 // set by library:ble
39
39
#define BLE_ROLE_OBSERVER 1 // set by library:ble
40
40
#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
41
43
#define BLE_SECURITY_DATABASE_MAX_ENTRIES 5 // set by library:ble
44
+ #define CHCI_TR_CUSTOM 1 // set by library:cordio-ll
42
45
#define CHCI_TR_UART 0 // set by library:cordio-ll
43
46
#define CORDIO_ZERO_COPY_HCI 1 // set by library:cordio-nordic-ll
44
47
#define DM_CONN_MAX 3 // set by library:cordio
45
48
#define DM_NUM_ADV_SETS 3 // set by library:cordio
46
49
#define DM_NUM_PHYS 3 // set by library:cordio
47
50
#define DM_SYNC_MAX 1 // set by library:cordio
51
+ #define EATT_CONN_CHAN_MAX 1 // set by library:cordio
48
52
#define L2C_COC_CHAN_MAX 1 // set by library:cordio
49
53
#define L2C_COC_REG_MAX 1 // set by library:cordio
50
54
#define LHCI_ENABLE_VS 0 // set by library:cordio-ll
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
-g
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
-g
Original file line number Diff line number Diff line change 42
42
-DFEATURE_LWIP=1
43
43
-D__FPU_PRESENT=1
44
44
-D__MBED__=1
45
- -DMBED_BUILD_TIMESTAMP=1593769621.0404596
45
+ -DMBED_BUILD_TIMESTAMP=1595839610.350798
46
46
-D__MBED_CMSIS_RTOS_CM
47
47
-DMBED_HEAP_STATS_ENABLED=1
48
48
-DMBED_MEM_TRACING_ENABLED=1
You can’t perform that action at this time.
0 commit comments