Home
last modified time | relevance | path

Searched refs:no (Results 1 – 25 of 76) sorted by relevance

1234

/hal_espressif-latest/components/esp_system/include/
Desp_debug_helpers.h116 static inline __attribute__((deprecated)) esp_err_t esp_set_watchpoint(int no, void *adr, int size,… in esp_set_watchpoint() argument
118 return esp_cpu_set_watchpoint(no, adr, size, (esp_cpu_watchpoint_trigger_t)flags); in esp_set_watchpoint()
125 static inline __attribute__((deprecated)) void esp_clear_watchpoint(int no) in esp_clear_watchpoint() argument
127 esp_cpu_clear_watchpoint(no); in esp_clear_watchpoint()
/hal_espressif-latest/components/xtensa/include/xtensa/
Dcacheattrasm.h312 .begin no-transform
316 .end no-transform
415 .begin no-transform
419 .end no-transform
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dburn-key-cmd.rst37 …:esp32: - ``--no-protect-key``. Disable default read and write protecting of the key. If this opti…
38 …:not esp32: - ``--no-write-protect``. Disable write-protecting of the key. The key remains writabl…
39 …:not esp32: - ``--no-read-protect``. Disable read-protecting of the key. The key remains readable …
60 …key purpose is burned as well with write protection (the ``--no-write-protect`` flag has no effect…
112 5. no keys, used for user purposes. Chip does not have security features.
116 All keys will be burned with write protection if ``--no-write-protect`` is not used.
118 Only flash encryption key is read protected if ``--no-read-protect`` is not used.
137 …The ``--no-protect-key`` option will disable this behaviour (you can separately read or write prot…
141 …The ``--no-read-protect`` and ``--no-write-protect`` options will disable this behaviour (you can …
208 When the ``no protection`` option is used then you can see the burned key:
[all …]
Dsummary-cmd.rst41 Some eFuses have no protection at all, and some eFuses have only one read or write protection. Ther…
125 …me. The eFuses to filter needs to be specified as positional arguments. If no eFuses are specified…
Dburn-key-digest-cmd.rst24 :esp32: - ``--no-protect-key``. Disable default read and write protecting of the key.
25 …:not esp32: - ``--no-write-protect``. Disable write-protecting of the key. The key remains writabl…
26 …:not esp32: - ``--no-read-protect``. Disable read-protecting of the key. This option does not chan…
/hal_espressif-latest/components/wpa_supplicant/
DCOPYING14 license option is no longer used. It should be noted that the BSD
22 after February 11, 2012 is no longer under the GPL v2 option.
/hal_espressif-latest/components/driver/deprecated/driver/
Dperiph_ctrl.h7 #warning driver/periph_ctrl.h header is no longer used, and will be removed in future versions.
Drtc_cntl.h7 #warning driver/rtc_cntl.h header is no longer used, and will be removed in future versions.
/hal_espressif-latest/tools/esptool_py/test/
Dtest_espefuse.py855 BLOCK3 {IMAGES_DIR}/256bit_2 --no-protect-key"
1022 BLOCK3 {IMAGES_DIR}/192bit_2 --no-protect-key"
1048 XTS_AES_256_KEY --no-read-protect --no-write-protect"
1076 XTS_AES_256_KEY --no-read-protect --no-write-protect"
1080 BLOCK_KEY5 {IMAGES_DIR}/256bit USER --no-read-protect --no-write-protect"
1113 XTS_AES_256_KEY --no-read-protect --no-write-protect"
1171 --no-read-protect"
1519 BLOCK2 {S_IMAGES_DIR}/rsa_public_key_digest.bin --no-protect-key"
1794 secure_boot_v1 {IMAGES_DIR}/256bit_1 --no-protect-key"
1828 secure_boot_v2 {IMAGES_DIR}/256bit_1 --no-protect-key"
[all …]
/hal_espressif-latest/components/bootloader_support/
DREADME.rst9 Code in this component needs to be aware of being executed in a bootloader environment (no RTOS ava…
/hal_espressif-latest/components/newlib/
DKconfig13 LF: no modification is applied, stdout is sent as is
37 LF: no modification is applied, input is sent to stdin as is
95 - If no timers are used, gettimeofday and time functions
/hal_espressif-latest/components/esp_app_format/
DCMakeLists.txt5 # linker will ignore this structure as it has no other files depending on it.
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
DCMakeLists.txt27 #linker will ignore highint_hdl.S as it has no other files depending on any
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
DCMakeLists.txt28 #linker will ignore panic_highint_hdl.S as it has no other files depending on any
/hal_espressif-latest/components/esp_system/port/soc/esp32/
DCMakeLists.txt27 #linker will ignore panic_highint_hdl.S as it has no other files depending on any
DKconfig.system61 Otherwise, the BASIC ROM Console starts on reset if no valid bootloader is
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dflash-modes.rst75 The default ``--flash_size`` parameter is ``keep``. This means that if no ``--flash_size`` argument…
86 …the "end" of flash, and it finds the end using this size. However there is no downside to specifyi…
97 | 256KB | 1 (no OTA) | 256KB | N/A |
99 | 512KB | 1 (no OTA) | 512KB | N/A |
Dadvanced-options.rst36 * ``--after no_reset`` leaves the chip in the serial bootloader, no reset is performed.
37 * ``--after no_reset_stub`` leaves the chip in the stub bootloader, no reset is performed.
65 The ``--no-stub`` option disables uploading of a software "stub loader" that manages flash operatio…
67 Passing ``--no-stub`` will disable certain options, as not all options are implemented in every chi…
83 …The only exception to this is if the ``--no-stub`` option is also provided. In this case, efuse va…
Dbasic-options.rst15 * If no ``-c`` option or ``ESPTOOL_CHIP`` value is specified, ``esptool.py`` automatically detects …
25 * If no ``-p`` option or ``ESPTOOL_PORT`` value is specified, ``esptool.py`` will enumerate all co…
/hal_espressif-latest/components/esp_hw_support/
Dintr_alloc.c383 int no = 0; in get_available_int() local
386 no++; in get_available_int()
389 if (no<bestSharedCt || bestPriority > intr_desc.priority) { in get_available_int()
392 bestSharedCt = no; in get_available_int()
394 … ALCHLOG("...int %d more usable as a shared int: has %d existing vectors", x, no); in get_available_int()
/hal_espressif-latest/tools/esptool_py/docs/en/
Dversions.rst10 There are no support periods defined and bugfixes are not planned, therefore it is strongly recomme…
48 …r dependency as ``esptool==4.1.2``. This specific version will be used and no new features or bugf…
/hal_espressif-latest/components/esp_rom/
DKconfig.projbuild4 visible if !IDF_TARGET_ESP32 # no options ere currently supported on ESP32
/hal_espressif-latest/components/esp_system/
DREADME.md12 component. However, no matter the underlying timer, the system time provider
/hal_espressif-latest/components/heap/
DKconfig13 bool "Basic (no poisoning)"
123 … Note that it is only safe to enable this configuration if no functions from esp_heap_caps.h
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
DKconfig.mac24 …Note that ESP32-C6 has no integrated Ethernet MAC. Although it's possible to use the esp_read_mac()

1234