mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
CI: enable example builds for C3
Enables building C3 examples in CI. Fixes related warnings/errors and disables examples that cannot run.
This commit is contained in:
@@ -23,7 +23,7 @@ See common pin assignments for Ethernet examples from [upper level](../README.md
|
||||
### Software Tools Preparation
|
||||
|
||||
1. Install iperf tool on PC
|
||||
* Debian/Ubuntu: `sudo apt-get install iperf`
|
||||
* Debian/Ubuntu: `sudo apt-get install iperf`
|
||||
* macOS: `brew install iperf`(if using Homebrew) or `sudo port install iperf`(if using MacPorts)
|
||||
* Windows(MSYS2): Downloads binaries from [here]( https://iperf.fr/iperf-download.php#windows)
|
||||
|
||||
|
@@ -52,7 +52,7 @@ void app_main(void)
|
||||
ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &repl));
|
||||
|
||||
/* Register commands */
|
||||
register_system();
|
||||
register_system_common();
|
||||
register_ethernet();
|
||||
|
||||
printf("\n =======================================================\n");
|
||||
|
Reference in New Issue
Block a user