espressif / esp-who

Face detection and recognition framework
Other
1.67k stars 466 forks source link

esp-idf 4.4: implicit declaration of function 'uart_get_tx_buffer_free_size' (AIV-562) #233

Open lahiss opened 1 year ago

lahiss commented 1 year ago

Hi folks!

I want to use Arduino as a component in my esp-idf project (IDF 4.4 version). Although, after follow this intructions, add Arduino.h and initArduino in my main.cpp my build returns:

error: implicit declaration of function 'uart_get_tx_buffer_free_size'

I saw here that I need update my ESP-IDF to 4.4.2, but after I did this, another error occurs on my build:

error: dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: init

I saw here that to solve that I need downgrade my version do 4.4 again. So I am in a loop of this two bugs... when I solved one of them, my build trigger the other one.

Can anyone help me please?