Searched refs:KB (Results 1 – 21 of 21) sorted by relevance
/AliOS-Things-master/components/mbedtls/ |
A D | README.md | 323 AliOS Things默认配置的I/O buffer为4KB, 一般扩大到16384 (16KB)可以解决所有的此类问题。
|
/AliOS-Things-master/components/cli/src/iobox/ |
A D | df.c | 15 #define KB (1024ULL) macro
|
/AliOS-Things-master/hardware/chip/smarth_rv64/ |
A D | gcc_csky.ld | 13 SRAM : ORIGIN = 0x00000000 , LENGTH = 0x100000 /* on-chip SRAM 128KB */
|
/AliOS-Things-master/components/cli/ |
A D | README.md | 90 > cli后台任务的栈大小,默认为2KB(2048Bytes) 368 df - 显示文件系统当前使用情况(单位:KB)
|
/AliOS-Things-master/components/lwip/ |
A D | README.md | 6 …,也可以在无操作系统的情况下独立运行。LWIP TCP/IP实现的重点是在保持TCP协议主要功能的基础上减少对RAM的占用。一般它只需要几十KB的RAM和40 KB左右的ROM就可以运行,这使LW…
|
/AliOS-Things-master/components/kv/ |
A D | README.md | 60 > kv 资源回收任务栈大小,默认4KB,可修改yaml配置如:
|
/AliOS-Things-master/components/a2sa/ |
A D | README.md | 6 …inux ALSA-Lib的API接口规范,方便基于ALSA-Lib开发的应用组件移植到AliOS Things。同时A2SA的footprint也足够小(23KB),适合在嵌入式IoT设备上移植。
|
/AliOS-Things-master/components/oss/ |
A D | README.md | 87 > 选择支持读取SD上传文件,READ_SD_SIZE_MAX可以配置最大读取的文件大小,默认15KB
|
/AliOS-Things-master/components/ble_host/bt_host/port/include/misc/ |
A D | util.h | 193 #define KB(x) ((x) << 10) macro 194 #define MB(x) (KB(x) << 10)
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/file_system/ftl/ |
A D | ftl.c | 1654 real SRAM range is 0x2001_0000 - 0x2001_0000(64KB) 1655 test SRAM range is 0x2001_0000 - 0x2003_FFFF(192KB)
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | config.h.bak | 1231 * mbedtls_sha256_process() from ~2KB to ~0.5KB for a performance hit of about 3089 * \note When using a value less than the default of 16KB on the client, it is 3096 * while keeping the default value of 16KB for the incoming buffer. 3114 * \note When using a value less than the default of 16KB on the client, it is 3121 * while keeping the default value of 16KB for the incoming buffer.
|
/AliOS-Things-master/components/littlevgl/ |
A D | README.md | 73 - Dynamic data (heap): > 4 KB (> 16 kB is recommended if using several objects).
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | testimg.ppm | 4 …F7�I<�H?�<9�,,�"%�&)�/2�-.�/-�2.�3,�2*�0(�/'�/)�8*�9+�;-�=-�>/�?0�@3�@3�6*�KB�JE�50�FF�Z\�HK�?B�=-… 5 …KB=OE<VH=[K<^O<\O<\TA_WLc^[helol}sq�sm�qk�jg�c`�\[�ZZ�\]�\_�hj�no�wxʁ҆�؋�ܐ����ⓒΓ�Γ�Е�Д�ѓ�Г�ϒ�Ε�͓�…
|
A D | usage.txt | 678 enter multiple lines, up to 64KB worth. Type an end-of-file indicator
|
A D | structure.txt | 724 Again, a couple KB should be adequate. (A special "skip" convention is used
|
A D | install.txt | 781 wrjpgcom needs to be compiled in large model, because it malloc()s a 64KB
|
/AliOS-Things-master/hardware/chip/rtl872xd/bin/ |
A D | km0_boot_all_2nd.bin | 5 …�����Fp�PL@��"�D�! �<� �o�ڈ�@�&@��#"|�2Ҳ"t�]�Z�C�����x�K�KB㉓B%�J�ZR�B�h�I�ib�B…
|
A D | km0_image2_all.bin | 159 R��<h#C;`�\2KB@�4C�C�"C.HC�\$:`@:`7��"hC'`@�W@�]C�
|
/AliOS-Things-master/components/SDL2/src/image/external/ |
A D | jpeg-9b.patch | 740 + * you probably won't be able to process useful-size images in only 64KB.
|
/AliOS-Things-master/hardware/chip/rtl872xd/ |
A D | ate.bin | 184 software key is not NULL, use the 4KB firmware in flash to check RDP-key!
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | CHANGES | 19 added check for 64 KB blocks for 16 bit machines
|
Completed in 74 milliseconds