Home
last modified time | relevance | path

Searched refs:specs (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/lib/libc/picolibc/
DCMakeLists.txt25 zephyr_compile_options(PROPERTY specs picolibc.specs)
26 zephyr_link_libraries(PROPERTY specs picolibc.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/lib/libc/newlib/
DCMakeLists.txt46 -specs=nano.specs
49 -specs=nano.specs
/Zephyr-latest/cmake/linker/ld/gcc/
Dlinker_flags.cmake19 set_linker_property(PROPERTY specs -specs=)
/Zephyr-latest/modules/hal_rpi_pico/bootloader/
DCMakeLists.txt48 "--specs=nosys.specs"
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dmesh.rst8 `Bluetooth Mesh Protocol Specification v1.1 <https://www.bluetooth.com/specifications/specs/mesh-pr…
/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/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/services/modbus/
Dindex.rst39 .. _`MODBUS Protocol Specifications`: https://www.modbus.org/specs.php
/Zephyr-latest/cmake/compiler/
Dcompiler_flags_template.cmake153 # Compiler flag for defining specs. Used only by gcc, other compilers may keep
155 set_compiler_property(PROPERTY specs)
/Zephyr-latest/doc/hardware/peripherals/
Dsmbus.rst64 .. _SMBus Specification: http://smbus.org/specs/smbus20.pdf
/Zephyr-latest/doc/_scripts/
Dgen_devicetree_rest.py613 specs = [prop_spec for prop_spec in binding.prop2specs.values()
616 if specs:
618 print_property_table(specs, temp_io, deprecated=deprecated)
/Zephyr-latest/cmake/compiler/clang/
Dcompiler_flags.cmake123 set_compiler_property(PROPERTY specs)
/Zephyr-latest/cmake/compiler/gcc/
Dcompiler_flags.cmake258 set_compiler_property(PROPERTY specs -specs=)
/Zephyr-latest/modules/hostap/
DCMakeLists.txt16 set(CMAKE_EXE_LINKER_FLAGS "--specs=nosys.specs -lnosys")