/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | README.md | 31 * To build type `make`. To build only for the ESP32 family, type `make WITHOUT_ESP8266=1` (this neg… 37 …make install` (or `make install WITHOUT_ESP8266=1`), which will update the stubs in `esptool.py` t…
|
/hal_espressif-latest/tools/idf_monitor/ |
D | idf_monitor.py | 74 make='make', # type: str argument 100 …self.make = make if os.path.exists(make) else shlex.split(make) # type: Any[Union[str, List[str]]… 141 … run_make(target, self.make, self.console, self.console_parser, self.event_queue, self.cmd_queue, 326 args.make,
|
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/ |
D | serial_handler.py | 29 def run_make(target, make, console, console_parser, event_queue, cmd_queue, logger): argument 31 if isinstance(make, list): 32 popen_args = make + [target] 34 popen_args = [make, target]
|
/hal_espressif-latest/components/soc/ |
D | Kconfig | 35 # for each page size is reduced proportionally: 4 MB, 2MB, 1MB. To make best
|
/hal_espressif-latest/components/log/host_test/log_test/ |
D | README.md | 18 First, make sure that the target is set to Linux. Run `idf.py --preview set-target linux` if you ar…
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | serial-connection.rst | 6 …pressif chips uses a 3.3V UART serial connection. Many development boards make the serial connecti…
|
D | basic-commands.rst | 282 * **Validity Checks**: Each line in an Intel Hex file has a checksum to help find errors and make s… 343 :esp8266: * :ref:`make-image`
|
/hal_espressif-latest/tools/esptool_py/ |
D | LICENSE | 14 software--to make sure the software is free for all its users. This 22 price. Our General Public Licenses are designed to make sure that you 28 To protect your rights, we need to make restrictions that forbid 35 you have. You must make sure that they, too, receive or can get the 43 Also, for each author's protection and ours, we want to make certain 226 This section is intended to make thoroughly clear what is believed to 254 make exceptions for this. Our decision will be guided by the two goals 285 possible use to the public, the best way to achieve this is to make it 312 If the program is interactive, make it output a short notice like this
|
D | CHANGELOG.md | 139 - **tests/intelhex**: make sure file is closed on Windows 156 - **stub_flasher**: Cleanup, make adding new targets easier
|
/hal_espressif-latest/components/esp_psram/ |
D | CMakeLists.txt | 41 # also, make sure we link with this option so correct toolchain libs are pulled in
|
/hal_espressif-latest/tools/esptool_py/docs/en/ |
D | installation.rst | 66 If updating directly is unavoidable, make sure you update to a compatible version by staying on the… 86 To activate completions in zsh, first make sure `compinit` is marked for
|
/hal_espressif-latest/components/hal/ |
D | README.md | 7 …declarations and abstracted types that other, higher level components can make use of in order to …
|
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/ |
D | readsamplesjoint.inc | 40 * Or to make a generic version:
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/ |
D | README | 67 4) make
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | check-error-cmd.rst | 6 …update status registers. This command can be run after burn operations to make sure that there is …
|
/hal_espressif-latest/zephyr/scripts/pinctrl/ |
D | README.md | 53 From `zephyr`'s root folder, make sure the variable ZEPHYR_BASE is set
|
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/ |
D | boot-mode-selection.rst | 21 … boot) or serial bootloader operation. Most development boards or modules make necessary connectio… 33 …For this reason GPIO2 should not be directly connected to VCC. Similarly, make sure GPIO2 is not c… 151 …ding a 1uF (or higher) value capacitor between ``EN`` pin and ``GND`` may make automatic reset mor…
|
D | spi-flash-modes.rst | 102 If you can't use the Quad SPI modes, make sure you are configuring the fastest SPI Flash clock rate…
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32/ |
D | bootloader.ld | 13 The main purpose is to make sure the bootloader can load into main memory
|
/hal_espressif-latest/components/esp_hw_support/ |
D | Kconfig | 185 make use of the internal ones. 305 clock frequency of the crypto peripheral. DPA protection helps to make it
|
/hal_espressif-latest/components/esp_phy/ |
D | Kconfig | 24 When using a custom partition table, make sure that PHY data
|
/hal_espressif-latest/components/bt/host/nimble/ |
D | Kconfig.in | 41 Select NimBLE log level. Please make a note that the selected NimBLE log 173 Enable this flag to make bonding persistent across device reboots 543 Enable to make the NimBLE host to reattempt GAP connection on connection
|
/hal_espressif-latest/zephyr/blobs/ |
D | license.txt | 77 (except as stated in this section) patent license to make, have made,
|
/hal_espressif-latest/ |
D | LICENSE | 77 (except as stated in this section) patent license to make, have made,
|
/hal_espressif-latest/tools/esptool_py/esptool/targets/stub_flasher/2/ |
D | LICENSE-APACHE | 76 (except as stated in this section) patent license to make, have made,
|