Home
last modified time | relevance | path

Searched full:512 (Results 1 – 25 of 1090) sorted by relevance

12345678910>>...44

/Zephyr-latest/samples/subsys/zbus/benchmark/
DREADME.rst17 :gen-args: -DCONFIG_BM_MESSAGE_SIZE=512 -DCONFIG_BM_ONE_TO=1 -DCONFIG_BM_LISTENERS=y
35 I: Benchmark 1 to 1 using LISTENERS to transmit with message size: 512 bytes
52 | LIS/SUB/MSG_SUB | 1,4,8 | 2,8,32,128,512 | float | int | …
69 LISTENERS,1,512,35746.0,10717,23623
74 LISTENERS,4,512,9277.0,10744,23674
79 LISTENERS,8,512,4862.0,10780,23742
84 SUBSCRIBERS,1,512,55104.0,11845,23995
89 SUBSCRIBERS,4,512,28015.0,15256,24666
94 SUBSCRIBERS,8,512,23905.0,19804,25398
99 MSG_SUBSCRIBERS,1,512,143584.66666666666,12289,26147
[all …]
/Zephyr-latest/subsys/sd/
DKconfig72 default 512 if SDHC_BUFFER_ALIGNMENT != 1
73 # If MMC is being used, need 512 bytes to read EXT_CSD
74 default 512 if MMC_STACK
75 # If SDIO is being used, need 512 bytes to read FUNC0 CIS
76 default 512 if SDIO_STACK
/Zephyr-latest/tests/lib/cmsis_dsp/transform/
Dtestcase.yaml20 min_flash: 512
33 min_flash: 512
48 min_flash: 512
61 min_flash: 512
127 min_flash: 512
140 min_flash: 512
154 min_flash: 512
167 min_flash: 512
208 min_flash: 512
221 min_flash: 512
/Zephyr-latest/samples/subsys/fs/littlefs/boards/
Dlpcxpresso55s69_lpc55s69_cpu0.conf4 CONFIG_FS_LITTLEFS_PROG_SIZE=512
5 CONFIG_FS_LITTLEFS_CACHE_SIZE=512
/Zephyr-latest/samples/bluetooth/hci_uart/boards/
Dbbc_microbit.conf1 CONFIG_MAIN_STACK_SIZE=512
3 CONFIG_ISR_STACK_SIZE=512
Dnrf51_blenano.conf1 CONFIG_MAIN_STACK_SIZE=512
4 CONFIG_ISR_STACK_SIZE=512
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/boards/
Dbbc_microbit.conf1 CONFIG_MAIN_STACK_SIZE=512
3 CONFIG_ISR_STACK_SIZE=512
/Zephyr-latest/samples/subsys/fs/littlefs/
DREADME.rst57 …lfs -d -s -f --read_size=512 --prog_size=512 --block_size=512 --cache_size=512 --lookahead_size=81…
58 …lfs -d -s -f --read_size=512 --prog_size=512 --block_size=512 --cache_size=512 --lookahead_size=81…
/Zephyr-latest/samples/drivers/mspi/mspi_async/src/
Dmain.c63 .address = 512,
65 .data_buf = memc_write_buffer + 512,
71 .address = 512 + 256,
73 .data_buf = memc_write_buffer + 512 + 256,
98 .address = 512,
100 .data_buf = memc_read_buffer + 512,
106 .address = 512 + 256,
108 .data_buf = memc_read_buffer + 512 + 256,
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_rd_client/
DCMakeLists.txt20 add_compile_definitions(CONFIG_LWM2M_ENGINE_VALIDATION_BUFFER_SIZE=512)
21 add_compile_definitions(CONFIG_LWM2M_ENGINE_MESSAGE_HEADER_SIZE=512)
25 add_compile_definitions(CONFIG_LWM2M_COAP_MAX_MSG_SIZE=512)
/Zephyr-latest/boards/st/nucleo_f031k6/
Dnucleo_f031k6_defconfig4 CONFIG_MAIN_STACK_SIZE=512
6 CONFIG_ISR_STACK_SIZE=512
/Zephyr-latest/boards/arm/mps2/
Dmps2_an521_cpu0_ns.yaml5 ram: 512
6 flash: 512
/Zephyr-latest/boards/snps/nsim/arc_classic/
Dnsim_nsim_sem_mpu_stack_guard.dts9 #define ICCM_SIZE DT_SIZE_K(512)
10 #define DCCM_SIZE DT_SIZE_K(512)
/Zephyr-latest/dts/bindings/clock/
Dst,stm32wb-rcc.yaml33 - 512
52 - 512
70 - 512
/Zephyr-latest/samples/bluetooth/hci_ipc/
Dprj.conf6 CONFIG_MAIN_STACK_SIZE=512
7 CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=512
Dnrf5340_cpunet_bt_mesh-bt_ll_sw_split.conf6 CONFIG_MAIN_STACK_SIZE=512
7 CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=512
/Zephyr-latest/drivers/espi/
DKconfig.it8xxx250 bool "512"
68 default 512 if IT8XXX2_H2RAM_HC_SIZE_512
96 bool "512"
114 default 512 if IT8XXX2_H2RAM_ACPI_SHM_SIZE_512
/Zephyr-latest/dts/arm/nuvoton/
Dnpcx7m7fc.dtsi14 * because the internal flash size is 512 KB.
20 reg = <0x64000000 DT_SIZE_K(512)>;
44 size = <DT_SIZE_K(512 * 8)>;
/Zephyr-latest/boards/arm/mps3/
Dmps3_corstone300_an552.yaml8 ram: 512
9 flash: 512
Dmps3_corstone300_fvp.yaml8 ram: 512
9 flash: 512
/Zephyr-latest/boards/microchip/ev11l78a/
DKconfig.defconfig10 CONFIG_ISR_STACK_SIZE=512
11 CONFIG_USBC_STACK_SIZE=512
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_engine/
DCMakeLists.txt23 add_compile_definitions(CONFIG_LWM2M_ENGINE_VALIDATION_BUFFER_SIZE=512)
24 add_compile_definitions(CONFIG_LWM2M_ENGINE_MESSAGE_HEADER_SIZE=512)
29 add_compile_definitions(CONFIG_LWM2M_COAP_MAX_MSG_SIZE=512)
/Zephyr-latest/tests/subsys/fs/fat_fs_dual_drive/
Dapp.overlay11 sector-size = <512>;
18 sector-size = <512>;
/Zephyr-latest/samples/subsys/fs/fs_sample/boards/
Dnrf52840dk_nrf52840_ram_disk.overlay15 /* Disk size is 64kB, 128 sectors of 512B, the minimal
18 sector-size = <512>;
/Zephyr-latest/samples/net/sockets/echo_client/boards/
Dsamr21_xpro.conf28 CONFIG_NET_MGMT_EVENT_STACK_SIZE=512
29 CONFIG_IEEE802154_RF2XX_RX_STACK_SIZE=512

12345678910>>...44