thorpedosg

Untitled

Jul 24th, 2018
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2. "macros": [
  3. "MBED_CONF_APP_MAIN_STACK_SIZE=10240"
  4. ],
  5. "config": {
  6. "estimated-application-size": {
  7. "required": true
  8. },
  9. "protagonist-download": {
  10. "required": true
  11. },
  12. "protagonist-file": {
  13. "required": true
  14. },
  15. "protagonist-flash": {
  16. "required": true
  17. },
  18. "protagonist-file-to-flash": {
  19. "required": true
  20. },
  21. "network-interface": {
  22. "help": "Options are ETHERNET, WIFI_ESP8266, WIFI_ODIN, CELLULAR_WNC14A2A",
  23. "value": "CELLULAR"
  24. },
  25. "sock-type": "tcp",
  26. "sim-pin-code": {
  27. "help": "SIM PIN code",
  28. "value": "\"1234\""
  29. },
  30. "apn": {
  31. "help": "The APN string to use for this SIM/network, set to 0 if none",
  32. "value": 0
  33. },
  34. "username": {
  35. "help": "The user name string to use for this APN, set to zero if none",
  36. "value": 0
  37. },
  38. "password": {
  39. "help": "The password string to use for this APN, set to zero if none",
  40. "value": 0
  41. }
  42. },
  43. "target_overrides": {
  44. "*": {
  45. "target.features_add": ["COMMON_PAL", "NANOSTACK"],
  46. "platform.stdio-baud-rate": 115200,
  47. "platform.stdio-convert-newlines": true,
  48. "storage-selector.storage": "HEAP",
  49. "storage-selector.filesystem": "LITTLE",
  50. "storage-selector.mount-point": "\"bd\"",
  51. "app.estimated-application-size": "0x60000",
  52. "app.protagonist-download": "\"alice.h\"",
  53. "app.protagonist-file": "\"alice.h\"",
  54. "app.protagonist-flash": "\"alice.h\"",
  55. "app.protagonist-file-to-flash": "\"alice.h\""
  56. },
  57. "DISCO_L475VG_IOT01A": {
  58. "app.network-interface": "WIFI_ISM43362"
  59. },
  60. "K64F": {
  61. "storage-selector.storage": "SD_CARD"
  62. },
  63. "NRF52_DK": {
  64. "target.extra_labels_remove": [
  65. "SOFTDEVICE_S132_FULL",
  66. "SOFTDEVICE_COMMON"
  67. ],
  68. "target.extra_labels_add": [
  69. "SOFTDEVICE_NONE"
  70. ],
  71. "app.network-interface": "WIFI_ESP8266",
  72. "app.estimated-application-size": "0x50000"
  73. },
  74. "NRF52840_DK": {
  75. "target.macros_add": [
  76. "CELLULAR_DEVICE=GEMALTO_ELS61",
  77. "MDMRXD=D0",
  78. "MDMTXD=D1",
  79. "MDMCTS=D2",
  80. "MDMRTS=D3"
  81. ],
  82. "ppp-cell-iface.apn-lookup": false,
  83. "cellular.use-apn-lookup": false,
  84. "lwip.ipv4-enabled": true,
  85. "lwip.ethernet-enabled": false,
  86. "lwip.ppp-enabled": true,
  87. "lwip.tcp-enabled": true,
  88. "cellular.debug-at": true,
  89. "nordic.uart_0_fifo_size": 2048,
  90. "nordic.uart_1_fifo_size": 2048,
  91. "nordic.uart_dma_size": 32,
  92. "target.features_add": [
  93. "LWIP"
  94. ],
  95. "storage-selector.storage": "SPI_FLASH",
  96. "app.network-interface": "CELLULAR",
  97. "app.estimated-application-size": "0x90000"
  98. },
  99. "RZ_A1H": {
  100. "target.macros": [
  101. "MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES",
  102. "MBEDTLS_TEST_NULL_ENTROPY"
  103. ],
  104. "storage-selector.storage": "SD_CARD"
  105. },
  106. "UBLOX_EVK_ODIN_W2": {
  107. "target.device_has_remove": ["EMAC"],
  108. "storage-selector.storage": "SD_CARD"
  109. }
  110. }
  111. }
Add Comment
Please, Sign In to add comment