docs: translate api-guides/ulp-risc-v from EN to CN

This commit is contained in:
He Hui Zi
2020-08-13 19:44:46 +08:00
committed by Krzysztof Budzynski
parent 31c80422b1
commit dfa59e3d22
3 changed files with 154 additions and 4 deletions

View File

@@ -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