Home
last modified time | relevance | path

Searched refs:make (Results 1 – 25 of 32) sorted by relevance

12

/hal_espressif-latest/tools/esptool_py/flasher_stub/
DREADME.md31 * To build type `make`. To build only for the ESP32 family, type `make WITHOUT_ESP8266=1` (this neg…
37make install` (or `make install WITHOUT_ESP8266=1`), which will update the stubs in `esptool.py` t…
/hal_espressif-latest/tools/idf_monitor/
Didf_monitor.py74 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/
Dserial_handler.py29 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/
DKconfig35 # for each page size is reduced proportionally: 4 MB, 2MB, 1MB. To make best
/hal_espressif-latest/components/log/host_test/log_test/
DREADME.md18 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/
Dserial-connection.rst6 …pressif chips uses a 3.3V UART serial connection. Many development boards make the serial connecti…
Dbasic-commands.rst282 * **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/
DLICENSE14 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
DCHANGELOG.md139 - **tests/intelhex**: make sure file is closed on Windows
156 - **stub_flasher**: Cleanup, make adding new targets easier
/hal_espressif-latest/components/esp_psram/
DCMakeLists.txt41 # also, make sure we link with this option so correct toolchain libs are pulled in
/hal_espressif-latest/tools/esptool_py/docs/en/
Dinstallation.rst66 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/
DREADME.md7 …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/
Dreadsamplesjoint.inc40 * Or to make a generic version:
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/
DREADME67 4) make
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dcheck-error-cmd.rst6 …update status registers. This command can be run after burn operations to make sure that there is …
/hal_espressif-latest/zephyr/scripts/pinctrl/
DREADME.md53 From `zephyr`'s root folder, make sure the variable ZEPHYR_BASE is set
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dboot-mode-selection.rst21 … 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…
Dspi-flash-modes.rst102 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/
Dbootloader.ld13 The main purpose is to make sure the bootloader can load into main memory
/hal_espressif-latest/components/esp_hw_support/
DKconfig185 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/
DKconfig24 When using a custom partition table, make sure that PHY data
/hal_espressif-latest/components/bt/host/nimble/
DKconfig.in41 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/
Dlicense.txt77 (except as stated in this section) patent license to make, have made,
/hal_espressif-latest/
DLICENSE77 (except as stated in this section) patent license to make, have made,
/hal_espressif-latest/tools/esptool_py/esptool/targets/stub_flasher/2/
DLICENSE-APACHE76 (except as stated in this section) patent license to make, have made,

12