mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
docs: translate api-guides/ulp-risc-v from EN to CN
This commit is contained in:

committed by
Krzysztof Budzynski

parent
31c80422b1
commit
dfa59e3d22
@@ -32,7 +32,7 @@ esp_err_t ulp_riscv_run(void);
|
||||
* Different than ULP FSM, the binary program has no special format, it is the ELF
|
||||
* file generated by RISC-V toolchain converted to binary format using objcopy.
|
||||
*
|
||||
* Linker script in components/ulp/ld/esp32.ulp.riscv.ld produces ELF files which
|
||||
* Linker script in components/ulp/ld/esp32s2.ulp.riscv.ld produces ELF files which
|
||||
* correspond to this format. This linker script produces binaries with load_addr == 0.
|
||||
*
|
||||
* @param program_binary pointer to program binary
|
||||
|
Reference in New Issue
Block a user