/Zephyr-latest/tests/modules/thrift/ThriftTest/src/ |
D | server.hpp | 34 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/ |
D | index.rst | 3 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/ |
D | Kconfig | 24 string "AWS Thing name" 27 Set the AWS Thing name created on IoT Console
|
D | README.rst | 38 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/ |
D | board.yml | 3 full_name: THING PLUS MATTER
|
D | Kconfig | 1 # SPARKFUN THING PLUS MGM240P board
|
D | Kconfig.defconfig | 1 # SPARKFUN THING PLUS MGM240P board
|
/Zephyr-latest/boards/dragino/nbsn95/ |
D | Kconfig.dragino_nbsn95 | 1 # Copyright (c) 2021 Next Big Thing AG
|
D | dragino_nbsn95.dts | 2 * Copyright (c) 2021 Next Big Thing AG
|
/Zephyr-latest/boards/sparkfun/thing_plus/ |
D | board.yml | 3 full_name: nRF9160 Thing Plus
|
D | Kconfig.sparkfun_thing_plus | 1 # Sparkfun nRF9160 Thing Plus configuration
|
D | sparkfun_thing_plus_nrf9160.yaml | 2 name: Sparkfun-Thing-Plus-nRF9160
|
D | sparkfun_thing_plus_nrf9160_ns.yaml | 2 name: Sparkfun-Thing-Plus-nRF9160-Non-Secure
|
D | Kconfig | 1 # Sparkfun nRF9160 Thing Plus configuration
|
D | sparkfun_thing_plus_nrf9160_common.dtsi | 11 model = "Sparkfun nRF9160 Thing Plus"; 12 compatible = "sparkfun,thing-plus-nrf9160";
|
/Zephyr-latest/boards/dragino/nbsn95/support/ |
D | openocd.cfg | 3 # Copyright (c) 2021 Next Big Thing AG
|
/Zephyr-latest/include/zephyr/arch/x86/ |
D | pagetables.ld | 22 /* Top-level paging structure is the last thing in this section */
|
/Zephyr-latest/doc/build/dts/ |
D | zephyr-user-node.rst | 75 * Same thing as: 86 * Same thing as:
|
/Zephyr-latest/boards/common/ |
D | openocd-nrf5.board.cmake | 27 # We can do the right thing for supported subfamilies using a generic
|
/Zephyr-latest/tests/arch/arm64/arm64_mmu/src/ |
D | main.c | 102 * 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/ |
D | main.c | 47 * thing in this function in main()
|
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/ |
D | soc.c | 72 * This gets called as almost the first thing z_cstart() does, so it
|
/Zephyr-latest/arch/x86/core/ |
D | common.S | 60 * sources which is effectively the same thing (almost).
|
/Zephyr-latest/arch/xtensa/core/ |
D | prep_c.c | 52 * 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/ |
D | smpboot.c | 80 /* Spawn the same thread to do the same thing, but this time in ZTEST()
|