File tree Expand file tree Collapse file tree 10 files changed +40
-0
lines changed
TARGET_NXP/TARGET_LPC176X/TARGET_UBLOX_C027
TARGET_MTS_DRAGONFLY_F411RE
TARGET_STM32F437xG/TARGET_UBLOX_C030
TARGET_MTS_DRAGONFLY_L471QG
TARGET_STM32L486xG/TARGET_MTB_ADV_WISE_1570 Expand file tree Collapse file tree 10 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
+ #if MBED_CONF_NSAPI_PRESENT
18
+
17
19
#include " ONBOARD_UBLOX_PPP.h"
18
20
#include " cellular/onboard_modem_api.h"
19
21
#include " UARTSerial.h"
@@ -61,3 +63,5 @@ CellularDevice *CellularDevice::get_target_default_instance()
61
63
static ONBOARD_UBLOX_PPP device (&serial);
62
64
return &device;
63
65
}
66
+
67
+ #endif // MBED_CONF_NSAPI_PRESENT
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
+ #if MBED_CONF_NSAPI_PRESENT
18
+
17
19
#include " cellular/onboard_modem_api.h"
18
20
#include " UARTSerial.h"
19
21
#include " ONBOARD_TELIT_HE910.h"
@@ -54,3 +56,5 @@ CellularDevice *CellularDevice::get_target_default_instance()
54
56
static ONBOARD_TELIT_HE910 device (&serial);
55
57
return &device;
56
58
}
59
+
60
+ #endif // MBED_CONF_NSAPI_PRESENT
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
+ #if MBED_CONF_NSAPI_PRESENT
18
+
17
19
#include " cellular/onboard_modem_api.h"
18
20
#include " UARTSerial.h"
19
21
#include " ONBOARD_TELIT_HE910.h"
@@ -61,3 +63,5 @@ CellularDevice *CellularDevice::get_target_default_instance()
61
63
static ONBOARD_TELIT_HE910 device (&serial);
62
64
return &device;
63
65
}
66
+
67
+ #endif // MBED_CONF_NSAPI_PRESENT
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
+ #if MBED_CONF_NSAPI_PRESENT
18
+
17
19
#include " ONBOARD_UBLOX_AT.h"
18
20
#include " ONBOARD_UBLOX_PPP.h"
19
21
#include " UARTSerial.h"
@@ -31,3 +33,5 @@ CellularDevice *CellularDevice::get_target_default_instance()
31
33
#endif
32
34
return &device;
33
35
}
36
+
37
+ #endif // MBED_CONF_NSAPI_PRESENT
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
+ #if MBED_CONF_NSAPI_PRESENT
18
+
17
19
#include " ONBOARD_UBLOX_AT.h"
18
20
#include " cellular/onboard_modem_api.h"
19
21
@@ -46,3 +48,5 @@ nsapi_error_t ONBOARD_UBLOX_AT::soft_power_off()
46
48
::onboard_modem_power_down ();
47
49
return NSAPI_ERROR_OK;
48
50
}
51
+
52
+ #endif // MBED_CONF_NSAPI_PRESENT
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
+ #if MBED_CONF_NSAPI_PRESENT
18
+
17
19
#include " ONBOARD_UBLOX_PPP.h"
18
20
#include " cellular/onboard_modem_api.h"
19
21
@@ -46,3 +48,5 @@ nsapi_error_t ONBOARD_UBLOX_PPP::soft_power_off()
46
48
::onboard_modem_power_down ();
47
49
return NSAPI_ERROR_OK;
48
50
}
51
+
52
+ #endif // MBED_CONF_NSAPI_PRESENT
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
+ #if MBED_CONF_NSAPI_PRESENT
18
+
17
19
#include " ONBOARD_QUECTEL_BG96.h"
18
20
19
21
#include " cellular/onboard_modem_api.h"
@@ -55,3 +57,5 @@ CellularDevice *CellularDevice::get_target_default_instance()
55
57
static ONBOARD_QUECTEL_BG96 device (&serial);
56
58
return &device;
57
59
}
60
+
61
+ #endif // MBED_CONF_NSAPI_PRESENT
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
+ #if MBED_CONF_NSAPI_PRESENT
18
+
17
19
#include " ONBOARD_QUECTEL_BG96.h"
18
20
19
21
#include " cellular/onboard_modem_api.h"
@@ -55,3 +57,5 @@ CellularDevice *CellularDevice::get_target_default_instance()
55
57
static ONBOARD_QUECTEL_BG96 device (&serial);
56
58
return &device;
57
59
}
60
+
61
+ #endif // MBED_CONF_NSAPI_PRESENT
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
+ #if MBED_CONF_NSAPI_PRESENT
18
+
17
19
#include " ONBOARD_SARA4_PPP.h"
18
20
#include " cellular/onboard_modem_api.h"
19
21
#include " UARTSerial.h"
@@ -61,3 +63,5 @@ CellularDevice *CellularDevice::get_target_default_instance()
61
63
static ONBOARD_SARA4_PPP device (&serial);
62
64
return &device;
63
65
}
66
+
67
+ #endif // MBED_CONF_NSAPI_PRESENT
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
+ #if MBED_CONF_NSAPI_PRESENT
18
+
17
19
#include " ONBOARD_QUECTEL_BC95.h"
18
20
19
21
#include " UARTSerial.h"
@@ -57,3 +59,5 @@ CellularDevice *CellularDevice::get_target_default_instance()
57
59
static ONBOARD_QUECTEL_BC95 device (&serial);
58
60
return &device;
59
61
}
62
+
63
+ #endif // MBED_CONF_NSAPI_PRESENT
You can’t perform that action at this time.
0 commit comments