Hello,
I am using ESP32 with esp-idf. I found out, that there is possible to add unit tests for components. Is it possible to add unit tests for the main app?
Search found 4 matches
- Thu Oct 31, 2019 7:31 pm
- Forum: ESP-IDF
- Topic: Unit tests for main app
- Replies: 4
- Views: 4561
- Tue Apr 09, 2019 2:12 pm
- Forum: ESP-IDF
- Topic: spiffs maximum number of files
- Replies: 0
- Views: 2763
spiffs maximum number of files
Hello,
I want to use spiffs as a filesystem. What is maximum number of files? I know, that maximum file name is 32.
I want to use spiffs as a filesystem. What is maximum number of files? I know, that maximum file name is 32.
- Wed Aug 15, 2018 10:28 am
- Forum: ESP-IDF
- Topic: ESP32 and ENC28J60 - connect to lwip stack
- Replies: 0
- Views: 3076
ESP32 and ENC28J60 - connect to lwip stack
Hello,
I am trying to conect ESP32 and ENC28J60. I already found two functions (in "tcpip_adapter.h") - "tcpip_adapter_eth_start" and "tcpip_adapter_eth_input". But the problem is that I didnt found function, from which I get output packet, which I need send to ENC28J60. How should I get the packet?
I am trying to conect ESP32 and ENC28J60. I already found two functions (in "tcpip_adapter.h") - "tcpip_adapter_eth_start" and "tcpip_adapter_eth_input". But the problem is that I didnt found function, from which I get output packet, which I need send to ENC28J60. How should I get the packet?
- Fri Mar 23, 2018 1:17 pm
- Forum: ESP-IDF
- Topic: ESP32 connects to FTP server
- Replies: 12
- Views: 30770
ESP32 connects to FTP server
Hello,
I am using current version of espidf. Is there any option how to connect to my ftp server and create file there?
I am using current version of espidf. Is there any option how to connect to my ftp server and create file there?