Example

Dependencies:   FXAS21002 FXOS8700Q

Committer:
maygup01
Date:
Tue Nov 19 09:49:38 2019 +0000
Revision:
0:11cc2b7889af
Example

Who changed what in which revision?

UserRevisionLine numberNew contents of line
maygup01 0:11cc2b7889af 1 {
maygup01 0:11cc2b7889af 2 "name": "device-management",
maygup01 0:11cc2b7889af 3 "macros": [
maygup01 0:11cc2b7889af 4 "ARM_UC_USE_PAL_BLOCKDEVICE=1",
maygup01 0:11cc2b7889af 5 "MBED_CLOUD_CLIENT_UPDATE_STORAGE=ARM_UCP_FLASHIAP_BLOCKDEVICE"
maygup01 0:11cc2b7889af 6 ],
maygup01 0:11cc2b7889af 7 "config": {
maygup01 0:11cc2b7889af 8 "flash-start-address": {
maygup01 0:11cc2b7889af 9 "help": "Start address of internal flash. Only used in this config to help the definition of other macros.",
maygup01 0:11cc2b7889af 10 "macro_name": "MBED_CONF_APP_FLASH_START_ADDRESS",
maygup01 0:11cc2b7889af 11 "value": null
maygup01 0:11cc2b7889af 12 },
maygup01 0:11cc2b7889af 13 "flash-size": {
maygup01 0:11cc2b7889af 14 "help": "Total size of internal flash. Only used in this config to help the definition of other macros.",
maygup01 0:11cc2b7889af 15 "macro_name": "MBED_CONF_APP_FLASH_SIZE",
maygup01 0:11cc2b7889af 16 "value": null
maygup01 0:11cc2b7889af 17 },
maygup01 0:11cc2b7889af 18 "sotp-section-1-address": {
maygup01 0:11cc2b7889af 19 "help": "Flash sector address for SOTP sector 1",
maygup01 0:11cc2b7889af 20 "macro_name": "PAL_INTERNAL_FLASH_SECTION_1_ADDRESS",
maygup01 0:11cc2b7889af 21 "value": null
maygup01 0:11cc2b7889af 22 },
maygup01 0:11cc2b7889af 23 "sotp-section-1-size": {
maygup01 0:11cc2b7889af 24 "help": "Flash sector size for SOTP sector 1",
maygup01 0:11cc2b7889af 25 "macro_name": "PAL_INTERNAL_FLASH_SECTION_1_SIZE",
maygup01 0:11cc2b7889af 26 "value": null
maygup01 0:11cc2b7889af 27 },
maygup01 0:11cc2b7889af 28 "sotp-section-2-address": {
maygup01 0:11cc2b7889af 29 "help": "Flash sector address for SOTP sector 2",
maygup01 0:11cc2b7889af 30 "macro_name": "PAL_INTERNAL_FLASH_SECTION_2_ADDRESS",
maygup01 0:11cc2b7889af 31 "value": null
maygup01 0:11cc2b7889af 32 },
maygup01 0:11cc2b7889af 33 "sotp-section-2-size": {
maygup01 0:11cc2b7889af 34 "help": "Flash sector size for SOTP sector 2",
maygup01 0:11cc2b7889af 35 "macro_name": "PAL_INTERNAL_FLASH_SECTION_2_SIZE",
maygup01 0:11cc2b7889af 36 "value": null
maygup01 0:11cc2b7889af 37 },
maygup01 0:11cc2b7889af 38 "sotp-num-sections": {
maygup01 0:11cc2b7889af 39 "help": "Number of SOTP sections",
maygup01 0:11cc2b7889af 40 "macro_name": "PAL_INT_FLASH_NUM_SECTIONS",
maygup01 0:11cc2b7889af 41 "value": 2
maygup01 0:11cc2b7889af 42 },
maygup01 0:11cc2b7889af 43 "mcc_transport_mode": {
maygup01 0:11cc2b7889af 44 "help": "0 = TCP, 1 = TCP_QUEUE_MODE, 2 = UDP, 3 = UDP_QUEUE_MODE",
maygup01 0:11cc2b7889af 45 "macro_name": "MBED_CLOUD_CLIENT_TRANSPORT_MODE",
maygup01 0:11cc2b7889af 46 "value": null
maygup01 0:11cc2b7889af 47 },
maygup01 0:11cc2b7889af 48 "mcc_user_config_file": {
maygup01 0:11cc2b7889af 49 "help": "mcc_user_config_file",
maygup01 0:11cc2b7889af 50 "macro_name": "MBED_CLOUD_CLIENT_USER_CONFIG_FILE",
maygup01 0:11cc2b7889af 51 "value": "\"mbed_cloud_client_user_config.h\""
maygup01 0:11cc2b7889af 52 },
maygup01 0:11cc2b7889af 53 "mbed_client_user_config_file": {
maygup01 0:11cc2b7889af 54 "help": "mbed_client_user_config_file",
maygup01 0:11cc2b7889af 55 "macro_name": "MBED_CLIENT_USER_CONFIG_FILE",
maygup01 0:11cc2b7889af 56 "value": "MBED_CLOUD_CLIENT_USER_CONFIG_FILE"
maygup01 0:11cc2b7889af 57 },
maygup01 0:11cc2b7889af 58 "mbedtls-user-config-file": {
maygup01 0:11cc2b7889af 59 "help": "Defines which TLS configuration the board should use.",
maygup01 0:11cc2b7889af 60 "macro_name": "MBEDTLS_USER_CONFIG_FILE",
maygup01 0:11cc2b7889af 61 "value": "\"mbedTLSConfig_mbedOS.h\""
maygup01 0:11cc2b7889af 62 },
maygup01 0:11cc2b7889af 63 "pal-user-defined-configuration": {
maygup01 0:11cc2b7889af 64 "help": "Defines which PAL configuration the board should use.",
maygup01 0:11cc2b7889af 65 "macro_name": "PAL_USER_DEFINED_CONFIGURATION",
maygup01 0:11cc2b7889af 66 "value": "\"sotp_fs_config_MbedOS.h\""
maygup01 0:11cc2b7889af 67 },
maygup01 0:11cc2b7889af 68 "pal_fs_mount_point_primary": {
maygup01 0:11cc2b7889af 69 "help": "pal_fs_mount_point_primary",
maygup01 0:11cc2b7889af 70 "macro_name": "PAL_FS_MOUNT_POINT_PRIMARY",
maygup01 0:11cc2b7889af 71 "value": "\"/fs\""
maygup01 0:11cc2b7889af 72 },
maygup01 0:11cc2b7889af 73 "pal_dtls_peer_min_timeout": {
maygup01 0:11cc2b7889af 74 "help": "pal_dtls_peer_min_timeout",
maygup01 0:11cc2b7889af 75 "macro_name": "PAL_DTLS_PEER_MIN_TIMEOUT",
maygup01 0:11cc2b7889af 76 "value": 5000
maygup01 0:11cc2b7889af 77 },
maygup01 0:11cc2b7889af 78 "pal-udp-mtu-size": {
maygup01 0:11cc2b7889af 79 "help": "Enforced usage of MTU limits",
maygup01 0:11cc2b7889af 80 "macro_name": "PAL_UDP_MTU_SIZE",
maygup01 0:11cc2b7889af 81 "value": null
maygup01 0:11cc2b7889af 82 },
maygup01 0:11cc2b7889af 83 "developer-mode": {
maygup01 0:11cc2b7889af 84 "help": "Enable Developer mode to skip Factory enrollment",
maygup01 0:11cc2b7889af 85 "value": 1
maygup01 0:11cc2b7889af 86 },
maygup01 0:11cc2b7889af 87 "partition_mode": {
maygup01 0:11cc2b7889af 88 "help": "Macro for single or dual partition mode. This is supposed to be used with storage storage for data e.g. SD card. This enabled by default.",
maygup01 0:11cc2b7889af 89 "macro_name": "MCC_PLATFORM_PARTITION_MODE"
maygup01 0:11cc2b7889af 90 },
maygup01 0:11cc2b7889af 91 "auto_partition": {
maygup01 0:11cc2b7889af 92 "help": "Optional macro automatic SD card partitioning if required. Partioning will be triggered only if initialization of available partitions fail. This requires partition_mode to be enabled.",
maygup01 0:11cc2b7889af 93 "macro_name": "MCC_PLATFORM_AUTO_PARTITION"
maygup01 0:11cc2b7889af 94 },
maygup01 0:11cc2b7889af 95 "pal_number_of_partition": {
maygup01 0:11cc2b7889af 96 "help": "Optional macro PAL_NUMBER_OF_PARTITIONS",
maygup01 0:11cc2b7889af 97 "macro_name": "PAL_NUMBER_OF_PARTITIONS"
maygup01 0:11cc2b7889af 98 },
maygup01 0:11cc2b7889af 99 "primary_partition_size": {
maygup01 0:11cc2b7889af 100 "help": "Optional macro PRIMARY_PARTITION_SIZE in bytes, default is 1GB. This requires auto_partition to be enabled.",
maygup01 0:11cc2b7889af 101 "macro_name": "PRIMARY_PARTITION_SIZE"
maygup01 0:11cc2b7889af 102 },
maygup01 0:11cc2b7889af 103 "secondary_partition_size": {
maygup01 0:11cc2b7889af 104 "help": "Optional macro SECONDARY_PARTITION_SIZE in bytes, deault is 1GB. This requires auto_partition to be enabled.",
maygup01 0:11cc2b7889af 105 "macro_name": "SECONDARY_PARTITION_SIZE"
maygup01 0:11cc2b7889af 106 },
maygup01 0:11cc2b7889af 107 "enable-cpp-stl": {
maygup01 0:11cc2b7889af 108 "help": "Enable this if you're already using STL strings/vectors in your application. If you don't use STL functionality, keep this disabled, as it will increase flash usage by 15K Flash.",
maygup01 0:11cc2b7889af 109 "macro_name": "MBED_CLOUD_CLIENT_STL_API",
maygup01 0:11cc2b7889af 110 "value": 0
maygup01 0:11cc2b7889af 111 }
maygup01 0:11cc2b7889af 112 }
maygup01 0:11cc2b7889af 113 }