/hal_espressif-3.5.0/tools/mass_mfg/samples/ |
D | sample_values_multipage_blob.csv | 2 …48,0A:0B:0C:0D:0E:0F,010203abcdef,MTIzYWJj,testdata/sample.hex,testdata/sample.base64,testdata/sam… 3 …4,,A0:B0:C0:D0:E0:F0,102030abcdef,MTIzYWFh,testdata/sample.hex,testdata/sample.base64,testdata/sam… 4 …3,,00:B3:C4:BD:E2:0F,010203efcdab,MTIzYmJi,testdata/sample.hex,testdata/sample.base64,testdata/sam…
|
D | sample_values_singlepage_blob.csv | 2 …48,0A:0B:0C:0D:0E:0F,010203abcdef,MTIzYWJj,testdata/sample.hex,testdata/sample.base64,testdata/sam… 3 …4,,A0:B0:C0:D0:E0:F0,102030abcdef,MTIzYWFh,testdata/sample.hex,testdata/sample.base64,testdata/sam… 4 …3,,00:B3:C4:BD:E2:0F,010203efcdab,MTIzYmJi,testdata/sample.hex,testdata/sample.base64,testdata/sam…
|
/hal_espressif-3.5.0/components/nvs_flash/nvs_partition_generator/ |
D | sample_multipage_blob.csv | 12 hexFileKey,file,hex2bin,testdata/sample.hex 13 base64FileKey,file,base64,testdata/sample.base64 14 stringFileKey,file,string,testdata/sample.txt
|
D | sample_singlepage_blob.csv | 12 hexFileKey,file,hex2bin,testdata/sample.hex 13 base64FileKey,file,base64,testdata/sample.base64 14 stringFileKey,file,string,testdata/sample.txt
|
D | README_CN.rst | 151 python nvs_partition_gen.py generate sample_singlepage_blob.csv sample.bin 0x3000 285 python nvs_partition_gen.py generate sample_singlepage_blob.csv sample.bin 0x3000 --version 1 292 python nvs_partition_gen.py generate sample_multipage_blob.csv sample.bin 0x4000 --version 2
|
D | README.rst | 153 A sample CSV file is provided with the utility:: 155 python nvs_partition_gen.py generate sample_singlepage_blob.csv sample.bin 0x3000 227 A sample CSV file is provided with the utility: 288 A sample CSV file is provided with the utility:: 290 python nvs_partition_gen.py generate sample_singlepage_blob.csv sample.bin 0x3000 --version 1 297 A sample CSV file is provided with the utility:: 299 python nvs_partition_gen.py generate sample_multipage_blob.csv sample.bin 0x4000 --version 2
|
/hal_espressif-3.5.0/examples/build_system/cmake/import_lib/ |
D | README.md | 8 …sts.txt](main/CMakeLists.txt)). To demonstrate the library being used, a sample XML is embedded in… 9 This sample XML is then read and parsed later on using `tinyxml2`. 15 I (317) example: Copying sample XML to filesystem...
|
/hal_espressif-3.5.0/examples/peripherals/i2s/i2s_audio_recorder_sdcard/main/ |
D | Kconfig.projbuild | 43 Set the audio sample rate frequency. Usually 16000 or 44100 Hz. 49 Define the number of bits for each sample. Default 16 bits per sample.
|
/hal_espressif-3.5.0/examples/storage/partition_api/partition_mmap/ |
D | README.md | 15 I (309) example: Written sample data to partition: ESP-IDF Partition Memory Map Example 17 I (319) example: Read sample data from partition using mapped memory: ESP-IDF Partition Memory Map …
|
/hal_espressif-3.5.0/docs/en/api-reference/peripherals/ |
D | dac.rst | 18 …The DAC channels can also be driven with DMA-style written sample data by the digital controller, … 22 …The DAC channels can also be driven with DMA-style written sample data by the digital controller, …
|
D | i2s.rst | 11 …S peripheral(s). These peripherals can be configured to input and output sample data via the I2S d… 24 - DMA controller that allows for streaming sample data without requiring the CPU to copy each data … 345 i2s_set_sample_rates(i2s_num, 22050); //set sample rates
|
/hal_espressif-3.5.0/components/nvs_flash/test/ |
D | CMakeLists.txt | 4 EMBED_TXTFILES encryption_keys.bin partition_encrypted.bin sample.bin)
|
D | component.mk | 6 COMPONENT_EMBED_TXTFILES += encryption_keys.bin partition_encrypted.bin sample.bin
|
/hal_espressif-3.5.0/tools/mass_mfg/docs/ |
D | README.rst | 71 Below is a sample example of such a configuration file:: 108 Below is a sample example of a master value CSV file:: 197 …ty to generate factory images for each device using the command below. A sample CSV file is provid… 205 You can run the utility to encrypt factory images for each device using the command below. A sample…
|
/hal_espressif-3.5.0/examples/build_system/cmake/import_lib/main/ |
D | CMakeLists.txt | 3 EMBED_TXTFILES "sample.xml")
|
/hal_espressif-3.5.0/examples/mesh/ip_internal_network/ |
D | README.md | 37 ### Output sample from mesh node 64 ### Output sample from the root node
|
/hal_espressif-3.5.0/docs/_static/diagrams/spi/ |
D | miso_timing_waveform_async.rst | 13 'a|->b sample delay',
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/external/sbc/decoder/srce/ |
D | synthesis-dct8.c | 88 #define FLOAT_MULT_DCT(K, sample) (FIX(K,20) * sample) in float_dct2_8() argument
|
D | synthesis-sbc.c | 236 #define LONG_MULT_DCT(K, sample) (MUL_16S_32S_HI(K, sample)<<2) argument
|
/hal_espressif-3.5.0/tools/test_apps/protocols/mqtt/publish_connect_test/ |
D | README.md | 18 * pattern: sample string to be transmitted as message
|
/hal_espressif-3.5.0/examples/bluetooth/nimble/throughput_app/ |
D | README.md | 8 sample numbers of different throughput test runs for 60 seconds (MTU = 512, conn itvl = 7.5msec, co…
|
/hal_espressif-3.5.0/examples/storage/partition_api/partition_ops/ |
D | README.md | 10 … once again using `esp_partition_erase_range`, limited to the sector the sample data was written t…
|
/hal_espressif-3.5.0/examples/get-started/sample_project/ |
D | README.md | 31 Additionally, the sample project contains Makefile and component.mk files, used for the legacy Make…
|
/hal_espressif-3.5.0/docs/en/api-guides/ |
D | flash_psram_config.rst | 39 3. Flash sample mode. Select a sample mode in :ref:`CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE`. DDR mode i…
|
/hal_espressif-3.5.0/examples/peripherals/timer_group/ |
D | README.md | 51 * Each timer is set with some sample alarm interval
|