📁 Explorer
WiFi气象站
Core
main.c
edited
stm32f1xx_it.c
system_stm32f1xx.c
Drivers
DHT11
dht11.c
dht11.h
SSD1306
ssd1306.c
ssd1306.h
ESP8266
esp8266.c
esp8266.h
App
app_main.c
sensor_task.c
display_task.c
wifi_task.c
Makefile
cproject.json
main.c
×
dht11.c
×
app_main.c
×
Build Successful
2.4s ago
Target
芯片
STM32F103C8T6
编译器
arm-gcc 12.2
优化
-Os
耗时
2.4s
19%
Flash
16%
RAM
■ Build Log
$ arm-none-eabi-gcc -c main.c -o main.o
Compiling main.c... OK
$ arm-none-eabi-gcc -c dht11.c -o dht11.o
Compiling dht11.c... OK
$ arm-none-eabi-gcc -c ssd1306.c -o ssd1306.o
Compiling ssd1306.c... OK
$ arm-none-eabi-gcc -c esp8266.c -o esp8266.o
Compiling esp8266.c... OK
$ arm-none-eabi-gcc -c app_main.c -o app_main.o
Compiling app_main.c... OK
✓ 编译完成: 0 errors, 0 warnings
$ arm-none-eabi-size firmware.elf
text data bss dec hex
12418 128 3120 15666 3d32
✓ 固件生成: WiFi气象站_v1.0.hex