3.24_433_TX版本:项目去UI化,删除OLED/菜单/按键,TX已验证,RX待验证
删除内容: - 删除OLED显示相关代码(u8g2库、I2C接口) - 删除按键输入相关代码(key.c) - 删除菜单系统(MultMenu整个目录) - 删除USB CDC功能(USB_DEVICE目录) - 删除旧的E32演示代码(e32_demo.c/h) 保留内容: - Driver_RF433核心驱动(已封装完整) - rf433_tx_app.c(TX应用层,独立无UI依赖) - rf433_rx_app.c(RX应用层,独立无UI依赖) - GPIO LED指示功能(LED_TX/LED_RX)
This commit is contained in:
@ -28,92 +28,34 @@ Project File Date: 03/24/2026
|
||||
*** Using Compiler 'V5.06 update 7 (build 960)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
|
||||
Rebuild target 'project'
|
||||
assembling startup_stm32f103xb.s...
|
||||
compiling fifo.c...
|
||||
compiling e32_hal.c...
|
||||
compiling systick.c...
|
||||
compiling u8g2_hal.c...
|
||||
compiling e32_demo.c...
|
||||
compiling gpio.c...
|
||||
compiling key.c...
|
||||
compiling main.c...
|
||||
compiling rf433_tx_app.c...
|
||||
compiling stm32f1xx_hal_msp.c...
|
||||
compiling tim.c...
|
||||
compiling i2c.c...
|
||||
compiling stm32f1xx_it.c...
|
||||
compiling rf433_rx_app.c...
|
||||
..\Core\Src\rf433_rx_app.c(23): warning: #188-D: enumerated type mixed with another type
|
||||
static rf433_rx_app_t g_rx_app = {0};
|
||||
..\Core\Src\rf433_rx_app.c: 1 warning, 0 errors
|
||||
compiling usb_device.c...
|
||||
compiling systick.c...
|
||||
compiling stm32f1xx_it.c...
|
||||
compiling tim.c...
|
||||
compiling stm32f1xx_hal_msp.c...
|
||||
compiling usart.c...
|
||||
compiling gpio.c...
|
||||
compiling stm32f1xx_hal_gpio_ex.c...
|
||||
compiling stm32f1xx_hal_pcd_ex.c...
|
||||
compiling stm32f1xx_hal.c...
|
||||
compiling rf433_tx_app.c...
|
||||
..\Core\Src\rf433_tx_app.c(22): warning: #188-D: enumerated type mixed with another type
|
||||
static rf433_tx_app_t g_tx_app = {0};
|
||||
..\Core\Src\rf433_tx_app.c: 1 warning, 0 errors
|
||||
compiling stm32f1xx_ll_usb.c...
|
||||
compiling stm32f1xx_hal_pcd.c...
|
||||
compiling usbd_desc.c...
|
||||
compiling usbd_conf.c...
|
||||
compiling usbd_cdc_if.c...
|
||||
compiling stm32f1xx_hal_rcc_ex.c...
|
||||
compiling stm32f1xx_hal_pwr.c...
|
||||
compiling stm32f1xx_hal_dma.c...
|
||||
compiling stm32f1xx_hal.c...
|
||||
compiling stm32f1xx_hal_pcd_ex.c...
|
||||
compiling stm32f1xx_hal_rcc.c...
|
||||
compiling stm32f1xx_hal_gpio.c...
|
||||
compiling stm32f1xx_hal_cortex.c...
|
||||
compiling stm32f1xx_hal_rcc.c...
|
||||
compiling stm32f1xx_hal_dma.c...
|
||||
compiling stm32f1xx_hal_rcc_ex.c...
|
||||
compiling stm32f1xx_hal_pwr.c...
|
||||
compiling stm32f1xx_hal_flash.c...
|
||||
compiling stm32f1xx_hal_flash_ex.c...
|
||||
compiling system_stm32f1xx.c...
|
||||
compiling stm32f1xx_hal_exti.c...
|
||||
compiling stm32f1xx_hal_tim_ex.c...
|
||||
compiling stm32f1xx_hal_uart.c...
|
||||
compiling stm32f1xx_hal_i2c.c...
|
||||
compiling stm32f1xx_hal_tim.c...
|
||||
compiling mui.c...
|
||||
compiling u8g2_bitmap.c...
|
||||
compiling mui_u8g2.c...
|
||||
compiling u8g2_box.c...
|
||||
compiling u8g2_buffer.c...
|
||||
compiling u8g2_button.c...
|
||||
compiling u8g2_cleardisplay.c...
|
||||
compiling u8g2_circle.c...
|
||||
compiling u8g2_d_memory.c...
|
||||
compiling u8g2_d_setup.c...
|
||||
compiling u8g2_fonts.c...
|
||||
compiling u8g2_font.c...
|
||||
compiling u8g2_hvline.c...
|
||||
compiling u8g2_input_value.c...
|
||||
compiling u8g2_intersection.c...
|
||||
compiling u8g2_kerning.c...
|
||||
compiling u8g2_line.c...
|
||||
compiling u8g2_ll_hvline.c...
|
||||
compiling system_stm32f1xx.c...
|
||||
compiling u8g2_message.c...
|
||||
compiling u8g2_polygon.c...
|
||||
compiling u8g2_setup.c...
|
||||
compiling u8g2_selection_list.c...
|
||||
compiling u8log.c...
|
||||
compiling u8log_u8x8.c...
|
||||
compiling u8log_u8g2.c...
|
||||
compiling u8x8_8x8.c...
|
||||
compiling usbd_ctlreq.c...
|
||||
compiling u8x8_byte.c...
|
||||
compiling u8x8_capture.c...
|
||||
compiling u8x8_cad.c...
|
||||
compiling u8x8_d_ssd1306_128x64_noname.c...
|
||||
compiling u8x8_debounce.c...
|
||||
compiling usbd_cdc.c...
|
||||
compiling u8x8_display.c...
|
||||
compiling usbd_ioreq.c...
|
||||
compiling usbd_core.c...
|
||||
compiling u8x8_gpio.c...
|
||||
compiling u8x8_fonts.c...
|
||||
compiling u8x8_input_value.c...
|
||||
compiling u8x8_message.c...
|
||||
compiling u8x8_setup.c...
|
||||
compiling u8x8_string.c...
|
||||
compiling u8x8_selection_list.c...
|
||||
compiling u8x8_u8toa.c...
|
||||
compiling u8x8_u16toa.c...
|
||||
compiling rf433.c...
|
||||
..\Driver_RF433\Src\rf433.c(208): warning: #188-D: enumerated type mixed with another type
|
||||
ret = rf433_set_config(&rf433_current_config);
|
||||
@ -124,12 +66,12 @@ compiling rf433.c...
|
||||
..\Driver_RF433\Src\rf433.c(131): warning: #177-D: function "rf433_response_command_check" was declared but never referenced
|
||||
static bool rf433_response_command_check(rf433_request_cmd_t cmd, uint8_t *buffer, uint8_t length)
|
||||
..\Driver_RF433\Src\rf433.c: 4 warnings, 0 errors
|
||||
compiling stm32f1xx_hal_uart.c...
|
||||
compiling stm32f1xx_hal_tim.c...
|
||||
compiling stm32f1xx_hal_i2c.c...
|
||||
compiling rf433_hal.c...
|
||||
compiling dispDirver.c...
|
||||
compiling application.c...
|
||||
compiling menu.c...
|
||||
linking...
|
||||
Program Size: Code=26904 RO-data=408 RW-data=428 ZI-data=8372
|
||||
Program Size: Code=10126 RO-data=346 RW-data=56 ZI-data=3248
|
||||
FromELF: creating hex file...
|
||||
"project\project.axf" - 0 Error(s), 5 Warning(s).
|
||||
|
||||
@ -155,7 +97,7 @@ Package Vendor: Keil
|
||||
|
||||
* Component: ARM::CMSIS:CORE@6.1.1
|
||||
Include file: CMSIS/Core/Include/tz_context.h
|
||||
Build Time Elapsed: 00:00:34
|
||||
Build Time Elapsed: 00:00:22
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user