Home
last modified time | relevance | path

Searched full:thing (Results 1 – 25 of 94) sorted by relevance

1234

/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dserver.hpp34 void testString(string &out, const string &thing) override in testString() argument
36 printf("testString(\"%s\")\n", thing.c_str()); in testString()
37 out = thing; in testString()
40 bool testBool(const bool thing) override in testBool() argument
42 printf("testBool(%s)\n", thing ? "true" : "false"); in testBool()
43 return thing; in testBool()
46 int8_t testByte(const int8_t thing) override in testByte() argument
48 printf("testByte(%d)\n", (int)thing); in testByte()
49 return thing; in testByte()
52 int32_t testI32(const int32_t thing) override in testI32() argument
[all …]
/Zephyr-latest/boards/sparkfun/thing_plus/doc/
Dindex.rst3 nRF9160 Thing Plus
8 :alt: Sparkfun nRF9160 Thing Plus
10 nRF9160 Thing Plus (Credit: Sparkfun)
15 The nRF9160 Thing Plus designed by Circuit Dojo is a single-board development
36 `nRF9160 Thing Plus Documentation`_.
45 The nRF9160 Thing Plus has everything you know and love about
68 The nRF9160 Thing Plus has a 2 pin battery connector on board. Lithium Polymer batteries >
74 The nRF9160 Thing Plus has a built-in nano SIM (4FF) holder located
114 Replace :code:`<tty_device>` with the port where the nRF9160 Thing Plus
131 Testing the LEDs and buttons on the nRF9160 Thing Plus
[all …]
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/
DKconfig24 string "AWS Thing name"
27 Set the AWS Thing name created on IoT Console
DREADME.rst38 Register a *thing* in AWS IoT Core and download the certificate and private key.
44 Core region, thing, and device advisor configuration:
49 - :kconfig:option:`CONFIG_AWS_THING_NAME`: The name of the thing created in AWS IoT Core. Associated
/Zephyr-latest/boards/sparkfun/thing_plus_matter_mgm240p/
Dboard.yml3 full_name: THING PLUS MATTER
DKconfig1 # SPARKFUN THING PLUS MGM240P board
DKconfig.defconfig1 # SPARKFUN THING PLUS MGM240P board
/Zephyr-latest/boards/dragino/nbsn95/
DKconfig.dragino_nbsn951 # Copyright (c) 2021 Next Big Thing AG
Ddragino_nbsn95.dts2 * Copyright (c) 2021 Next Big Thing AG
/Zephyr-latest/boards/sparkfun/thing_plus/
Dboard.yml3 full_name: nRF9160 Thing Plus
DKconfig.sparkfun_thing_plus1 # Sparkfun nRF9160 Thing Plus configuration
Dsparkfun_thing_plus_nrf9160.yaml2 name: Sparkfun-Thing-Plus-nRF9160
Dsparkfun_thing_plus_nrf9160_ns.yaml2 name: Sparkfun-Thing-Plus-nRF9160-Non-Secure
DKconfig1 # Sparkfun nRF9160 Thing Plus configuration
Dsparkfun_thing_plus_nrf9160_common.dtsi11 model = "Sparkfun nRF9160 Thing Plus";
12 compatible = "sparkfun,thing-plus-nrf9160";
/Zephyr-latest/boards/dragino/nbsn95/support/
Dopenocd.cfg3 # Copyright (c) 2021 Next Big Thing AG
/Zephyr-latest/include/zephyr/arch/x86/
Dpagetables.ld22 /* Top-level paging structure is the last thing in this section */
/Zephyr-latest/doc/build/dts/
Dzephyr-user-node.rst75 * Same thing as:
86 * Same thing as:
/Zephyr-latest/boards/common/
Dopenocd-nrf5.board.cmake27 # We can do the right thing for supported subfamilies using a generic
/Zephyr-latest/tests/arch/arm64/arm64_mmu/src/
Dmain.c102 * Same thing as above, except that we expect a block mapping in ZTEST()
119 * Same thing as above, except that we expect a block mapping in ZTEST()
138 * Same thing as above, except that we expect a page mapping in ZTEST()
/Zephyr-latest/samples/bluetooth/cap_initiator/src/
Dmain.c47 * thing in this function in main()
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/
Dsoc.c72 * This gets called as almost the first thing z_cstart() does, so it
/Zephyr-latest/arch/x86/core/
Dcommon.S60 * sources which is effectively the same thing (almost).
/Zephyr-latest/arch/xtensa/core/
Dprep_c.c52 * per-CPU thing and having it stored in a SR already is a big in z_prep_c()
/Zephyr-latest/tests/boards/intel_adsp/smoke/src/
Dsmpboot.c80 /* Spawn the same thread to do the same thing, but this time in ZTEST()

1234