Searched full:512 (Results 1 – 25 of 1090) sorted by relevance
12345678910>>...44
/Zephyr-latest/samples/subsys/zbus/benchmark/ |
D | README.rst | 17 :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/ |
D | Kconfig | 72 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/ |
D | testcase.yaml | 20 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/ |
D | lpcxpresso55s69_lpc55s69_cpu0.conf | 4 CONFIG_FS_LITTLEFS_PROG_SIZE=512 5 CONFIG_FS_LITTLEFS_CACHE_SIZE=512
|
/Zephyr-latest/samples/bluetooth/hci_uart/boards/ |
D | bbc_microbit.conf | 1 CONFIG_MAIN_STACK_SIZE=512 3 CONFIG_ISR_STACK_SIZE=512
|
D | nrf51_blenano.conf | 1 CONFIG_MAIN_STACK_SIZE=512 4 CONFIG_ISR_STACK_SIZE=512
|
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/boards/ |
D | bbc_microbit.conf | 1 CONFIG_MAIN_STACK_SIZE=512 3 CONFIG_ISR_STACK_SIZE=512
|
/Zephyr-latest/samples/subsys/fs/littlefs/ |
D | README.rst | 57 …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/ |
D | main.c | 63 .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/ |
D | CMakeLists.txt | 20 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/ |
D | nucleo_f031k6_defconfig | 4 CONFIG_MAIN_STACK_SIZE=512 6 CONFIG_ISR_STACK_SIZE=512
|
/Zephyr-latest/boards/arm/mps2/ |
D | mps2_an521_cpu0_ns.yaml | 5 ram: 512 6 flash: 512
|
/Zephyr-latest/boards/snps/nsim/arc_classic/ |
D | nsim_nsim_sem_mpu_stack_guard.dts | 9 #define ICCM_SIZE DT_SIZE_K(512) 10 #define DCCM_SIZE DT_SIZE_K(512)
|
/Zephyr-latest/dts/bindings/clock/ |
D | st,stm32wb-rcc.yaml | 33 - 512 52 - 512 70 - 512
|
/Zephyr-latest/samples/bluetooth/hci_ipc/ |
D | prj.conf | 6 CONFIG_MAIN_STACK_SIZE=512 7 CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=512
|
D | nrf5340_cpunet_bt_mesh-bt_ll_sw_split.conf | 6 CONFIG_MAIN_STACK_SIZE=512 7 CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=512
|
/Zephyr-latest/drivers/espi/ |
D | Kconfig.it8xxx2 | 50 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/ |
D | npcx7m7fc.dtsi | 14 * 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/ |
D | mps3_corstone300_an552.yaml | 8 ram: 512 9 flash: 512
|
D | mps3_corstone300_fvp.yaml | 8 ram: 512 9 flash: 512
|
/Zephyr-latest/boards/microchip/ev11l78a/ |
D | Kconfig.defconfig | 10 CONFIG_ISR_STACK_SIZE=512 11 CONFIG_USBC_STACK_SIZE=512
|
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_engine/ |
D | CMakeLists.txt | 23 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/ |
D | app.overlay | 11 sector-size = <512>; 18 sector-size = <512>;
|
/Zephyr-latest/samples/subsys/fs/fs_sample/boards/ |
D | nrf52840dk_nrf52840_ram_disk.overlay | 15 /* Disk size is 64kB, 128 sectors of 512B, the minimal 18 sector-size = <512>;
|
/Zephyr-latest/samples/net/sockets/echo_client/boards/ |
D | samr21_xpro.conf | 28 CONFIG_NET_MGMT_EVENT_STACK_SIZE=512 29 CONFIG_IEEE802154_RF2XX_RX_STACK_SIZE=512
|
12345678910>>...44