Test pour écran OLED 128 x 64 SSD1306 avec sonde thermique DS18B20

Committer:
diltech
Date:
Sat May 28 13:22:32 2022 +0000
Revision:
0:8ae2868c8c6c
Projet initial

Who changed what in which revision?

UserRevisionLine numberNew contents of line
diltech 0:8ae2868c8c6c 1 /*
diltech 0:8ae2868c8c6c 2 * mbed SDK
diltech 0:8ae2868c8c6c 3 * Copyright (c) 2017 ARM Limited
diltech 0:8ae2868c8c6c 4 *
diltech 0:8ae2868c8c6c 5 * Licensed under the Apache License, Version 2.0 (the "License");
diltech 0:8ae2868c8c6c 6 * you may not use this file except in compliance with the License.
diltech 0:8ae2868c8c6c 7 * You may obtain a copy of the License at
diltech 0:8ae2868c8c6c 8 *
diltech 0:8ae2868c8c6c 9 * http://www.apache.org/licenses/LICENSE-2.0
diltech 0:8ae2868c8c6c 10 *
diltech 0:8ae2868c8c6c 11 * Unless required by applicable law or agreed to in writing, software
diltech 0:8ae2868c8c6c 12 * distributed under the License is distributed on an "AS IS" BASIS,
diltech 0:8ae2868c8c6c 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
diltech 0:8ae2868c8c6c 14 * See the License for the specific language governing permissions and
diltech 0:8ae2868c8c6c 15 * limitations under the License.
diltech 0:8ae2868c8c6c 16 */
diltech 0:8ae2868c8c6c 17
diltech 0:8ae2868c8c6c 18 // Automatically generated configuration file.
diltech 0:8ae2868c8c6c 19 // DO NOT EDIT, content will be overwritten.
diltech 0:8ae2868c8c6c 20
diltech 0:8ae2868c8c6c 21 #ifndef __MBED_CONFIG_DATA__
diltech 0:8ae2868c8c6c 22 #define __MBED_CONFIG_DATA__
diltech 0:8ae2868c8c6c 23
diltech 0:8ae2868c8c6c 24 // Configuration parameters
diltech 0:8ae2868c8c6c 25 #define CLOCK_SOURCE USE_PLL_HSE_EXTC|USE_PLL_HSE_XTAL|USE_PLL_HSI // set by target:MCU_STM32F1
diltech 0:8ae2868c8c6c 26 #define LPTICKER_DELAY_TICKS 1 // set by target:MCU_STM32
diltech 0:8ae2868c8c6c 27 #define MBED_CONF_ALT1250_PPP_BAUDRATE 115200 // set by library:ALT1250_PPP
diltech 0:8ae2868c8c6c 28 #define MBED_CONF_ALT1250_PPP_PROVIDE_DEFAULT 0 // set by library:ALT1250_PPP
diltech 0:8ae2868c8c6c 29 #define MBED_CONF_ATMEL_RF_ASSUME_SPACED_SPI 1 // set by library:atmel-rf[STM]
diltech 0:8ae2868c8c6c 30 #define MBED_CONF_ATMEL_RF_FULL_SPI_SPEED 7500000 // set by library:atmel-rf
diltech 0:8ae2868c8c6c 31 #define MBED_CONF_ATMEL_RF_FULL_SPI_SPEED_BYTE_SPACING 250 // set by library:atmel-rf
diltech 0:8ae2868c8c6c 32 #define MBED_CONF_ATMEL_RF_IRQ_THREAD_STACK_SIZE 1024 // set by library:atmel-rf
diltech 0:8ae2868c8c6c 33 #define MBED_CONF_ATMEL_RF_LOW_SPI_SPEED 3750000 // set by library:atmel-rf
diltech 0:8ae2868c8c6c 34 #define MBED_CONF_ATMEL_RF_PROVIDE_DEFAULT 0 // set by library:atmel-rf
diltech 0:8ae2868c8c6c 35 #define MBED_CONF_ATMEL_RF_USE_SPI_SPACING_API 0 // set by library:atmel-rf
diltech 0:8ae2868c8c6c 36 #define MBED_CONF_CELLULAR_AT_HANDLER_BUFFER_SIZE 32 // set by library:cellular
diltech 0:8ae2868c8c6c 37 #define MBED_CONF_CELLULAR_CONTROL_PLANE_OPT 0 // set by library:cellular
diltech 0:8ae2868c8c6c 38 #define MBED_CONF_CELLULAR_DEBUG_AT 0 // set by library:cellular
diltech 0:8ae2868c8c6c 39 #define MBED_CONF_CELLULAR_MAX_CP_DATA_RECV_LEN 1358 // set by library:cellular
diltech 0:8ae2868c8c6c 40 #define MBED_CONF_CELLULAR_PRESENT 1 // set by library:cellular
diltech 0:8ae2868c8c6c 41 #define MBED_CONF_CELLULAR_RANDOM_MAX_START_DELAY 0 // set by library:cellular
diltech 0:8ae2868c8c6c 42 #define MBED_CONF_CELLULAR_USE_APN_LOOKUP 0 // set by library:cellular
diltech 0:8ae2868c8c6c 43 #define MBED_CONF_CELLULAR_USE_SMS 0 // set by library:cellular
diltech 0:8ae2868c8c6c 44 #define MBED_CONF_DRIVERS_OSPI_CSN OSPI_FLASH1_CSN // set by library:drivers
diltech 0:8ae2868c8c6c 45 #define MBED_CONF_DRIVERS_OSPI_DQS OSPI_FLASH1_DQS // set by library:drivers
diltech 0:8ae2868c8c6c 46 #define MBED_CONF_DRIVERS_OSPI_IO0 OSPI_FLASH1_IO0 // set by library:drivers
diltech 0:8ae2868c8c6c 47 #define MBED_CONF_DRIVERS_OSPI_IO1 OSPI_FLASH1_IO1 // set by library:drivers
diltech 0:8ae2868c8c6c 48 #define MBED_CONF_DRIVERS_OSPI_IO2 OSPI_FLASH1_IO2 // set by library:drivers
diltech 0:8ae2868c8c6c 49 #define MBED_CONF_DRIVERS_OSPI_IO3 OSPI_FLASH1_IO3 // set by library:drivers
diltech 0:8ae2868c8c6c 50 #define MBED_CONF_DRIVERS_OSPI_IO4 OSPI_FLASH1_IO4 // set by library:drivers
diltech 0:8ae2868c8c6c 51 #define MBED_CONF_DRIVERS_OSPI_IO5 OSPI_FLASH1_IO5 // set by library:drivers
diltech 0:8ae2868c8c6c 52 #define MBED_CONF_DRIVERS_OSPI_IO6 OSPI_FLASH1_IO6 // set by library:drivers
diltech 0:8ae2868c8c6c 53 #define MBED_CONF_DRIVERS_OSPI_IO7 OSPI_FLASH1_IO7 // set by library:drivers
diltech 0:8ae2868c8c6c 54 #define MBED_CONF_DRIVERS_OSPI_SCK OSPI_FLASH1_SCK // set by library:drivers
diltech 0:8ae2868c8c6c 55 #define MBED_CONF_DRIVERS_QSPI_CSN QSPI_FLASH1_CSN // set by library:drivers
diltech 0:8ae2868c8c6c 56 #define MBED_CONF_DRIVERS_QSPI_IO0 QSPI_FLASH1_IO0 // set by library:drivers
diltech 0:8ae2868c8c6c 57 #define MBED_CONF_DRIVERS_QSPI_IO1 QSPI_FLASH1_IO1 // set by library:drivers
diltech 0:8ae2868c8c6c 58 #define MBED_CONF_DRIVERS_QSPI_IO2 QSPI_FLASH1_IO2 // set by library:drivers
diltech 0:8ae2868c8c6c 59 #define MBED_CONF_DRIVERS_QSPI_IO3 QSPI_FLASH1_IO3 // set by library:drivers
diltech 0:8ae2868c8c6c 60 #define MBED_CONF_DRIVERS_QSPI_SCK QSPI_FLASH1_SCK // set by library:drivers
diltech 0:8ae2868c8c6c 61 #define MBED_CONF_DRIVERS_UART_SERIAL_RXBUF_SIZE 256 // set by library:drivers
diltech 0:8ae2868c8c6c 62 #define MBED_CONF_DRIVERS_UART_SERIAL_TXBUF_SIZE 256 // set by library:drivers
diltech 0:8ae2868c8c6c 63 #define MBED_CONF_ESP8266_BUILT_IN_DNS 0 // set by library:esp8266
diltech 0:8ae2868c8c6c 64 #define MBED_CONF_ESP8266_DEBUG 0 // set by library:esp8266
diltech 0:8ae2868c8c6c 65 #define MBED_CONF_ESP8266_POWER_OFF_TIME_MS 3 // set by library:esp8266
diltech 0:8ae2868c8c6c 66 #define MBED_CONF_ESP8266_POWER_ON_POLARITY 0 // set by library:esp8266
diltech 0:8ae2868c8c6c 67 #define MBED_CONF_ESP8266_POWER_ON_TIME_MS 3 // set by library:esp8266
diltech 0:8ae2868c8c6c 68 #define MBED_CONF_ESP8266_PROVIDE_DEFAULT 0 // set by library:esp8266
diltech 0:8ae2868c8c6c 69 #define MBED_CONF_ESP8266_SERIAL_BAUDRATE 115200 // set by library:esp8266
diltech 0:8ae2868c8c6c 70 #define MBED_CONF_ESP8266_SNTP_ENABLE 0 // set by library:esp8266
diltech 0:8ae2868c8c6c 71 #define MBED_CONF_ESP8266_SNTP_SERVER0 "" // set by library:esp8266
diltech 0:8ae2868c8c6c 72 #define MBED_CONF_ESP8266_SNTP_SERVER1 "" // set by library:esp8266
diltech 0:8ae2868c8c6c 73 #define MBED_CONF_ESP8266_SNTP_SERVER2 "" // set by library:esp8266
diltech 0:8ae2868c8c6c 74 #define MBED_CONF_ESP8266_SNTP_TIMEZONE 0 // set by library:esp8266
diltech 0:8ae2868c8c6c 75 #define MBED_CONF_ESP8266_SOCKET_BUFSIZE 8192 // set by library:esp8266
diltech 0:8ae2868c8c6c 76 #define MBED_CONF_EVENTS_PRESENT 1 // set by library:events
diltech 0:8ae2868c8c6c 77 #define MBED_CONF_EVENTS_SHARED_DISPATCH_FROM_APPLICATION 0 // set by library:events
diltech 0:8ae2868c8c6c 78 #define MBED_CONF_EVENTS_SHARED_EVENTSIZE 768 // set by library:events
diltech 0:8ae2868c8c6c 79 #define MBED_CONF_EVENTS_SHARED_HIGHPRIO_EVENTSIZE 256 // set by library:events
diltech 0:8ae2868c8c6c 80 #define MBED_CONF_EVENTS_SHARED_HIGHPRIO_STACKSIZE 1024 // set by library:events
diltech 0:8ae2868c8c6c 81 #define MBED_CONF_EVENTS_SHARED_STACKSIZE 2048 // set by library:events
diltech 0:8ae2868c8c6c 82 #define MBED_CONF_EVENTS_USE_LOWPOWER_TIMER_TICKER 0 // set by library:events
diltech 0:8ae2868c8c6c 83 #define MBED_CONF_FAT_CHAN_FFS_DBG 0 // set by library:fat_chan
diltech 0:8ae2868c8c6c 84 #define MBED_CONF_FAT_CHAN_FF_CODE_PAGE 437 // set by library:fat_chan
diltech 0:8ae2868c8c6c 85 #define MBED_CONF_FAT_CHAN_FF_FS_EXFAT 0 // set by library:fat_chan
diltech 0:8ae2868c8c6c 86 #define MBED_CONF_FAT_CHAN_FF_FS_HEAPBUF 1 // set by library:fat_chan
diltech 0:8ae2868c8c6c 87 #define MBED_CONF_FAT_CHAN_FF_FS_LOCK 0 // set by library:fat_chan
diltech 0:8ae2868c8c6c 88 #define MBED_CONF_FAT_CHAN_FF_FS_MINIMIZE 0 // set by library:fat_chan
diltech 0:8ae2868c8c6c 89 #define MBED_CONF_FAT_CHAN_FF_FS_NOFSINFO 0 // set by library:fat_chan
diltech 0:8ae2868c8c6c 90 #define MBED_CONF_FAT_CHAN_FF_FS_NORTC 0 // set by library:fat_chan
diltech 0:8ae2868c8c6c 91 #define MBED_CONF_FAT_CHAN_FF_FS_READONLY 0 // set by library:fat_chan
diltech 0:8ae2868c8c6c 92 #define MBED_CONF_FAT_CHAN_FF_FS_REENTRANT 0 // set by library:fat_chan
diltech 0:8ae2868c8c6c 93 #define MBED_CONF_FAT_CHAN_FF_FS_RPATH 1 // set by library:fat_chan
diltech 0:8ae2868c8c6c 94 #define MBED_CONF_FAT_CHAN_FF_FS_TIMEOUT 1000 // set by library:fat_chan
diltech 0:8ae2868c8c6c 95 #define MBED_CONF_FAT_CHAN_FF_FS_TINY 1 // set by library:fat_chan
diltech 0:8ae2868c8c6c 96 #define MBED_CONF_FAT_CHAN_FF_LFN_BUF 255 // set by library:fat_chan
diltech 0:8ae2868c8c6c 97 #define MBED_CONF_FAT_CHAN_FF_LFN_UNICODE 0 // set by library:fat_chan
diltech 0:8ae2868c8c6c 98 #define MBED_CONF_FAT_CHAN_FF_MAX_LFN 255 // set by library:fat_chan
diltech 0:8ae2868c8c6c 99 #define MBED_CONF_FAT_CHAN_FF_MAX_SS 4096 // set by library:fat_chan
diltech 0:8ae2868c8c6c 100 #define MBED_CONF_FAT_CHAN_FF_MIN_SS 512 // set by library:fat_chan
diltech 0:8ae2868c8c6c 101 #define MBED_CONF_FAT_CHAN_FF_MULTI_PARTITION 0 // set by library:fat_chan
diltech 0:8ae2868c8c6c 102 #define MBED_CONF_FAT_CHAN_FF_NORTC_MDAY 1 // set by library:fat_chan
diltech 0:8ae2868c8c6c 103 #define MBED_CONF_FAT_CHAN_FF_NORTC_MON 1 // set by library:fat_chan
diltech 0:8ae2868c8c6c 104 #define MBED_CONF_FAT_CHAN_FF_NORTC_YEAR 2017 // set by library:fat_chan
diltech 0:8ae2868c8c6c 105 #define MBED_CONF_FAT_CHAN_FF_PRINT_FLOAT 0 // set by library:fat_chan
diltech 0:8ae2868c8c6c 106 #define MBED_CONF_FAT_CHAN_FF_PRINT_LLI 0 // set by library:fat_chan
diltech 0:8ae2868c8c6c 107 #define MBED_CONF_FAT_CHAN_FF_SFN_BUF 12 // set by library:fat_chan
diltech 0:8ae2868c8c6c 108 #define MBED_CONF_FAT_CHAN_FF_STRF_ENCODE 3 // set by library:fat_chan
diltech 0:8ae2868c8c6c 109 #define MBED_CONF_FAT_CHAN_FF_STR_VOLUME_ID 0 // set by library:fat_chan
diltech 0:8ae2868c8c6c 110 #define MBED_CONF_FAT_CHAN_FF_SYNC_T HANDLE // set by library:fat_chan
diltech 0:8ae2868c8c6c 111 #define MBED_CONF_FAT_CHAN_FF_USE_CHMOD 0 // set by library:fat_chan
diltech 0:8ae2868c8c6c 112 #define MBED_CONF_FAT_CHAN_FF_USE_EXPAND 0 // set by library:fat_chan
diltech 0:8ae2868c8c6c 113 #define MBED_CONF_FAT_CHAN_FF_USE_FASTSEEK 0 // set by library:fat_chan
diltech 0:8ae2868c8c6c 114 #define MBED_CONF_FAT_CHAN_FF_USE_FIND 0 // set by library:fat_chan
diltech 0:8ae2868c8c6c 115 #define MBED_CONF_FAT_CHAN_FF_USE_FORWARD 0 // set by library:fat_chan
diltech 0:8ae2868c8c6c 116 #define MBED_CONF_FAT_CHAN_FF_USE_LABEL 0 // set by library:fat_chan
diltech 0:8ae2868c8c6c 117 #define MBED_CONF_FAT_CHAN_FF_USE_LFN 3 // set by library:fat_chan
diltech 0:8ae2868c8c6c 118 #define MBED_CONF_FAT_CHAN_FF_USE_MKFS 1 // set by library:fat_chan
diltech 0:8ae2868c8c6c 119 #define MBED_CONF_FAT_CHAN_FF_USE_STRFUNC 0 // set by library:fat_chan
diltech 0:8ae2868c8c6c 120 #define MBED_CONF_FAT_CHAN_FF_USE_TRIM 1 // set by library:fat_chan
diltech 0:8ae2868c8c6c 121 #define MBED_CONF_FAT_CHAN_FF_VOLUMES 4 // set by library:fat_chan
diltech 0:8ae2868c8c6c 122 #define MBED_CONF_FAT_CHAN_FF_VOLUME_STRS "RAM","NAND","CF","SD","SD2","USB","USB2","USB3" // set by library:fat_chan
diltech 0:8ae2868c8c6c 123 #define MBED_CONF_FAT_CHAN_FLUSH_ON_NEW_CLUSTER 0 // set by library:fat_chan
diltech 0:8ae2868c8c6c 124 #define MBED_CONF_FAT_CHAN_FLUSH_ON_NEW_SECTOR 1 // set by library:fat_chan
diltech 0:8ae2868c8c6c 125 #define MBED_CONF_FILESYSTEM_PRESENT 1 // set by library:filesystem
diltech 0:8ae2868c8c6c 126 #define MBED_CONF_GEMALTO_CINTERION_BAUDRATE 115200 // set by library:GEMALTO_CINTERION
diltech 0:8ae2868c8c6c 127 #define MBED_CONF_GEMALTO_CINTERION_PROVIDE_DEFAULT 0 // set by library:GEMALTO_CINTERION
diltech 0:8ae2868c8c6c 128 #define MBED_CONF_GENERIC_AT3GPP_BAUDRATE 115200 // set by library:GENERIC_AT3GPP
diltech 0:8ae2868c8c6c 129 #define MBED_CONF_GENERIC_AT3GPP_PROVIDE_DEFAULT 0 // set by library:GENERIC_AT3GPP
diltech 0:8ae2868c8c6c 130 #define MBED_CONF_LORA_ADR_ON 1 // set by library:lora
diltech 0:8ae2868c8c6c 131 #define MBED_CONF_LORA_APPLICATION_EUI {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} // set by library:lora
diltech 0:8ae2868c8c6c 132 #define MBED_CONF_LORA_APPLICATION_KEY {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} // set by library:lora
diltech 0:8ae2868c8c6c 133 #define MBED_CONF_LORA_APPSKEY {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} // set by library:lora
diltech 0:8ae2868c8c6c 134 #define MBED_CONF_LORA_APP_PORT 15 // set by library:lora
diltech 0:8ae2868c8c6c 135 #define MBED_CONF_LORA_AUTOMATIC_UPLINK_MESSAGE 1 // set by library:lora
diltech 0:8ae2868c8c6c 136 #define MBED_CONF_LORA_DEVICE_ADDRESS 0x00000000 // set by library:lora
diltech 0:8ae2868c8c6c 137 #define MBED_CONF_LORA_DEVICE_EUI {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} // set by library:lora
diltech 0:8ae2868c8c6c 138 #define MBED_CONF_LORA_DOWNLINK_PREAMBLE_LENGTH 5 // set by library:lora
diltech 0:8ae2868c8c6c 139 #define MBED_CONF_LORA_DUTY_CYCLE_ON 1 // set by library:lora
diltech 0:8ae2868c8c6c 140 #define MBED_CONF_LORA_DUTY_CYCLE_ON_JOIN 1 // set by library:lora
diltech 0:8ae2868c8c6c 141 #define MBED_CONF_LORA_FSB_MASK {0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF, 0x00FF} // set by library:lora
diltech 0:8ae2868c8c6c 142 #define MBED_CONF_LORA_FSB_MASK_CHINA {0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF} // set by library:lora
diltech 0:8ae2868c8c6c 143 #define MBED_CONF_LORA_LBT_ON 0 // set by library:lora
diltech 0:8ae2868c8c6c 144 #define MBED_CONF_LORA_MAX_SYS_RX_ERROR 5 // set by library:lora
diltech 0:8ae2868c8c6c 145 #define MBED_CONF_LORA_NB_TRIALS 12 // set by library:lora
diltech 0:8ae2868c8c6c 146 #define MBED_CONF_LORA_NWKSKEY {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} // set by library:lora
diltech 0:8ae2868c8c6c 147 #define MBED_CONF_LORA_OVER_THE_AIR_ACTIVATION 1 // set by library:lora
diltech 0:8ae2868c8c6c 148 #define MBED_CONF_LORA_PHY EU868 // set by library:lora
diltech 0:8ae2868c8c6c 149 #define MBED_CONF_LORA_PUBLIC_NETWORK 1 // set by library:lora
diltech 0:8ae2868c8c6c 150 #define MBED_CONF_LORA_TX_MAX_SIZE 64 // set by library:lora
diltech 0:8ae2868c8c6c 151 #define MBED_CONF_LORA_UPLINK_PREAMBLE_LENGTH 8 // set by library:lora
diltech 0:8ae2868c8c6c 152 #define MBED_CONF_LORA_WAKEUP_TIME 5 // set by library:lora
diltech 0:8ae2868c8c6c 153 #define MBED_CONF_LWIP_ADDR_TIMEOUT 5 // set by library:lwip
diltech 0:8ae2868c8c6c 154 #define MBED_CONF_LWIP_ADDR_TIMEOUT_MODE 1 // set by library:lwip
diltech 0:8ae2868c8c6c 155 #define MBED_CONF_LWIP_DEBUG_ENABLED 0 // set by library:lwip
diltech 0:8ae2868c8c6c 156 #define MBED_CONF_LWIP_DEFAULT_THREAD_STACKSIZE 512 // set by library:lwip
diltech 0:8ae2868c8c6c 157 #define MBED_CONF_LWIP_DHCP_TIMEOUT 60 // set by library:lwip
diltech 0:8ae2868c8c6c 158 #define MBED_CONF_LWIP_ENABLE_PPP_TRACE 0 // set by library:lwip
diltech 0:8ae2868c8c6c 159 #define MBED_CONF_LWIP_ETHERNET_ENABLED 1 // set by library:lwip
diltech 0:8ae2868c8c6c 160 #define MBED_CONF_LWIP_IPV4_ENABLED 1 // set by library:lwip
diltech 0:8ae2868c8c6c 161 #define MBED_CONF_LWIP_IPV6_ENABLED 0 // set by library:lwip
diltech 0:8ae2868c8c6c 162 #define MBED_CONF_LWIP_IP_VER_PREF 4 // set by library:lwip
diltech 0:8ae2868c8c6c 163 #define MBED_CONF_LWIP_L3IP_ENABLED 0 // set by library:lwip
diltech 0:8ae2868c8c6c 164 #define MBED_CONF_LWIP_MBOX_SIZE 8 // set by library:lwip
diltech 0:8ae2868c8c6c 165 #define MBED_CONF_LWIP_MEMP_NUM_TCPIP_MSG_INPKT 8 // set by library:lwip
diltech 0:8ae2868c8c6c 166 #define MBED_CONF_LWIP_MEMP_NUM_TCP_SEG 16 // set by library:lwip
diltech 0:8ae2868c8c6c 167 #define MBED_CONF_LWIP_MEM_SIZE 2310 // set by library:lwip[STM]
diltech 0:8ae2868c8c6c 168 #define MBED_CONF_LWIP_ND6_QUEUEING 0 // set by library:lwip
diltech 0:8ae2868c8c6c 169 #define MBED_CONF_LWIP_ND6_RDNSS_MAX_DNS_SERVERS 0 // set by library:lwip
diltech 0:8ae2868c8c6c 170 #define MBED_CONF_LWIP_NUM_NETBUF 8 // set by library:lwip
diltech 0:8ae2868c8c6c 171 #define MBED_CONF_LWIP_NUM_PBUF 8 // set by library:lwip
diltech 0:8ae2868c8c6c 172 #define MBED_CONF_LWIP_PBUF_POOL_SIZE 5 // set by library:lwip
diltech 0:8ae2868c8c6c 173 #define MBED_CONF_LWIP_PPP_ENABLED 0 // set by library:lwip
diltech 0:8ae2868c8c6c 174 #define MBED_CONF_LWIP_PPP_IPV4_ENABLED 0 // set by library:lwip
diltech 0:8ae2868c8c6c 175 #define MBED_CONF_LWIP_PPP_IPV6_ENABLED 0 // set by library:lwip
diltech 0:8ae2868c8c6c 176 #define MBED_CONF_LWIP_PPP_THREAD_STACKSIZE 768 // set by library:lwip
diltech 0:8ae2868c8c6c 177 #define MBED_CONF_LWIP_PRESENT 1 // set by library:lwip
diltech 0:8ae2868c8c6c 178 #define MBED_CONF_LWIP_RAW_SOCKET_ENABLED 0 // set by library:lwip
diltech 0:8ae2868c8c6c 179 #define MBED_CONF_LWIP_SOCKET_MAX 4 // set by library:lwip
diltech 0:8ae2868c8c6c 180 #define MBED_CONF_LWIP_TCPIP_THREAD_PRIORITY osPriorityNormal // set by library:lwip
diltech 0:8ae2868c8c6c 181 #define MBED_CONF_LWIP_TCPIP_THREAD_STACKSIZE 1200 // set by library:lwip
diltech 0:8ae2868c8c6c 182 #define MBED_CONF_LWIP_TCP_CLOSE_TIMEOUT 1000 // set by library:lwip
diltech 0:8ae2868c8c6c 183 #define MBED_CONF_LWIP_TCP_ENABLED 1 // set by library:lwip
diltech 0:8ae2868c8c6c 184 #define MBED_CONF_LWIP_TCP_MAXRTX 6 // set by library:lwip
diltech 0:8ae2868c8c6c 185 #define MBED_CONF_LWIP_TCP_MSS 536 // set by library:lwip
diltech 0:8ae2868c8c6c 186 #define MBED_CONF_LWIP_TCP_SERVER_MAX 4 // set by library:lwip
diltech 0:8ae2868c8c6c 187 #define MBED_CONF_LWIP_TCP_SND_BUF (2 * TCP_MSS) // set by library:lwip
diltech 0:8ae2868c8c6c 188 #define MBED_CONF_LWIP_TCP_SOCKET_MAX 4 // set by library:lwip
diltech 0:8ae2868c8c6c 189 #define MBED_CONF_LWIP_TCP_SYNMAXRTX 6 // set by library:lwip
diltech 0:8ae2868c8c6c 190 #define MBED_CONF_LWIP_TCP_WND (4 * TCP_MSS) // set by library:lwip
diltech 0:8ae2868c8c6c 191 #define MBED_CONF_LWIP_UDP_SOCKET_MAX 4 // set by library:lwip
diltech 0:8ae2868c8c6c 192 #define MBED_CONF_LWIP_USE_MBED_TRACE 0 // set by library:lwip
diltech 0:8ae2868c8c6c 193 #define MBED_CONF_MBED_MESH_API_6LOWPAN_ND_CHANNEL 0 // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 194 #define MBED_CONF_MBED_MESH_API_6LOWPAN_ND_CHANNEL_MASK 0x7fff800 // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 195 #define MBED_CONF_MBED_MESH_API_6LOWPAN_ND_CHANNEL_PAGE 0 // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 196 #define MBED_CONF_MBED_MESH_API_6LOWPAN_ND_DEVICE_TYPE NET_6LOWPAN_ROUTER // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 197 #define MBED_CONF_MBED_MESH_API_6LOWPAN_ND_PANID_FILTER 0xffff // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 198 #define MBED_CONF_MBED_MESH_API_6LOWPAN_ND_PSK_KEY {0xa0, 0xa1, 0xa2, 0xa3, 0xa4, 0xa5, 0xa6, 0xa7, 0xa8, 0xa9, 0xaa, 0xab, 0xac, 0xad, 0xae, 0xaf} // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 199 #define MBED_CONF_MBED_MESH_API_6LOWPAN_ND_PSK_KEY_ID 1 // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 200 #define MBED_CONF_MBED_MESH_API_6LOWPAN_ND_SECURITY_MODE NONE // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 201 #define MBED_CONF_MBED_MESH_API_6LOWPAN_ND_SEC_LEVEL 5 // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 202 #define MBED_CONF_MBED_MESH_API_HEAP_SIZE 32500 // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 203 #define MBED_CONF_MBED_MESH_API_HEAP_STAT_INFO NULL // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 204 #define MBED_CONF_MBED_MESH_API_MAC_NEIGH_TABLE_SIZE 32 // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 205 #define MBED_CONF_MBED_MESH_API_RADIUS_RETRY_COUNT 3 // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 206 #define MBED_CONF_MBED_MESH_API_RADIUS_RETRY_IMAX 30 // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 207 #define MBED_CONF_MBED_MESH_API_RADIUS_RETRY_IMIN 20 // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 208 #define MBED_CONF_MBED_MESH_API_SYSTEM_TIME_UPDATE_FROM_NANOSTACK 1 // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 209 #define MBED_CONF_MBED_MESH_API_THREAD_CONFIG_CHANNEL 22 // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 210 #define MBED_CONF_MBED_MESH_API_THREAD_CONFIG_CHANNEL_MASK 0x7fff800 // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 211 #define MBED_CONF_MBED_MESH_API_THREAD_CONFIG_CHANNEL_PAGE 0 // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 212 #define MBED_CONF_MBED_MESH_API_THREAD_CONFIG_COMMISSIONING_DATASET_TIMESTAMP 0x10000 // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 213 #define MBED_CONF_MBED_MESH_API_THREAD_CONFIG_EXTENDED_PANID {0xf1, 0xb5, 0xa1, 0xb2,0xc4, 0xd5, 0xa1, 0xbd } // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 214 #define MBED_CONF_MBED_MESH_API_THREAD_CONFIG_ML_PREFIX {0xfd, 0x0, 0x0d, 0xb8, 0x0, 0x0, 0x0, 0x0} // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 215 #define MBED_CONF_MBED_MESH_API_THREAD_CONFIG_NETWORK_NAME "Thread Network" // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 216 #define MBED_CONF_MBED_MESH_API_THREAD_CONFIG_PANID 0x0700 // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 217 #define MBED_CONF_MBED_MESH_API_THREAD_CONFIG_PSKC {0xc8, 0xa6, 0x2e, 0xae, 0xf3, 0x68, 0xf3, 0x46, 0xa9, 0x9e, 0x57, 0x85, 0x98, 0x9d, 0x1c, 0xd0} // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 218 #define MBED_CONF_MBED_MESH_API_THREAD_DEVICE_TYPE MESH_DEVICE_TYPE_THREAD_ROUTER // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 219 #define MBED_CONF_MBED_MESH_API_THREAD_MASTER_KEY {0x10, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99, 0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff} // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 220 #define MBED_CONF_MBED_MESH_API_THREAD_PSKD "ABCDEFGH" // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 221 #define MBED_CONF_MBED_MESH_API_THREAD_SECURITY_POLICY 255 // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 222 #define MBED_CONF_MBED_MESH_API_THREAD_USE_STATIC_LINK_CONFIG 1 // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 223 #define MBED_CONF_MBED_MESH_API_USE_MALLOC_FOR_HEAP 0 // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 224 #define MBED_CONF_MBED_MESH_API_WISUN_BC_CHANNEL_FUNCTION 255 // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 225 #define MBED_CONF_MBED_MESH_API_WISUN_BC_DWELL_INTERVAL 0 // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 226 #define MBED_CONF_MBED_MESH_API_WISUN_BC_FIXED_CHANNEL 65535 // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 227 #define MBED_CONF_MBED_MESH_API_WISUN_BC_INTERVAL 0 // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 228 #define MBED_CONF_MBED_MESH_API_WISUN_CHANNEL_PLAN_ID 255 // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 229 #define MBED_CONF_MBED_MESH_API_WISUN_DEVICE_TYPE MESH_DEVICE_TYPE_WISUN_ROUTER // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 230 #define MBED_CONF_MBED_MESH_API_WISUN_NETWORK_NAME "Wi-SUN Network" // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 231 #define MBED_CONF_MBED_MESH_API_WISUN_OPERATING_CLASS 255 // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 232 #define MBED_CONF_MBED_MESH_API_WISUN_OPERATING_MODE 255 // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 233 #define MBED_CONF_MBED_MESH_API_WISUN_PHY_MODE_ID 255 // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 234 #define MBED_CONF_MBED_MESH_API_WISUN_REGULATORY_DOMAIN 3 // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 235 #define MBED_CONF_MBED_MESH_API_WISUN_UC_CHANNEL_FUNCTION 255 // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 236 #define MBED_CONF_MBED_MESH_API_WISUN_UC_DWELL_INTERVAL 255 // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 237 #define MBED_CONF_MBED_MESH_API_WISUN_UC_FIXED_CHANNEL 65535 // set by library:mbed-mesh-api
diltech 0:8ae2868c8c6c 238 #define MBED_CONF_MCR20A_PROVIDE_DEFAULT 0 // set by library:mcr20a
diltech 0:8ae2868c8c6c 239 #define MBED_CONF_NANOSTACK_CONFIGURATION nanostack_full // set by library:nanostack
diltech 0:8ae2868c8c6c 240 #define MBED_CONF_NANOSTACK_HAL_CRITICAL_SECTION_USABLE_FROM_INTERRUPT 0 // set by library:nanostack-hal
diltech 0:8ae2868c8c6c 241 #define MBED_CONF_NANOSTACK_HAL_EVENT_LOOP_DISPATCH_FROM_APPLICATION 0 // set by library:nanostack-hal
diltech 0:8ae2868c8c6c 242 #define MBED_CONF_NANOSTACK_HAL_EVENT_LOOP_THREAD_STACK_SIZE 6144 // set by library:nanostack-hal
diltech 0:8ae2868c8c6c 243 #define MBED_CONF_NANOSTACK_HAL_EVENT_LOOP_USE_MBED_EVENTS 0 // set by library:nanostack-hal
diltech 0:8ae2868c8c6c 244 #define MBED_CONF_NANOSTACK_HAL_KVSTORE_PATH "/kv/" // set by library:nanostack-hal
diltech 0:8ae2868c8c6c 245 #define MBED_CONF_NANOSTACK_HAL_USE_KVSTORE 0 // set by library:nanostack-hal
diltech 0:8ae2868c8c6c 246 #define MBED_CONF_NANOSTACK_LIBSERVICE_NSDYNMEM_TRACKER_ENABLED 0 // set by library:nanostack-libservice
diltech 0:8ae2868c8c6c 247 #define MBED_CONF_NANOSTACK_LIBSERVICE_PRESENT 1 // set by library:nanostack-libservice
diltech 0:8ae2868c8c6c 248 #define MBED_CONF_NSAPI_ADD_EVENT_LISTENER_RETURN_CHANGE 0 // set by library:nsapi
diltech 0:8ae2868c8c6c 249 #define MBED_CONF_NSAPI_DEFAULT_MESH_TYPE THREAD // set by library:nsapi
diltech 0:8ae2868c8c6c 250 #define MBED_CONF_NSAPI_DEFAULT_STACK LWIP // set by library:nsapi
diltech 0:8ae2868c8c6c 251 #define MBED_CONF_NSAPI_DEFAULT_WIFI_SECURITY NONE // set by library:nsapi
diltech 0:8ae2868c8c6c 252 #define MBED_CONF_NSAPI_DNS_ADDRESSES_LIMIT 10 // set by library:nsapi
diltech 0:8ae2868c8c6c 253 #define MBED_CONF_NSAPI_DNS_CACHE_SIZE 3 // set by library:nsapi
diltech 0:8ae2868c8c6c 254 #define MBED_CONF_NSAPI_DNS_RESPONSE_WAIT_TIME 10000 // set by library:nsapi
diltech 0:8ae2868c8c6c 255 #define MBED_CONF_NSAPI_DNS_RETRIES 1 // set by library:nsapi
diltech 0:8ae2868c8c6c 256 #define MBED_CONF_NSAPI_DNS_TOTAL_ATTEMPTS 10 // set by library:nsapi
diltech 0:8ae2868c8c6c 257 #define MBED_CONF_NSAPI_PRESENT 1 // set by library:nsapi
diltech 0:8ae2868c8c6c 258 #define MBED_CONF_NSAPI_SOCKET_STATS_ENABLED 0 // set by library:nsapi
diltech 0:8ae2868c8c6c 259 #define MBED_CONF_NSAPI_SOCKET_STATS_MAX_COUNT 10 // set by library:nsapi
diltech 0:8ae2868c8c6c 260 #define MBED_CONF_PLATFORM_CALLBACK_COMPARABLE 1 // set by library:platform
diltech 0:8ae2868c8c6c 261 #define MBED_CONF_PLATFORM_CALLBACK_NONTRIVIAL 0 // set by library:platform
diltech 0:8ae2868c8c6c 262 #define MBED_CONF_PLATFORM_CRASH_CAPTURE_ENABLED 0 // set by library:platform
diltech 0:8ae2868c8c6c 263 #define MBED_CONF_PLATFORM_CTHUNK_COUNT_MAX 8 // set by library:platform
diltech 0:8ae2868c8c6c 264 #define MBED_CONF_PLATFORM_DEEPSLEEP_STATS_VERBOSE 0 // set by library:platform[STM]
diltech 0:8ae2868c8c6c 265 #define MBED_CONF_PLATFORM_DEFAULT_SERIAL_BAUD_RATE 9600 // set by library:platform
diltech 0:8ae2868c8c6c 266 #define MBED_CONF_PLATFORM_ERROR_ALL_THREADS_INFO 0 // set by library:platform
diltech 0:8ae2868c8c6c 267 #define MBED_CONF_PLATFORM_ERROR_FILENAME_CAPTURE_ENABLED 0 // set by library:platform
diltech 0:8ae2868c8c6c 268 #define MBED_CONF_PLATFORM_ERROR_HIST_ENABLED 0 // set by library:platform
diltech 0:8ae2868c8c6c 269 #define MBED_CONF_PLATFORM_ERROR_HIST_SIZE 4 // set by library:platform
diltech 0:8ae2868c8c6c 270 #define MBED_CONF_PLATFORM_ERROR_REBOOT_MAX 1 // set by library:platform
diltech 0:8ae2868c8c6c 271 #define MBED_CONF_PLATFORM_FATAL_ERROR_AUTO_REBOOT_ENABLED 0 // set by library:platform
diltech 0:8ae2868c8c6c 272 #define MBED_CONF_PLATFORM_MAX_ERROR_FILENAME_LEN 16 // set by library:platform
diltech 0:8ae2868c8c6c 273 #define MBED_CONF_PLATFORM_MINIMAL_PRINTF_ENABLE_64_BIT 1 // set by library:platform
diltech 0:8ae2868c8c6c 274 #define MBED_CONF_PLATFORM_MINIMAL_PRINTF_ENABLE_FLOATING_POINT 0 // set by library:platform
diltech 0:8ae2868c8c6c 275 #define MBED_CONF_PLATFORM_MINIMAL_PRINTF_SET_FLOATING_POINT_MAX_DECIMALS 6 // set by library:platform
diltech 0:8ae2868c8c6c 276 #define MBED_CONF_PLATFORM_POLL_USE_LOWPOWER_TIMER 0 // set by library:platform
diltech 0:8ae2868c8c6c 277 #define MBED_CONF_PLATFORM_STDIO_BAUD_RATE 9600 // set by library:platform
diltech 0:8ae2868c8c6c 278 #define MBED_CONF_PLATFORM_STDIO_BUFFERED_SERIAL 0 // set by library:platform
diltech 0:8ae2868c8c6c 279 #define MBED_CONF_PLATFORM_STDIO_CONVERT_NEWLINES 1 // set by library:platform
diltech 0:8ae2868c8c6c 280 #define MBED_CONF_PLATFORM_STDIO_CONVERT_TTY_NEWLINES 1 // set by library:platform
diltech 0:8ae2868c8c6c 281 #define MBED_CONF_PLATFORM_STDIO_FLUSH_AT_EXIT 1 // set by library:platform
diltech 0:8ae2868c8c6c 282 #define MBED_CONF_PLATFORM_STDIO_MINIMAL_CONSOLE_ONLY 0 // set by library:platform
diltech 0:8ae2868c8c6c 283 #define MBED_CONF_PLATFORM_USE_MPU 1 // set by library:platform
diltech 0:8ae2868c8c6c 284 #define MBED_CONF_PPP_ENABLED 0 // set by library:ppp
diltech 0:8ae2868c8c6c 285 #define MBED_CONF_PPP_ENABLE_TRACE 0 // set by library:ppp
diltech 0:8ae2868c8c6c 286 #define MBED_CONF_PPP_IPV4_ENABLED 1 // set by library:ppp
diltech 0:8ae2868c8c6c 287 #define MBED_CONF_PPP_IPV6_ENABLED 0 // set by library:ppp
diltech 0:8ae2868c8c6c 288 #define MBED_CONF_PPP_MBED_EVENT_QUEUE 0 // set by library:ppp
diltech 0:8ae2868c8c6c 289 #define MBED_CONF_PPP_THREAD_STACKSIZE 816 // set by library:ppp
diltech 0:8ae2868c8c6c 290 #define MBED_CONF_QUECTEL_BC95_BAUDRATE 9600 // set by library:QUECTEL_BC95
diltech 0:8ae2868c8c6c 291 #define MBED_CONF_QUECTEL_BC95_PROVIDE_DEFAULT 0 // set by library:QUECTEL_BC95
diltech 0:8ae2868c8c6c 292 #define MBED_CONF_QUECTEL_BG96_BAUDRATE 115200 // set by library:QUECTEL_BG96
diltech 0:8ae2868c8c6c 293 #define MBED_CONF_QUECTEL_BG96_PROVIDE_DEFAULT 0 // set by library:QUECTEL_BG96
diltech 0:8ae2868c8c6c 294 #define MBED_CONF_QUECTEL_EC2X_BAUDRATE 115200 // set by library:QUECTEL_EC2X
diltech 0:8ae2868c8c6c 295 #define MBED_CONF_QUECTEL_EC2X_PROVIDE_DEFAULT 0 // set by library:QUECTEL_EC2X
diltech 0:8ae2868c8c6c 296 #define MBED_CONF_QUECTEL_EC2X_START_TIMEOUT 15000 // set by library:QUECTEL_EC2X
diltech 0:8ae2868c8c6c 297 #define MBED_CONF_QUECTEL_M26_BAUDRATE 115200 // set by library:QUECTEL_M26
diltech 0:8ae2868c8c6c 298 #define MBED_CONF_QUECTEL_M26_PROVIDE_DEFAULT 0 // set by library:QUECTEL_M26
diltech 0:8ae2868c8c6c 299 #define MBED_CONF_QUECTEL_UG96_BAUDRATE 115200 // set by library:QUECTEL_UG96
diltech 0:8ae2868c8c6c 300 #define MBED_CONF_QUECTEL_UG96_PROVIDE_DEFAULT 0 // set by library:QUECTEL_UG96
diltech 0:8ae2868c8c6c 301 #define MBED_CONF_RM1000_AT_BAUDRATE 230400 // set by library:RM1000_AT
diltech 0:8ae2868c8c6c 302 #define MBED_CONF_RM1000_AT_PROVIDE_DEFAULT 0 // set by library:RM1000_AT
diltech 0:8ae2868c8c6c 303 #define MBED_CONF_RTOS_API_PRESENT 1 // set by library:rtos-api
diltech 0:8ae2868c8c6c 304 #define MBED_CONF_RTOS_ENABLE_ALL_RTX_EVENTS 0 // set by library:rtos
diltech 0:8ae2868c8c6c 305 #define MBED_CONF_RTOS_EVFLAGS_NUM 0 // set by library:rtos
diltech 0:8ae2868c8c6c 306 #define MBED_CONF_RTOS_IDLE_THREAD_STACK_SIZE 512 // set by library:rtos
diltech 0:8ae2868c8c6c 307 #define MBED_CONF_RTOS_IDLE_THREAD_STACK_SIZE_DEBUG_EXTRA 128 // set by library:rtos[STM]
diltech 0:8ae2868c8c6c 308 #define MBED_CONF_RTOS_IDLE_THREAD_STACK_SIZE_TICKLESS_EXTRA 256 // set by library:rtos
diltech 0:8ae2868c8c6c 309 #define MBED_CONF_RTOS_MAIN_THREAD_STACK_SIZE 4096 // set by library:rtos
diltech 0:8ae2868c8c6c 310 #define MBED_CONF_RTOS_MSGQUEUE_DATA_SIZE 0 // set by library:rtos
diltech 0:8ae2868c8c6c 311 #define MBED_CONF_RTOS_MSGQUEUE_NUM 0 // set by library:rtos
diltech 0:8ae2868c8c6c 312 #define MBED_CONF_RTOS_MUTEX_NUM 0 // set by library:rtos
diltech 0:8ae2868c8c6c 313 #define MBED_CONF_RTOS_PRESENT 1 // set by library:rtos
diltech 0:8ae2868c8c6c 314 #define MBED_CONF_RTOS_SEMAPHORE_NUM 0 // set by library:rtos
diltech 0:8ae2868c8c6c 315 #define MBED_CONF_RTOS_THREAD_NUM 0 // set by library:rtos
diltech 0:8ae2868c8c6c 316 #define MBED_CONF_RTOS_THREAD_STACK_SIZE 4096 // set by library:rtos
diltech 0:8ae2868c8c6c 317 #define MBED_CONF_RTOS_THREAD_USER_STACK_SIZE 0 // set by library:rtos
diltech 0:8ae2868c8c6c 318 #define MBED_CONF_RTOS_TIMER_NUM 0 // set by library:rtos
diltech 0:8ae2868c8c6c 319 #define MBED_CONF_RTOS_TIMER_THREAD_STACK_SIZE 768 // set by library:rtos
diltech 0:8ae2868c8c6c 320 #define MBED_CONF_S2LP_PROVIDE_DEFAULT 0 // set by library:s2lp
diltech 0:8ae2868c8c6c 321 #define MBED_CONF_SARA4_PPP_BAUDRATE 115200 // set by library:SARA4_PPP
diltech 0:8ae2868c8c6c 322 #define MBED_CONF_SARA4_PPP_PROVIDE_DEFAULT 0 // set by library:SARA4_PPP
diltech 0:8ae2868c8c6c 323 #define MBED_CONF_STM32_EMAC_ETH_PHY_ADDRESS 0 // set by library:stm32-emac
diltech 0:8ae2868c8c6c 324 #define MBED_CONF_STM32_EMAC_ETH_PHY_AUTONEGOTIATION ETH_AUTONEGOTIATION_ENABLE // set by library:stm32-emac
diltech 0:8ae2868c8c6c 325 #define MBED_CONF_STM32_EMAC_ETH_PHY_DUPLEXMODE ETH_MODE_FULLDUPLEX // set by library:stm32-emac
diltech 0:8ae2868c8c6c 326 #define MBED_CONF_STM32_EMAC_ETH_PHY_DUPLEX_STATUS 0x0010 // set by library:stm32-emac
diltech 0:8ae2868c8c6c 327 #define MBED_CONF_STM32_EMAC_ETH_PHY_MEDIA_INTERFACE ETH_MEDIA_INTERFACE_RMII // set by library:stm32-emac
diltech 0:8ae2868c8c6c 328 #define MBED_CONF_STM32_EMAC_ETH_PHY_RESET_DELAY 500 // set by library:stm32-emac
diltech 0:8ae2868c8c6c 329 #define MBED_CONF_STM32_EMAC_ETH_PHY_SPEED ETH_SPEED_100M // set by library:stm32-emac
diltech 0:8ae2868c8c6c 330 #define MBED_CONF_STM32_EMAC_ETH_PHY_SPEED_STATUS 0x0004 // set by library:stm32-emac
diltech 0:8ae2868c8c6c 331 #define MBED_CONF_STM32_EMAC_ETH_PHY_STATUS_REGISTER 31 // set by library:stm32-emac
diltech 0:8ae2868c8c6c 332 #define MBED_CONF_STM32_EMAC_ETH_RXBUFNB 4 // set by library:stm32-emac
diltech 0:8ae2868c8c6c 333 #define MBED_CONF_STM32_EMAC_ETH_TXBUFNB 4 // set by library:stm32-emac
diltech 0:8ae2868c8c6c 334 #define MBED_CONF_STM32_EMAC_THREAD_STACKSIZE 1024 // set by library:stm32-emac
diltech 0:8ae2868c8c6c 335 #define MBED_CONF_STORAGE_DEFAULT_KV kv // set by library:storage
diltech 0:8ae2868c8c6c 336 #define MBED_CONF_STORAGE_FILESYSTEM_BLOCKDEVICE default // set by library:storage_filesystem
diltech 0:8ae2868c8c6c 337 #define MBED_CONF_STORAGE_FILESYSTEM_EXTERNAL_BASE_ADDRESS 0 // set by library:storage_filesystem
diltech 0:8ae2868c8c6c 338 #define MBED_CONF_STORAGE_FILESYSTEM_EXTERNAL_SIZE 0 // set by library:storage_filesystem
diltech 0:8ae2868c8c6c 339 #define MBED_CONF_STORAGE_FILESYSTEM_FILESYSTEM default // set by library:storage_filesystem
diltech 0:8ae2868c8c6c 340 #define MBED_CONF_STORAGE_FILESYSTEM_FOLDER_PATH kvstore // set by library:storage_filesystem
diltech 0:8ae2868c8c6c 341 #define MBED_CONF_STORAGE_FILESYSTEM_INTERNAL_BASE_ADDRESS 0 // set by library:storage_filesystem
diltech 0:8ae2868c8c6c 342 #define MBED_CONF_STORAGE_FILESYSTEM_MOUNT_POINT kv // set by library:storage_filesystem
diltech 0:8ae2868c8c6c 343 #define MBED_CONF_STORAGE_FILESYSTEM_NO_RBP_BLOCKDEVICE default // set by library:storage_filesystem_no_rbp
diltech 0:8ae2868c8c6c 344 #define MBED_CONF_STORAGE_FILESYSTEM_NO_RBP_EXTERNAL_BASE_ADDRESS 0 // set by library:storage_filesystem_no_rbp
diltech 0:8ae2868c8c6c 345 #define MBED_CONF_STORAGE_FILESYSTEM_NO_RBP_EXTERNAL_SIZE 0 // set by library:storage_filesystem_no_rbp
diltech 0:8ae2868c8c6c 346 #define MBED_CONF_STORAGE_FILESYSTEM_NO_RBP_FILESYSTEM default // set by library:storage_filesystem_no_rbp
diltech 0:8ae2868c8c6c 347 #define MBED_CONF_STORAGE_FILESYSTEM_NO_RBP_FOLDER_PATH kvstore // set by library:storage_filesystem_no_rbp
diltech 0:8ae2868c8c6c 348 #define MBED_CONF_STORAGE_FILESYSTEM_NO_RBP_MOUNT_POINT kv // set by library:storage_filesystem_no_rbp
diltech 0:8ae2868c8c6c 349 #define MBED_CONF_STORAGE_FILESYSTEM_RBP_INTERNAL_SIZE 0 // set by library:storage_filesystem
diltech 0:8ae2868c8c6c 350 #define MBED_CONF_STORAGE_STORAGE_TYPE default // set by library:storage
diltech 0:8ae2868c8c6c 351 #define MBED_CONF_STORAGE_TDB_EXTERNAL_BLOCKDEVICE default // set by library:storage_tdb_external
diltech 0:8ae2868c8c6c 352 #define MBED_CONF_STORAGE_TDB_EXTERNAL_EXTERNAL_BASE_ADDRESS 0 // set by library:storage_tdb_external
diltech 0:8ae2868c8c6c 353 #define MBED_CONF_STORAGE_TDB_EXTERNAL_EXTERNAL_SIZE 0 // set by library:storage_tdb_external
diltech 0:8ae2868c8c6c 354 #define MBED_CONF_STORAGE_TDB_EXTERNAL_INTERNAL_BASE_ADDRESS 0 // set by library:storage_tdb_external
diltech 0:8ae2868c8c6c 355 #define MBED_CONF_STORAGE_TDB_EXTERNAL_NO_RBP_BLOCKDEVICE default // set by library:storage_tdb_external_no_rbp
diltech 0:8ae2868c8c6c 356 #define MBED_CONF_STORAGE_TDB_EXTERNAL_NO_RBP_EXTERNAL_BASE_ADDRESS 0 // set by library:storage_tdb_external_no_rbp
diltech 0:8ae2868c8c6c 357 #define MBED_CONF_STORAGE_TDB_EXTERNAL_NO_RBP_EXTERNAL_SIZE 0 // set by library:storage_tdb_external_no_rbp
diltech 0:8ae2868c8c6c 358 #define MBED_CONF_STORAGE_TDB_EXTERNAL_RBP_INTERNAL_SIZE 0 // set by library:storage_tdb_external
diltech 0:8ae2868c8c6c 359 #define MBED_CONF_STORAGE_TDB_INTERNAL_INTERNAL_BASE_ADDRESS 0 // set by library:storage_tdb_internal
diltech 0:8ae2868c8c6c 360 #define MBED_CONF_STORAGE_TDB_INTERNAL_INTERNAL_SIZE 0 // set by library:storage_tdb_internal
diltech 0:8ae2868c8c6c 361 #define MBED_CONF_TARGET_BOOT_STACK_SIZE 0x400 // set by library:rtos[*]
diltech 0:8ae2868c8c6c 362 #define MBED_CONF_TARGET_CONSOLE_UART 1 // set by target:Target
diltech 0:8ae2868c8c6c 363 #define MBED_CONF_TARGET_CUSTOM_TICKERS 1 // set by target:Target
diltech 0:8ae2868c8c6c 364 #define MBED_CONF_TARGET_DEEP_SLEEP_LATENCY 4 // set by target:MCU_STM32
diltech 0:8ae2868c8c6c 365 #define MBED_CONF_TARGET_DEFAULT_ADC_VREF NAN // set by target:Target
diltech 0:8ae2868c8c6c 366 #define MBED_CONF_TARGET_GPIO_RESET_AT_INIT 0 // set by target:MCU_STM32
diltech 0:8ae2868c8c6c 367 #define MBED_CONF_TARGET_INIT_US_TICKER_AT_BOOT 1 // set by target:MCU_STM32
diltech 0:8ae2868c8c6c 368 #define MBED_CONF_TARGET_INTERNAL_FLASH_UNIFORM_SECTORS 1 // set by target:Target
diltech 0:8ae2868c8c6c 369 #define MBED_CONF_TARGET_LPTICKER_LPTIM_CLOCK 1 // set by target:MCU_STM32
diltech 0:8ae2868c8c6c 370 #define MBED_CONF_TARGET_LPUART_CLOCK_SOURCE USE_LPUART_CLK_LSE|USE_LPUART_CLK_PCLK1|USE_LPUART_CLK_PCLK3 // set by target:MCU_STM32
diltech 0:8ae2868c8c6c 371 #define MBED_CONF_TARGET_LSE_AVAILABLE 1 // set by target:MCU_STM32
diltech 0:8ae2868c8c6c 372 #define MBED_CONF_TARGET_MPU_ROM_END 0x0fffffff // set by target:Target
diltech 0:8ae2868c8c6c 373 #define MBED_CONF_TARGET_RTC_CLOCK_SOURCE USE_RTC_CLK_LSE_OR_LSI // set by target:MCU_STM32
diltech 0:8ae2868c8c6c 374 #define MBED_CONF_TARGET_TICKLESS_FROM_US_TICKER 0 // set by target:Target
diltech 0:8ae2868c8c6c 375 #define MBED_CONF_TARGET_XIP_ENABLE 0 // set by target:Target
diltech 0:8ae2868c8c6c 376 #define MBED_CONF_TELIT_HE910_BAUDRATE 115200 // set by library:TELIT_HE910
diltech 0:8ae2868c8c6c 377 #define MBED_CONF_TELIT_HE910_PROVIDE_DEFAULT 0 // set by library:TELIT_HE910
diltech 0:8ae2868c8c6c 378 #define MBED_CONF_TELIT_ME310_BAUDRATE 115200 // set by library:TELIT_ME310
diltech 0:8ae2868c8c6c 379 #define MBED_CONF_TELIT_ME310_PROVIDE_DEFAULT 0 // set by library:TELIT_ME310
diltech 0:8ae2868c8c6c 380 #define MBED_CONF_TELIT_ME910_BAUDRATE 115200 // set by library:TELIT_ME910
diltech 0:8ae2868c8c6c 381 #define MBED_CONF_TELIT_ME910_PROVIDE_DEFAULT 0 // set by library:TELIT_ME910
diltech 0:8ae2868c8c6c 382 #define MBED_CONF_UBLOX_AT_BAUDRATE 115200 // set by library:UBLOX_AT
diltech 0:8ae2868c8c6c 383 #define MBED_CONF_UBLOX_AT_PROVIDE_DEFAULT 0 // set by library:UBLOX_AT
diltech 0:8ae2868c8c6c 384 #define MBED_CONF_UBLOX_N2XX_BAUDRATE 9600 // set by library:UBLOX_N2XX
diltech 0:8ae2868c8c6c 385 #define MBED_CONF_UBLOX_N2XX_PROVIDE_DEFAULT 0 // set by library:UBLOX_N2XX
diltech 0:8ae2868c8c6c 386 #define MBED_CONF_UBLOX_PPP_BAUDRATE 115200 // set by library:UBLOX_PPP
diltech 0:8ae2868c8c6c 387 #define MBED_CONF_UBLOX_PPP_PROVIDE_DEFAULT 0 // set by library:UBLOX_PPP
diltech 0:8ae2868c8c6c 388 #define MBED_CRC_TABLE_SIZE 16 // set by library:drivers
diltech 0:8ae2868c8c6c 389 #define MBED_LFS2_BLOCK_CYCLES 1024 // set by library:littlefs2
diltech 0:8ae2868c8c6c 390 #define MBED_LFS2_BLOCK_SIZE 512 // set by library:littlefs2
diltech 0:8ae2868c8c6c 391 #define MBED_LFS2_CACHE_SIZE 64 // set by library:littlefs2
diltech 0:8ae2868c8c6c 392 #define MBED_LFS2_ENABLE_INFO 0 // set by library:littlefs2
diltech 0:8ae2868c8c6c 393 #define MBED_LFS2_INTRINSICS 1 // set by library:littlefs2
diltech 0:8ae2868c8c6c 394 #define MBED_LFS2_LOOKAHEAD_SIZE 64 // set by library:littlefs2
diltech 0:8ae2868c8c6c 395 #define MBED_LFS_BLOCK_SIZE 512 // set by library:littlefs
diltech 0:8ae2868c8c6c 396 #define MBED_LFS_ENABLE_INFO 0 // set by library:littlefs
diltech 0:8ae2868c8c6c 397 #define MBED_LFS_INTRINSICS 1 // set by library:littlefs
diltech 0:8ae2868c8c6c 398 #define MBED_LFS_LOOKAHEAD 512 // set by library:littlefs
diltech 0:8ae2868c8c6c 399 #define MBED_LFS_PROG_SIZE 64 // set by library:littlefs
diltech 0:8ae2868c8c6c 400 #define MBED_LFS_READ_SIZE 64 // set by library:littlefs
diltech 0:8ae2868c8c6c 401 #define MBED_STACK_DUMP_ENABLED 0 // set by library:platform
diltech 0:8ae2868c8c6c 402 #define MBED_TRACE_COLOR_THEME 0 // set by library:mbed-trace
diltech 0:8ae2868c8c6c 403 #define MEM_ALLOC malloc // set by library:mbed-trace
diltech 0:8ae2868c8c6c 404 #define MEM_FREE free // set by library:mbed-trace
diltech 0:8ae2868c8c6c 405 #define PPP_DEBUG 0 // set by library:ppp
diltech 0:8ae2868c8c6c 406 // Macros
diltech 0:8ae2868c8c6c 407 #define MBEDTLS_CIPHER_MODE_CTR // defined by library:SecureStore
diltech 0:8ae2868c8c6c 408 #define NSAPI_PPP_AVAILABLE (MBED_CONF_PPP_ENABLED || MBED_CONF_LWIP_PPP_ENABLED) // defined by library:ppp
diltech 0:8ae2868c8c6c 409 #define NSDYNMEM_TRACKER_ENABLED MBED_CONF_NANOSTACK_LIBSERVICE_NSDYNMEM_TRACKER_ENABLED // defined by library:nanostack-libservice
diltech 0:8ae2868c8c6c 410 #define NS_USE_EXTERNAL_MBED_TLS // defined by library:nanostack
diltech 0:8ae2868c8c6c 411 #define UNITY_INCLUDE_CONFIG_H // defined by library:utest
diltech 0:8ae2868c8c6c 412 #define _RTE_ // defined by library:rtos
diltech 0:8ae2868c8c6c 413
diltech 0:8ae2868c8c6c 414 #endif