Merge branch 'bugfix/semihosting_write' into 'master'

Semihosting fixes for write and the  semihost example

See merge request espressif/esp-idf!8290
This commit is contained in:
Ivan Grokhotkov
2020-04-23 06:26:41 +08:00
3 changed files with 19 additions and 19 deletions
@@ -39,7 +39,7 @@ void app_main(void)
return;
}
// Increase file buffer to perform data transfers using larger chunks.
// Every read/write triggers breakpoint, so transfering of small chunks is quite inefficient.
// Every read/write triggers breakpoint, so transferring of small chunks is quite inefficient.
setvbuf(fout, (char *)s_buf, _IOFBF, sizeof(s_buf));
// this will be printed to the file on host