Initial commit - sync AliceRC to Gitea
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
[1/20] Building C object esp-idf/ui/CMakeFiles/__idf_ui.dir/display.c.obj
|
||||
[2/20] Performing build step for 'bootloader'
|
||||
[1/1] cd /root/AliceRC/AliceRC_ESP32/build/bootloader/esp-idf/esptool_py && /root/.espressif/python_env/idf5.3_py3.12_env/bin/python /root/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /root/AliceRC/AliceRC_ESP32/build/bootloader/bootloader.bin
|
||||
Bootloader binary size 0x5260 bytes. 0x2da0 bytes (36%) free.
|
||||
[3/20] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj
|
||||
[4/20] No install step for 'bootloader'
|
||||
[5/20] Completed 'bootloader'
|
||||
[6/20] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/adc.c.obj
|
||||
In file included from /root/AliceRC/AliceRC_ESP32/main/adc.c:9:
|
||||
/root/esp-idf/components/driver/deprecated/driver/adc.h:19:2: warning: #warning "legacy adc driver is deprecated, please migrate to use esp_adc/adc_oneshot.h and esp_adc/adc_continuous.h for oneshot mode and continuous mode drivers respectively" [-Wcpp]
|
||||
19 | #warning "legacy adc driver is deprecated, please migrate to use esp_adc/adc_oneshot.h and esp_adc/adc_continuous.h for oneshot mode and continuous mode drivers respectively"
|
||||
| ^~~~~~~
|
||||
[7/20] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/app_main.c.obj
|
||||
In file included from /root/AliceRC/AliceRC_ESP32/main/app_main.c:13:
|
||||
/root/esp-idf/components/driver/deprecated/driver/adc.h:19:2: warning: #warning "legacy adc driver is deprecated, please migrate to use esp_adc/adc_oneshot.h and esp_adc/adc_continuous.h for oneshot mode and continuous mode drivers respectively" [-Wcpp]
|
||||
19 | #warning "legacy adc driver is deprecated, please migrate to use esp_adc/adc_oneshot.h and esp_adc/adc_continuous.h for oneshot mode and continuous mode drivers respectively"
|
||||
| ^~~~~~~
|
||||
[8/20] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/battery.c.obj
|
||||
/root/AliceRC/AliceRC_ESP32/main/battery.c:8:20: warning: 'TAG' defined but not used [-Wunused-variable]
|
||||
8 | static const char *TAG = "battery";
|
||||
| ^~~
|
||||
[9/20] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/led.c.obj
|
||||
/root/AliceRC/AliceRC_ESP32/main/led.c:11:20: warning: 'TAG' defined but not used [-Wunused-variable]
|
||||
11 | static const char *TAG = "led";
|
||||
| ^~~
|
||||
[10/20] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/ui_task.c.obj
|
||||
[11/20] Building C object esp-idf/sbus/CMakeFiles/__idf_sbus.dir/sbus.c.obj
|
||||
[12/20] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/rf_task.c.obj
|
||||
/root/AliceRC/AliceRC_ESP32/main/rf_task.c:45:16: warning: 'rf_lost_count' defined but not used [-Wunused-variable]
|
||||
45 | static uint8_t rf_lost_count = 0;
|
||||
| ^~~~~~~~~~~~~
|
||||
/root/AliceRC/AliceRC_ESP32/main/rf_task.c:44:16: warning: 'rf_linked' defined but not used [-Wunused-variable]
|
||||
44 | static uint8_t rf_linked = 0;
|
||||
| ^~~~~~~~~
|
||||
/root/AliceRC/AliceRC_ESP32/main/rf_task.c:43:16: warning: 'rf_channel' defined but not used [-Wunused-variable]
|
||||
43 | static uint8_t rf_channel = RF_CHANNEL_DEFAULT;
|
||||
| ^~~~~~~~~~
|
||||
[13/20] Linking C static library esp-idf/sbus/libsbus.a
|
||||
[14/20] Linking C static library esp-idf/main/libmain.a
|
||||
[15/20] Linking C static library esp-idf/ui/libui.a
|
||||
[16/20] Generating ld/sections.ld
|
||||
[17/20] Building C object CMakeFiles/AliceRC_ESP32.elf.dir/project_elf_src_esp32s3.c.obj
|
||||
[18/20] Linking CXX executable AliceRC_ESP32.elf
|
||||
[19/20] Generating binary image from built executable
|
||||
esptool.py v4.11.0
|
||||
Creating esp32s3 image...
|
||||
Merged 2 ELF sections
|
||||
Successfully created esp32s3 image.
|
||||
Generated /root/AliceRC/AliceRC_ESP32/build/AliceRC_ESP32.bin
|
||||
[20/20] cd /root/AliceRC/AliceRC_ESP32/build/esp-idf/esptool_py && /root/.espressif/python_env/idf5.3_py3.12_env/bin/python /root/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /root/AliceRC/AliceRC_ESP32/build/partition_table/partition-table.bin /root/AliceRC/AliceRC_ESP32/build/AliceRC_ESP32.bin
|
||||
AliceRC_ESP32.bin binary size 0x39cf0 bytes. Smallest app partition is 0x100000 bytes. 0xc6310 bytes (77%) free.
|
||||
Reference in New Issue
Block a user