Home
last modified time | relevance | path

Searched full:specs (Results 1 – 25 of 30) sorted by relevance

12

/Zephyr-latest/lib/libc/picolibc/
DCMakeLists.txt25 zephyr_compile_options(PROPERTY specs picolibc.specs)
26 zephyr_link_libraries(PROPERTY specs picolibc.specs)
/Zephyr-latest/lib/libc/newlib/
DCMakeLists.txt46 -specs=nano.specs
49 -specs=nano.specs
/Zephyr-latest/samples/boards/nordic/clock_control/src/
Dmain.c66 printk("requesting minimum clock specs\n"); in main()
70 printk("minimum clock specs could not be met\n"); in main()
97 printk("releasing requested clock specs\n"); in main()
100 printk("failed to release requested clock specs\n"); in main()
/Zephyr-latest/cmake/linker/ld/gcc/
Dlinker_flags.cmake19 set_linker_property(PROPERTY specs -specs=)
/Zephyr-latest/dts/bindings/sensor/
Dsbs,sbs-gauge.yaml1 description: SBS 1.1 compliant fuel gauge (http://www.sbs-forum.org/specs)
/Zephyr-latest/dts/bindings/fuel-gauge/
Dsbs,sbs-gauge-new-api.yaml1 description: SBS 1.1 compliant fuel gauge (http://www.sbs-forum.org/specs)
/Zephyr-latest/modules/hal_rpi_pico/bootloader/
DCMakeLists.txt48 "--specs=nosys.specs"
/Zephyr-latest/dts/bindings/charger/
Dsbs,sbs-charger.yaml7 description: SBS 1.1 compliant charger (http://www.sbs-forum.org/specs)
/Zephyr-latest/drivers/gpio/
Dgpio_hogs.c21 const struct gpio_hog_dt_spec *specs; member
70 .specs = (const struct gpio_hog_dt_spec []) { \
111 spec = &hogs->specs[j]; in gpio_hogs_init()
/Zephyr-latest/cmake/linker/
Dlinker_flags_template.cmake53 # Linker flag for defining specs. Defined only by gcc, when gcc is used as
55 set_compiler_property(PROPERTY specs)
/Zephyr-latest/samples/boards/nordic/clock_control/
DKconfig28 int "Time to wait after boot before requesting clock specs in seconds"
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dmesh.rst8 `Bluetooth Mesh Protocol Specification v1.1 <https://www.bluetooth.com/specifications/specs/mesh-pr…
/Zephyr-latest/dts/bindings/mdio/
Dmdio-controller.yaml24 always has 32 bits of preamble as defined in the IEEE 802.3 specs.
/Zephyr-latest/.github/workflows/
Dcodecov.yaml36 # `--specs` is ignored because ccache is unable to resovle the toolchain specs file path.
37 CCACHE_IGNOREOPTIONS: '-specs=* --specs=*'
Dtwister.yaml43 # `--specs` is ignored because ccache is unable to resolve the toolchain specs file path.
44 CCACHE_IGNOREOPTIONS: '-specs=* --specs=*'
/Zephyr-latest/doc/services/modbus/
Dindex.rst39 .. _`MODBUS Protocol Specifications`: https://www.modbus.org/specs.php
/Zephyr-latest/doc/hardware/peripherals/
Dsmbus.rst64 .. _SMBus Specification: http://smbus.org/specs/smbus20.pdf
/Zephyr-latest/cmake/compiler/
Dcompiler_flags_template.cmake146 # Compiler flag for defining specs. Used only by gcc, other compilers may keep
148 set_compiler_property(PROPERTY specs)
/Zephyr-latest/dts/bindings/pinctrl/
Dtelink,b91-pinctrl.yaml82 Refer to the Telink TLSR9 specs to get more information about pins configuration.
/Zephyr-latest/cmake/compiler/clang/
Dcompiler_flags.cmake129 set_compiler_property(PROPERTY specs)
/Zephyr-latest/cmake/compiler/gcc/
Dcompiler_flags.cmake255 set_compiler_property(PROPERTY specs -specs=)
/Zephyr-latest/boards/gardena/sgrm/doc/
Dindex.rst21 …ps://www.silabs.com/mcu/32-bit-microcontrollers/precision32-sim3u1xx/device.SiM3U167-B-GQ?tab=specs
22 …_Si4467: https://www.silabs.com/wireless/proprietary/ezradiopro-sub-ghz-ics/device.si4467?tab=specs
/Zephyr-latest/modules/hostap/
DCMakeLists.txt16 set(CMAKE_EXE_LINKER_FLAGS "--specs=nosys.specs -lnosys")
/Zephyr-latest/arch/x86/zefi/
Dzefi.c17 * See "Finding the RSDP on UEFI Enabled Systems" in ACPI specs.
/Zephyr-latest/doc/_scripts/
Dgen_devicetree_rest.py610 specs = [prop_spec for prop_spec in binding.prop2specs.values()
613 if specs:
615 print_property_table(specs, temp_io, deprecated=deprecated)

12