Skip to content

Commit 09ec2cb

Browse files
committed
Recompile variants
1 parent 94464e5 commit 09ec2cb

File tree

14 files changed

+77
-60
lines changed

14 files changed

+77
-60
lines changed

variants/ARDUINO_NANO33BLE/defines.txt

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11

22
-DARM_MATH_CM4
33
-DBOARD_PCA10056
4+
-D__CMSIS_RTOS
45
-DCMSIS_VECTAB_VIRTUAL
56
-DCMSIS_VECTAB_VIRTUAL_HEADER_FILE=\"cmsis_nvic.h\"
67
-DCOMPONENT_FLASHIAP=1
7-
-DCOMPONENT_NSPE=1
8-
-DCOMPONENT_PSA_SRV_EMUL=1
9-
-DCOMPONENT_PSA_SRV_IMPL=1
108
-DCONFIG_GPIO_AS_PINRESET
9+
-D__CORTEX_M4
1110
-DDEVICE_ANALOGIN=1
1211
-DDEVICE_FLASH=1
1312
-DDEVICE_I2C=1
14-
-DDEVICE_I2CSLAVE=1
1513
-DDEVICE_I2C_ASYNCH=1
14+
-DDEVICE_I2CSLAVE=1
1615
-DDEVICE_INTERRUPTIN=1
1716
-DDEVICE_LPTICKER=1
1817
-DDEVICE_PORTIN=1
@@ -32,10 +31,13 @@
3231
-DFEATURE_BLE=1
3332
-DFEATURE_CRYPTOCELL310=1
3433
-DFEATURE_STORAGE=1
35-
-DMBEDTLS_CONFIG_HW_SUPPORT
36-
-DMBED_BUILD_TIMESTAMP=1591638286.9988296
34+
-D__FPU_PRESENT=1
35+
-D__MBED__=1
36+
-DMBED_BUILD_TIMESTAMP=1593769681.7580538
37+
-D__MBED_CMSIS_RTOS_CM
3738
-DMBED_MPU_CUSTOM
3839
-DMBED_TICKLESS
40+
-DMBEDTLS_CONFIG_HW_SUPPORT
3941
-DNRF52840_XXAA
4042
-DNRF52_PAN_20
4143
-DSWI_DISABLE0
@@ -60,13 +62,6 @@
6062
-DTARGET_SOFTDEVICE_NONE
6163
-DTOOLCHAIN_GCC
6264
-DTOOLCHAIN_GCC_ARM
63-
-DUART_ODD_PARITY_NOT_SUPPORTED
64-
-DUART_TWO_STOP_BITS_NOT_SUPPORTED
6565
-DWSF_MAX_HANDLERS=10
66-
-D__CMSIS_RTOS
67-
-D__CORTEX_M4
68-
-D__FPU_PRESENT=1
69-
-D__MBED_CMSIS_RTOS_CM
70-
-D__MBED__=1
7166
-DMBED_NO_GLOBAL_USING_DIRECTIVE=1
7267
-DUSE_ARDUINO_PINOUT

variants/ARDUINO_NANO33BLE/includes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
-iwithprefixbefore/mbed/rtos/source
5454
-iwithprefixbefore/mbed/rtos
5555
-iwithprefixbefore/mbed/platform/source/minimal-printf
56-
-iwithprefixbefore/mbed/platform/source/TARGET_CORTEX_M
5756
-iwithprefixbefore/mbed/platform/source
5857
-iwithprefixbefore/mbed/platform/internal
5958
-iwithprefixbefore/mbed/platform/cxxsupport
@@ -244,6 +243,7 @@
244243
-iwithprefixbefore/mbed/features/cellular/framework/targets/UBLOX/AT
245244
-iwithprefixbefore/mbed/features/cellular/framework/targets/UBLOX
246245
-iwithprefixbefore/mbed/features/cellular/framework/targets/TELIT/ME910
246+
-iwithprefixbefore/mbed/features/cellular/framework/targets/TELIT/ME310
247247
-iwithprefixbefore/mbed/features/cellular/framework/targets/TELIT/HE910
248248
-iwithprefixbefore/mbed/features/cellular/framework/targets/TELIT
249249
-iwithprefixbefore/mbed/features/cellular/framework/targets/RiotMicro/AT
146 KB
Binary file not shown.

