/hal_espressif-3.4.0/components/app_trace/sys_view/SEGGER/ |
D | SEGGER_RTT.h | 96 unsigned Flags; // Contains configuration flags member 109 unsigned Flags; // Contains configuration flags member 142 …TT_AllocDownBuffer (const char* sName, void* pBuffer, unsigned BufferSize, unsigned Flags); 143 …TT_AllocUpBuffer (const char* sName, void* pBuffer, unsigned BufferSize, unsigned Flags); 144 … (unsigned BufferIndex, const char* sName, void* pBuffer, unsigned BufferSize, unsigned Flags); 145 … (unsigned BufferIndex, const char* sName, void* pBuffer, unsigned BufferSize, unsigned Flags); 154 int SEGGER_RTT_SetFlagsDownBuffer (unsigned BufferIndex, unsigned Flags); 155 int SEGGER_RTT_SetFlagsUpBuffer (unsigned BufferIndex, unsigned Flags);
|
/hal_espressif-3.4.0/components/ulp/cmake/ |
D | toolchain-esp32s2-ulp-riscv.cmake | 9 CACHE STRING "C Compiler Base Flags") 11 CACHE STRING "C++ Compiler Base Flags") 13 CACHE STRING "Assembler Base Flags") 15 CACHE STRING "Linker Base Flags")
|
/hal_espressif-3.4.0/tools/cmake/ |
D | toolchain-esp32h2.cmake | 7 set(CMAKE_C_FLAGS "-march=rv32imc" CACHE STRING "C Compiler Base Flags") 8 set(CMAKE_CXX_FLAGS "-march=rv32imc" CACHE STRING "C++ Compiler Base Flags") 9 …E_LINKER_FLAGS "-nostartfiles -march=rv32imc --specs=nosys.specs" CACHE STRING "Linker Base Flags")
|
D | toolchain-esp32s2.cmake | 8 set(CMAKE_C_FLAGS "-mlongcalls" CACHE STRING "C Compiler Base Flags") 9 set(CMAKE_CXX_FLAGS "-mlongcalls" CACHE STRING "C++ Compiler Base Flags") 10 set(CMAKE_EXE_LINKER_FLAGS "-nostartfiles -nodefaultlibs" CACHE STRING "Linker Base Flags")
|
D | toolchain-esp32s3.cmake | 8 set(CMAKE_C_FLAGS "-mlongcalls" CACHE STRING "C Compiler Base Flags") 9 set(CMAKE_CXX_FLAGS "-mlongcalls" CACHE STRING "C++ Compiler Base Flags") 10 set(CMAKE_EXE_LINKER_FLAGS "-nostartfiles -nodefaultlibs" CACHE STRING "Linker Base Flags")
|
D | toolchain-esp32.cmake | 8 set(CMAKE_C_FLAGS "-mlongcalls -Wno-frame-address" CACHE STRING "C Compiler Base Flags") 9 set(CMAKE_CXX_FLAGS "-mlongcalls -Wno-frame-address" CACHE STRING "C++ Compiler Base Flags") 10 set(CMAKE_EXE_LINKER_FLAGS "-nostartfiles -nodefaultlibs" CACHE STRING "Linker Base Flags")
|
D | toolchain-esp32c3.cmake | 8 set(CMAKE_C_FLAGS "-march=rv32imc_zicsr_zifencei" CACHE STRING "C Compiler Base Flags") 9 set(CMAKE_CXX_FLAGS "-march=rv32imc_zicsr_zifencei" CACHE STRING "C++ Compiler Base Flags") 10 …"-nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs" CACHE STRING "Linker Base Flags")
|
D | toolchain-clang-esp32.cmake | 14 set(CMAKE_C_FLAGS "--target=xtensa -mcpu=esp32 -ffreestanding" CACHE STRING "C Compiler Base Flags") 15 …MAKE_CXX_FLAGS "--target=xtensa -mcpu=esp32 -ffreestanding" CACHE STRING "C++ Compiler Base Flags") 16 set(CMAKE_ASM_FLAGS "--target=xtensa -mcpu=esp32" CACHE STRING "Assembler Base Flags")
|
D | toolchain-clang-esp32s2.cmake | 14 …(CMAKE_C_FLAGS "--target=xtensa -mcpu=esp32s2 -ffreestanding" CACHE STRING "C Compiler Base Flags") 15 …KE_CXX_FLAGS "--target=xtensa -mcpu=esp32s2 -ffreestanding" CACHE STRING "C++ Compiler Base Flags") 16 set(CMAKE_ASM_FLAGS "--target=xtensa -mcpu=esp32s2" CACHE STRING "Assembler Base Flags")
|
/hal_espressif-3.4.0/docs/zh_CN/api-guides/ |
D | partition-tables.rst | 27 # Name, Type, SubType, Offset, Size, Flags 38 # Name, Type, SubType, Offset, Size, Flags 56 # Name, Type, SubType, Offset, Size, Flags 144 Flags 字段 147 当前仅支持 ``encrypted`` 标记。如果 Flags 字段设置为 ``encrypted``,且已启用 :doc:`Flash 加密 </security/flash-encryption… 151 ``app`` 分区始终会被加密,不管 Flags 字段是否设置。
|
/hal_espressif-3.4.0/components/app_trace/sys_view/esp/ |
D | SEGGER_RTT_esp.c | 200 …ffer(unsigned BufferIndex, const char* sName, void* pBuffer, unsigned BufferSize, unsigned Flags) { in SEGGER_RTT_ConfigUpBuffer() argument 230 …ffer(unsigned BufferIndex, const char* sName, void* pBuffer, unsigned BufferSize, unsigned Flags) { in SEGGER_RTT_ConfigDownBuffer() argument
|
/hal_espressif-3.4.0/examples/protocols/esp_local_ctrl/ |
D | README.md | 43 S.N. Name Type Flags Value 52 S.N. Name Type Flags Value 63 S.N. Name Type Flags Value
|
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/ |
D | partitions.csv | 1 # Name, Type, SubType, Offset, Size, Flags
|
/hal_espressif-3.4.0/examples/protocols/mqtt/ssl_ds/ |
D | partitions.csv | 2 # Name, Type, SubType, Offset, Size, Flags
|
/hal_espressif-3.4.0/examples/system/efuse/test/ |
D | partitions_efuse_emul.csv | 1 # Name, Type, SubType, Offset, Size, Flags
|
/hal_espressif-3.4.0/components/partition_table/ |
D | partitions_singleapp.csv | 1 # Name, Type, SubType, Offset, Size, Flags
|
D | partitions_singleapp_large.csv | 1 # Name, Type, SubType, Offset, Size, Flags
|
D | partitions_singleapp_encr_nvs.csv | 1 # Name, Type, SubType, Offset, Size, Flags
|
D | partitions_singleapp_large_encr_nvs.csv | 1 # Name, Type, SubType, Offset, Size, Flags
|
/hal_espressif-3.4.0/examples/mesh/ip_internal_network/ |
D | partitions.csv | 1 # Name, Type, SubType, Offset, Size, Flags
|
/hal_espressif-3.4.0/examples/protocols/asio/ssl_client_server/ |
D | partitions.csv | 1 # Name, Type, SubType, Offset, Size, Flags
|
/hal_espressif-3.4.0/examples/provisioning/legacy/ble_prov/ |
D | partitions.csv | 1 # Name, Type, SubType, Offset, Size, Flags
|
/hal_espressif-3.4.0/examples/provisioning/wifi_prov_mgr/ |
D | partitions.csv | 1 # Name, Type, SubType, Offset, Size, Flags
|
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/aligenie_demo/ |
D | partitions.csv | 1 # Name, Type, SubType, Offset, Size, Flags
|
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/ |
D | partitions.csv | 1 # Name, Type, SubType, Offset, Size, Flags
|