Simulated product dispenser

Dependencies:   HTS221

Fork of mbed-cloud-workshop-connect-HTS221 by Jim Carver

Committer:
JimCarver
Date:
Fri Oct 12 21:22:49 2018 +0000
Revision:
0:6b753f761943
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
JimCarver 0:6b753f761943 1 {
JimCarver 0:6b753f761943 2 "macros": [
JimCarver 0:6b753f761943 3 "MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\"",
JimCarver 0:6b753f761943 4 "PAL_USER_DEFINED_CONFIGURATION=\"sotp_fs_config_MbedOS.h\"",
JimCarver 0:6b753f761943 5 "MBED_CLIENT_USER_CONFIG_FILE=\"mbed_cloud_client_user_config.h\"",
JimCarver 0:6b753f761943 6 "MBED_CLOUD_CLIENT_USER_CONFIG_FILE=\"mbed_cloud_client_user_config.h\"",
JimCarver 0:6b753f761943 7 "PAL_DTLS_PEER_MIN_TIMEOUT=5000",
JimCarver 0:6b753f761943 8 "MBED_CONF_APP_MAIN_STACK_SIZE=6000",
JimCarver 0:6b753f761943 9 "ARM_UC_USE_PAL_BLOCKDEVICE=1",
JimCarver 0:6b753f761943 10 "MBED_CLOUD_CLIENT_UPDATE_STORAGE=ARM_UCP_FLASHIAP_BLOCKDEVICE",
JimCarver 0:6b753f761943 11 "RTX_NO_MULTITHREAD_CLIB"
JimCarver 0:6b753f761943 12 ],
JimCarver 0:6b753f761943 13 "target_overrides": {
JimCarver 0:6b753f761943 14 "*": {
JimCarver 0:6b753f761943 15 "platform.stdio-baud-rate": 9600,
JimCarver 0:6b753f761943 16 "platform.stdio-convert-newlines": true,
JimCarver 0:6b753f761943 17 "update-client.storage-address" : "(1024*1024*64)",
JimCarver 0:6b753f761943 18 "update-client.storage-size" : "(1024*1024*2)",
JimCarver 0:6b753f761943 19 "update-client.storage-locations": "1",
JimCarver 0:6b753f761943 20 "mbed-trace.enable": false
JimCarver 0:6b753f761943 21 },
JimCarver 0:6b753f761943 22 "DISCO_L475VG_IOT01A": {
JimCarver 0:6b753f761943 23 "sotp-section-1-address" : "(0x08000000+((1024-32)*1024))",
JimCarver 0:6b753f761943 24 "sotp-section-1-size" : "(16*1024)",
JimCarver 0:6b753f761943 25 "sotp-section-2-address" : "(0x08000000+((1024-16)*1024))",
JimCarver 0:6b753f761943 26 "sotp-section-2-size" : "(16*1024)",
JimCarver 0:6b753f761943 27 "sotp-num-sections" : 2
JimCarver 0:6b753f761943 28 },
JimCarver 0:6b753f761943 29 "DISCO_F413ZH": {
JimCarver 0:6b753f761943 30 "sotp-section-1-address" : "(0x08000000+((1536-256)*1024))",
JimCarver 0:6b753f761943 31 "sotp-section-1-size" : "(128*1024)",
JimCarver 0:6b753f761943 32 "sotp-section-2-address" : "(0x08000000+((1536-128)*1024))",
JimCarver 0:6b753f761943 33 "sotp-section-2-size" : "(128*1024)",
JimCarver 0:6b753f761943 34 "sotp-num-sections" : 2
JimCarver 0:6b753f761943 35 }
JimCarver 0:6b753f761943 36
JimCarver 0:6b753f761943 37 },
JimCarver 0:6b753f761943 38 "config": {
JimCarver 0:6b753f761943 39 "format-storage-layer-on-error": {
JimCarver 0:6b753f761943 40 "help": "Whether to format the storage layer when it cannot be read - always disable for production devices!",
JimCarver 0:6b753f761943 41 "value": 1
JimCarver 0:6b753f761943 42 },
JimCarver 0:6b753f761943 43 "developer-mode": {
JimCarver 0:6b753f761943 44 "help": "Enable Developer mode to skip Factory enrollment",
JimCarver 0:6b753f761943 45 "value": 1
JimCarver 0:6b753f761943 46 },
JimCarver 0:6b753f761943 47 "sotp-section-1-address": {
JimCarver 0:6b753f761943 48 "help": "Flash sector address for SOTP sector 1",
JimCarver 0:6b753f761943 49 "macro_name": "PAL_INTERNAL_FLASH_SECTION_1_ADDRESS",
JimCarver 0:6b753f761943 50 "value": null
JimCarver 0:6b753f761943 51 },
JimCarver 0:6b753f761943 52 "sotp-section-1-size": {
JimCarver 0:6b753f761943 53 "help": "Flash sector size for SOTP sector 1",
JimCarver 0:6b753f761943 54 "macro_name": "PAL_INTERNAL_FLASH_SECTION_1_SIZE",
JimCarver 0:6b753f761943 55 "value": null
JimCarver 0:6b753f761943 56 },
JimCarver 0:6b753f761943 57 "sotp-section-2-address": {
JimCarver 0:6b753f761943 58 "help": "Flash sector address for SOTP sector 2",
JimCarver 0:6b753f761943 59 "macro_name": "PAL_INTERNAL_FLASH_SECTION_2_ADDRESS",
JimCarver 0:6b753f761943 60 "value": null
JimCarver 0:6b753f761943 61 },
JimCarver 0:6b753f761943 62 "sotp-section-2-size": {
JimCarver 0:6b753f761943 63 "help": "Flash sector size for SOTP sector 2",
JimCarver 0:6b753f761943 64 "macro_name": "PAL_INTERNAL_FLASH_SECTION_2_SIZE",
JimCarver 0:6b753f761943 65 "value": null
JimCarver 0:6b753f761943 66 },
JimCarver 0:6b753f761943 67 "sotp-num-sections": {
JimCarver 0:6b753f761943 68 "help": "Number of SOTP sections",
JimCarver 0:6b753f761943 69 "macro_name": "PAL_INT_FLASH_NUM_SECTIONS",
JimCarver 0:6b753f761943 70 "value": null
JimCarver 0:6b753f761943 71 }
JimCarver 0:6b753f761943 72 }
JimCarver 0:6b753f761943 73 }