variants/ARDUINO_NANO33BLE/mbed_config.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
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_MAX_ENTRIES 5 // set by library:ble
4142
#define CHCI_TR_UART 0 // set by library:cordio-ll
4243
#define CORDIO_ZERO_COPY_HCI 1 // set by library:cordio-nordic-ll
4344
#define DM_CONN_MAX 3 // set by library:cordio
@@ -80,6 +81,8 @@
8081
#define MBED_CONF_CORDIO_LL_RX_BUFFERS 4 // set by library:cordio-ll
8182
#define MBED_CONF_CORDIO_LL_TX_BUFFERS 4 // set by library:cordio-ll
8283
#define MBED_CONF_CORDIO_MAX_PREPARED_WRITES 4 // set by library:cordio
84+
#define MBED_CONF_CORDIO_PREFERRED_TX_POWER 0 // set by library:cordio
85+
#define MBED_CONF_CORDIO_ROUTE_UNHANDLED_COMMAND_COMPLETE_EVENTS 1 // set by library:cordio
8386
#define MBED_CONF_CORDIO_RX_ACL_BUFFER_SIZE 70 // set by library:cordio
8487
#define MBED_CONF_CRYPTOCELL310_PRESENT 1 // set by library:cryptocell310
8588
#define MBED_CONF_DRIVERS_QSPI_CSN QSPI_FLASH1_CSN // set by library:drivers
@@ -263,6 +266,8 @@
263266
#define MBED_CONF_NANOSTACK_HAL_EVENT_LOOP_DISPATCH_FROM_APPLICATION 0 // set by library:nanostack-hal
264267
#define MBED_CONF_NANOSTACK_HAL_EVENT_LOOP_THREAD_STACK_SIZE 6144 // set by library:nanostack-hal
265268
#define MBED_CONF_NANOSTACK_HAL_EVENT_LOOP_USE_MBED_EVENTS 0 // set by library:nanostack-hal
269+
#define MBED_CONF_NANOSTACK_HAL_KVSTORE_PATH "/kv/" // set by library:nanostack-hal
270+
#define MBED_CONF_NANOSTACK_HAL_USE_KVSTORE 0 // set by library:nanostack-hal
266271
#define MBED_CONF_NORDIC_NRF_LF_CLOCK_CALIB_MODE_CONFIG 0 // set by target:MCU_NRF52840
267272
#define MBED_CONF_NORDIC_NRF_LF_CLOCK_CALIB_TIMER_INTERVAL 16 // set by target:MCU_NRF52840
268273
#define MBED_CONF_NORDIC_NRF_LF_CLOCK_SRC NRF_LF_SRC_XTAL // set by target:MCU_NRF52840
@@ -367,6 +372,7 @@
367372
#define MBED_CONF_TARGET_BOOT_STACK_SIZE 0x400 // set by library:rtos[*]
368373
#define MBED_CONF_TARGET_CONSOLE_UART 1 // set by target:Target
369374
#define MBED_CONF_TARGET_DEEP_SLEEP_LATENCY 0 // set by target:Target
375+
#define MBED_CONF_TARGET_DEFAULT_ADC_VREF NAN // set by target:Target
370376
#define MBED_CONF_TARGET_INIT_US_TICKER_AT_BOOT 0 // set by target:Target
371377
#define MBED_CONF_TARGET_MPU_ROM_END 0x1fffffff // set by target:MCU_NRF52840
372378
#define MBED_CONF_TARGET_TICKLESS_FROM_US_TICKER 0 // set by target:Target
@@ -375,6 +381,8 @@
375381
#define MBED_CONF_TARGET_XIP_ENABLE 0 // set by target:Target
376382
#define MBED_CONF_TELIT_HE910_BAUDRATE 115200 // set by library:TELIT_HE910
377383
#define MBED_CONF_TELIT_HE910_PROVIDE_DEFAULT 0 // set by library:TELIT_HE910
384+
#define MBED_CONF_TELIT_ME310_BAUDRATE 115200 // set by library:TELIT_ME310
385+
#define MBED_CONF_TELIT_ME310_PROVIDE_DEFAULT 0 // set by library:TELIT_ME310
378386
#define MBED_CONF_TELIT_ME910_BAUDRATE 115200 // set by library:TELIT_ME910
379387
#define MBED_CONF_TELIT_ME910_PROVIDE_DEFAULT 0 // set by library:TELIT_ME910
380388
#define MBED_CONF_UBLOX_AT_BAUDRATE 115200 // set by library:UBLOX_AT

0 commit comments

Comments
 (0)