Search found 2 matches
- Sat Dec 05, 2020 4:05 am
- Forum: General Discussion
- Topic: Implementation of the printf() function
- Replies: 3
- Views: 5133
Re: Implementation of the printf() function
Hi! I do not think the newlib cause the problems ,the macro ESP_LOGx calls the function esp_log_write, and esp_log_write calls the esp_log_writev like below: void esp_log_write(esp_log_level_t level, const char *tag, const char *format, ...) { va_list list; va_start(list, format); esp_log_writev(lev...
- Sat Dec 05, 2020 3:11 am
- Forum: General Discussion
- Topic: How to change SPI Flash size in ESP32 in eclipse?
- Replies: 4
- Views: 6495
Re: How to change SPI Flash size in ESP32 in eclipse?
maybe you can change the sdkconfig file manually(CONFIG_ESPTOOLPY_FLASHSIZE)