add nimble mesh example

need meshctl installed on raspberrypi. nimble offical samples have a lot of pit ...
This commit is contained in:
daishengdong
2019-11-28 11:12:16 +08:00
parent b2afa0c172
commit b2983383bb
192 changed files with 41667 additions and 279927 deletions

View File

@@ -1,135 +0,0 @@
<html>
<body>
<pre>
<h1><EFBFBD>Vision Build Log</h1>
<h2>Tool Versions:</h2>
IDE-Version: <20><>Vision V5.26.2.0
Copyright (C) 2018 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: sheldon dai, tencent, LIC=AK1CX-H5HPV-SGF7K-ZGDWF-QC6LB-GRJE8
Tool Versions:
Toolchain: MDK-ARM Professional Version: 5.26.2.0
Toolchain Path: C:\Keil_v5\ARM\ARMCC\Bin
C Compiler: Armcc.exe V5.06 update 6 (build 750)
Assembler: Armasm.exe V5.06 update 6 (build 750)
Linker/Locator: ArmLink.exe V5.06 update 6 (build 750)
Library Manager: ArmAr.exe V5.06 update 6 (build 750)
Hex Converter: FromElf.exe V5.06 update 6 (build 750)
CPU DLL: SARMCM3.DLL V5.26.2.0
Dialog DLL: DCM.DLL V1.17.2.0
Target DLL: STLink\ST-LINKIII-KEIL_SWO.dll V3.0.5.0
Dialog DLL: TCM.DLL V1.36.1.0
<h2>Project:</h2>
D:\github\master\TencentOS-tiny\board\ALIENTEK_STM32F429\KEIL\fatfs\TencentOS_tiny.uvprojx
Project File Date: 10/28/2019
<h2>Output:</h2>
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'TencentOS_tiny'
compiling main.c...
assembling startup_stm32f429xx.s...
compiling gpio.c...
compiling led.c...
compiling spi.c...
compiling stm32f4xx_hal_msp.c...
compiling rng.c...
compiling stm32f4xx_it.c...
compiling usart.c...
compiling mcu_init.c...
compiling sdio.c...
compiling dwt.c...
compiling stm32f4xx_hal.c...
compiling fatfs_sample.c...
compiling stm32f4xx_hal_cortex.c...
compiling stm32f4xx_hal_dma.c...
compiling stm32f4xx_hal_dma_ex.c...
compiling stm32f4xx_hal_flash.c...
compiling stm32f4xx_hal_flash_ramfunc.c...
compiling stm32f4xx_hal_flash_ex.c...
compiling stm32f4xx_hal_gpio.c...
compiling stm32f4xx_hal_pwr.c...
compiling stm32f4xx_hal_pwr_ex.c...
compiling stm32f4xx_hal_rcc.c...
compiling stm32f4xx_hal_rcc_ex.c...
compiling stm32f4xx_hal_tim.c...
compiling stm32f4xx_hal_tim_ex.c...
compiling stm32f4xx_hal_rng.c...
compiling stm32f4xx_hal_uart.c...
compiling stm32f4xx_hal_rtc_ex.c...
compiling stm32f4xx_hal_rtc.c...
compiling stm32f4xx_hal_mmc.c...
compiling stm32f4xx_hal_spi.c...
compiling stm32f4xx_hal_sd.c...
compiling stm32f4xx_ll_sdmmc.c...
compiling system_stm32f4xx.c...
compiling tos_event.c...
compiling tos_global.c...
compiling tos_mmblk.c...
compiling tos_mutex.c...
compiling tos_mmheap.c...
compiling tos_pend.c...
compiling tos_robin.c...
compiling tos_sched.c...
compiling tos_sem.c...
compiling tos_sys.c...
compiling tos_tick.c...
compiling tos_task.c...
compiling tos_time.c...
compiling tos_timer.c...
compiling tos_binary_heap.c...
compiling tos_char_fifo.c...
compiling tos_completion.c...
compiling tos_countdownlatch.c...
compiling tos_mail_queue.c...
compiling tos_message_queue.c...
compiling tos_priority_mail_queue.c...
compiling tos_priority_message_queue.c...
compiling tos_priority_queue.c...
compiling tos_ring_queue.c...
compiling tos_cpu.c...
compiling tos_fault.c...
assembling port_s.S...
compiling port_c.c...
compiling cmsis_os.c...
compiling tos_vfs.c...
compiling tos_vfs_device.c...
compiling tos_vfs_file.c...
compiling tos_vfs_fs.c...
compiling tos_vfs_inode.c...
compiling diskio.c...
compiling ffunicode.c...
compiling ffsystem.c...
compiling ff.c...
compiling tos_hal_sd.c...
compiling fatfs_drv.c...
linking...
Program Size: Code=30568 RO-data=175644 RW-data=108 ZI-data=38148
FromELF: creating hex file...
".\Obj\TencentOS_tiny.axf" - 0 Error(s), 0 Warning(s).
<h2>Software Packages used:</h2>
Package Vendor: ARM
http://www.keil.com/pack/ARM.CMSIS.5.6.0.pack
ARM.CMSIS.5.6.0
CMSIS (Cortex Microcontroller Software Interface Standard)
* Component: CORE Version: 5.3.0
Package Vendor: Keil
http://www.keil.com/pack/Keil.STM32F4xx_DFP.2.13.0.pack
Keil.STM32F4xx_DFP.2.13.0
STMicroelectronics STM32F4 Series Device Support, Drivers and Examples
<h2>Collection of Component include folders:</h2>
.\RTE\_TencentOS_tiny
C:\Keil_v5\ARM\PACK\ARM\CMSIS\5.6.0\CMSIS\Core\Include
C:\Keil_v5\ARM\PACK\Keil\STM32F4xx_DFP\2.13.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
<h2>Collection of Component Files used:</h2>
* Component: ARM::CMSIS:CORE:5.3.0
Build Time Elapsed: 00:00:14
</pre>
</body>
</html>

File diff suppressed because it is too large Load Diff

View File

@@ -1,136 +0,0 @@
<html>
<body>
<pre>
<h1><EFBFBD>Vision Build Log</h1>
<h2>Tool Versions:</h2>
IDE-Version: <20><>Vision V5.26.2.0
Copyright (C) 2018 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: sheldon dai, tencent, LIC=AK1CX-H5HPV-SGF7K-ZGDWF-QC6LB-GRJE8
Tool Versions:
Toolchain: MDK-ARM Professional Version: 5.26.2.0
Toolchain Path: C:\Keil_v5\ARM\ARMCC\Bin
C Compiler: Armcc.exe V5.06 update 6 (build 750)
Assembler: Armasm.exe V5.06 update 6 (build 750)
Linker/Locator: ArmLink.exe V5.06 update 6 (build 750)
Library Manager: ArmAr.exe V5.06 update 6 (build 750)
Hex Converter: FromElf.exe V5.06 update 6 (build 750)
CPU DLL: SARMCM3.DLL V5.26.2.0
Dialog DLL: DCM.DLL V1.17.2.0
Target DLL: STLink\ST-LINKIII-KEIL_SWO.dll V3.0.5.0
Dialog DLL: TCM.DLL V1.36.1.0
<h2>Project:</h2>
D:\github\master\TencentOS-tiny\board\ALIENTEK_STM32F429\KEIL\fatfs_through_vfs\TencentOS_tiny.uvprojx
Project File Date: 10/28/2019
<h2>Output:</h2>
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'TencentOS_tiny'
compiling rng.c...
compiling gpio.c...
compiling led.c...
assembling startup_stm32f429xx.s...
compiling main.c...
compiling spi.c...
compiling stm32f4xx_hal_msp.c...
compiling stm32f4xx_it.c...
compiling usart.c...
compiling sdio.c...
compiling mcu_init.c...
compiling dwt.c...
compiling fatfs_through_vfs_sample.c...
compiling stm32f4xx_hal.c...
compiling stm32f4xx_hal_cortex.c...
compiling stm32f4xx_hal_flash.c...
compiling stm32f4xx_hal_dma.c...
compiling stm32f4xx_hal_dma_ex.c...
compiling stm32f4xx_hal_flash_ex.c...
compiling stm32f4xx_hal_flash_ramfunc.c...
compiling stm32f4xx_hal_gpio.c...
compiling stm32f4xx_hal_pwr.c...
compiling stm32f4xx_hal_tim.c...
compiling stm32f4xx_hal_pwr_ex.c...
compiling stm32f4xx_hal_rcc.c...
compiling stm32f4xx_hal_rcc_ex.c...
compiling stm32f4xx_hal_tim_ex.c...
compiling stm32f4xx_hal_uart.c...
compiling stm32f4xx_hal_rng.c...
compiling stm32f4xx_hal_rtc.c...
compiling stm32f4xx_hal_rtc_ex.c...
compiling stm32f4xx_hal_mmc.c...
compiling stm32f4xx_hal_spi.c...
compiling stm32f4xx_hal_sd.c...
compiling stm32f4xx_ll_sdmmc.c...
compiling tos_event.c...
compiling tos_mmblk.c...
compiling tos_global.c...
compiling system_stm32f4xx.c...
compiling tos_pend.c...
compiling tos_mutex.c...
compiling tos_mmheap.c...
compiling tos_robin.c...
compiling tos_sched.c...
compiling tos_sem.c...
compiling tos_sys.c...
compiling tos_task.c...
compiling tos_tick.c...
compiling tos_time.c...
compiling tos_timer.c...
compiling tos_binary_heap.c...
compiling tos_char_fifo.c...
compiling tos_completion.c...
compiling tos_mail_queue.c...
compiling tos_countdownlatch.c...
compiling tos_message_queue.c...
compiling tos_priority_mail_queue.c...
compiling tos_priority_message_queue.c...
compiling tos_priority_queue.c...
compiling tos_ring_queue.c...
compiling tos_cpu.c...
compiling tos_fault.c...
assembling port_s.S...
compiling port_c.c...
compiling cmsis_os.c...
compiling tos_vfs.c...
compiling tos_vfs_device.c...
compiling tos_vfs_file.c...
compiling tos_vfs_fs.c...
compiling tos_vfs_inode.c...
compiling tos_fatfs_vfs.c...
compiling tos_ffsystem.c...
compiling tos_diskio.c...
compiling tos_fatfs_drv.c...
compiling tos_hal_sd.c...
compiling tos_ffunicode.c...
compiling tos_ff.c...
linking...
Program Size: Code=36048 RO-data=175628 RW-data=252 ZI-data=38972
FromELF: creating hex file...
".\Obj\TencentOS_tiny.axf" - 0 Error(s), 0 Warning(s).
<h2>Software Packages used:</h2>
Package Vendor: ARM
http://www.keil.com/pack/ARM.CMSIS.5.6.0.pack
ARM.CMSIS.5.6.0
CMSIS (Cortex Microcontroller Software Interface Standard)
* Component: CORE Version: 5.3.0
Package Vendor: Keil
http://www.keil.com/pack/Keil.STM32F4xx_DFP.2.13.0.pack
Keil.STM32F4xx_DFP.2.13.0
STMicroelectronics STM32F4 Series Device Support, Drivers and Examples
<h2>Collection of Component include folders:</h2>
.\RTE\_TencentOS_tiny
C:\Keil_v5\ARM\PACK\ARM\CMSIS\5.6.0\CMSIS\Core\Include
C:\Keil_v5\ARM\PACK\Keil\STM32F4xx_DFP\2.13.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
<h2>Collection of Component Files used:</h2>
* Component: ARM::CMSIS:CORE:5.3.0
Build Time Elapsed: 00:00:14
</pre>
</body>
</html>

View File

@@ -1,128 +0,0 @@
<html>
<body>
<pre>
<h1><EFBFBD>Vision Build Log</h1>
<h2>Tool Versions:</h2>
IDE-Version: <20><>Vision V5.26.2.0
Copyright (C) 2018 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: sheldon dai, tencent, LIC=AK1CX-H5HPV-SGF7K-ZGDWF-QC6LB-GRJE8
Tool Versions:
Toolchain: MDK-ARM Professional Version: 5.26.2.0
Toolchain Path: C:\Keil_v5\ARM\ARMCC\Bin
C Compiler: Armcc.exe V5.06 update 6 (build 750)
Assembler: Armasm.exe V5.06 update 6 (build 750)
Linker/Locator: ArmLink.exe V5.06 update 6 (build 750)
Library Manager: ArmAr.exe V5.06 update 6 (build 750)
Hex Converter: FromElf.exe V5.06 update 6 (build 750)
CPU DLL: SARMCM3.DLL V5.26.2.0
Dialog DLL: DCM.DLL V1.17.2.0
Target DLL: Segger\JL2CM3.dll V2.99.31.0
Dialog DLL: TCM.DLL V1.36.1.0
<h2>Project:</h2>
D:\github\master\TencentOS-tiny\board\ALIENTEK_STM32F429\KEIL\hello_world\TencentOS_tiny.uvprojx
Project File Date: 10/28/2019
<h2>Output:</h2>
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'TencentOS_tiny'
compiling stm32f4xx_hal_msp.c...
compiling spi.c...
assembling startup_stm32f429xx.s...
compiling main.c...
compiling led.c...
compiling gpio.c...
compiling rng.c...
compiling stm32f4xx_it.c...
compiling usart.c...
compiling dwt.c...
compiling hello_world.c...
compiling mcu_init.c...
compiling stm32f4xx_hal.c...
compiling stm32f4xx_hal_cortex.c...
compiling stm32f4xx_hal_dma.c...
compiling stm32f4xx_hal_dma_ex.c...
compiling stm32f4xx_hal_flash_ex.c...
compiling stm32f4xx_hal_flash.c...
compiling stm32f4xx_hal_flash_ramfunc.c...
compiling stm32f4xx_hal_pwr.c...
compiling stm32f4xx_hal_gpio.c...
compiling stm32f4xx_hal_pwr_ex.c...
compiling stm32f4xx_hal_rcc.c...
compiling stm32f4xx_hal_rcc_ex.c...
compiling stm32f4xx_hal_tim_ex.c...
compiling stm32f4xx_hal_rtc.c...
compiling stm32f4xx_hal_tim.c...
compiling stm32f4xx_hal_rng.c...
compiling stm32f4xx_hal_uart.c...
compiling stm32f4xx_hal_rtc_ex.c...
compiling system_stm32f4xx.c...
compiling stm32f4xx_hal_spi.c...
compiling tos_event.c...
compiling tos_global.c...
compiling tos_mmblk.c...
compiling tos_mutex.c...
compiling tos_mmheap.c...
compiling tos_pend.c...
compiling tos_robin.c...
compiling tos_sched.c...
compiling tos_sem.c...
compiling tos_sys.c...
compiling tos_task.c...
compiling tos_tick.c...
compiling tos_time.c...
compiling tos_pm.c...
compiling tos_tickless.c...
compiling tos_timer.c...
compiling tos_binary_heap.c...
compiling tos_char_fifo.c...
compiling tos_completion.c...
compiling tos_countdownlatch.c...
compiling tos_mail_queue.c...
compiling tos_message_queue.c...
compiling tos_priority_message_queue.c...
compiling tos_priority_mail_queue.c...
compiling tos_priority_queue.c...
compiling tos_cpu.c...
compiling tos_ring_queue.c...
assembling port_s.S...
compiling cmsis_os.c...
compiling bsp_pwr_mgr.c...
..\..\BSP\Src\tickless\bsp_pwr_mgr.c(24): warning: #940-D: missing return statement at end of non-void function "tos_bsp_tickless_setup"
}
..\..\BSP\Src\tickless\bsp_pwr_mgr.c: 1 warning, 0 errors
compiling bsp_tickless_alarm.c...
compiling bsp_pm_device.c...
compiling port_c.c...
compiling tos_fault.c...
linking...
Program Size: Code=13424 RO-data=624 RW-data=100 ZI-data=34596
FromELF: creating hex file...
".\Obj\TencentOS_tiny.axf" - 0 Error(s), 1 Warning(s).
<h2>Software Packages used:</h2>
Package Vendor: ARM
http://www.keil.com/pack/ARM.CMSIS.5.6.0.pack
ARM.CMSIS.5.6.0
CMSIS (Cortex Microcontroller Software Interface Standard)
* Component: CORE Version: 5.3.0
Package Vendor: Keil
http://www.keil.com/pack/Keil.STM32F4xx_DFP.2.13.0.pack
Keil.STM32F4xx_DFP.2.13.0
STMicroelectronics STM32F4 Series Device Support, Drivers and Examples
<h2>Collection of Component include folders:</h2>
.\RTE\_TencentOS_tiny
C:\Keil_v5\ARM\PACK\ARM\CMSIS\5.6.0\CMSIS\Core\Include
C:\Keil_v5\ARM\PACK\Keil\STM32F4xx_DFP\2.13.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
<h2>Collection of Component Files used:</h2>
* Component: ARM::CMSIS:CORE:5.3.0
Build Time Elapsed: 00:00:12
</pre>
</body>
</html>

View File

@@ -1,56 +0,0 @@
<html>
<body>
<pre>
<h1><EFBFBD>Vision Build Log</h1>
<h2>Tool Versions:</h2>
IDE-Version: <20><>Vision V5.26.2.0
Copyright (C) 2018 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: sheldon dai, tencent, LIC=AK1CX-H5HPV-SGF7K-ZGDWF-QC6LB-GRJE8
Tool Versions:
Toolchain: MDK-ARM Professional Version: 5.26.2.0
Toolchain Path: C:\Keil_v5\ARM\ARMCC\Bin
C Compiler: Armcc.exe V5.06 update 6 (build 750)
Assembler: Armasm.exe V5.06 update 6 (build 750)
Linker/Locator: ArmLink.exe V5.06 update 6 (build 750)
Library Manager: ArmAr.exe V5.06 update 6 (build 750)
Hex Converter: FromElf.exe V5.06 update 6 (build 750)
CPU DLL: SARMCM3.DLL V5.26.2.0
Dialog DLL: DCM.DLL V1.17.2.0
Target DLL: Segger\JL2CM3.dll V2.99.31.0
Dialog DLL: TCM.DLL V1.36.1.0
<h2>Project:</h2>
D:\github\master\TencentOS-tiny\board\ALIENTEK_STM32F429\KEIL\tcp_server_base_lwip\TencentOS_tiny.uvprojx
Project File Date: 10/28/2019
<h2>Output:</h2>
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'TencentOS_tiny'
".\Obj\TencentOS_tiny.axf" - 0 Error(s), 0 Warning(s).
<h2>Software Packages used:</h2>
Package Vendor: ARM
http://www.keil.com/pack/ARM.CMSIS.5.6.0.pack
ARM.CMSIS.5.6.0
CMSIS (Cortex Microcontroller Software Interface Standard)
* Component: CORE Version: 5.3.0
Package Vendor: Keil
http://www.keil.com/pack/Keil.STM32F4xx_DFP.2.13.0.pack
Keil.STM32F4xx_DFP.2.13.0
STMicroelectronics STM32F4 Series Device Support, Drivers and Examples
<h2>Collection of Component include folders:</h2>
.\RTE\_TencentOS_tiny
C:\Keil_v5\ARM\PACK\ARM\CMSIS\5.6.0\CMSIS\Core\Include
C:\Keil_v5\ARM\PACK\Keil\STM32F4xx_DFP\2.13.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
<h2>Collection of Component Files used:</h2>
* Component: ARM::CMSIS:CORE:5.3.0
Build Time Elapsed: 00:00:02
</pre>
</body>
</html>

View File

@@ -1,61 +0,0 @@
<html>
<body>
<pre>
<h1><EFBFBD>Vision Build Log</h1>
<h2>Tool Versions:</h2>
IDE-Version: <20><>Vision V5.26.2.0
Copyright (C) 2018 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: sheldon dai, tencent, LIC=AK1CX-H5HPV-SGF7K-ZGDWF-QC6LB-GRJE8
Tool Versions:
Toolchain: MDK-ARM Professional Version: 5.26.2.0
Toolchain Path: C:\Keil_v5\ARM\ARMCC\Bin
C Compiler: Armcc.exe V5.06 update 6 (build 750)
Assembler: Armasm.exe V5.06 update 6 (build 750)
Linker/Locator: ArmLink.exe V5.06 update 6 (build 750)
Library Manager: ArmAr.exe V5.06 update 6 (build 750)
Hex Converter: FromElf.exe V5.06 update 6 (build 750)
CPU DLL: SARMCM3.DLL V5.26.2.0
Dialog DLL: DCM.DLL V1.17.2.0
Target DLL: Segger\JL2CM3.dll V2.99.31.0
Dialog DLL: TCM.DLL V1.36.1.0
<h2>Project:</h2>
D:\github\master\TencentOS-tiny\board\ALIENTEK_STM32F429\KEIL\tencent_cloud_sdk_coap_base_lwip\TencentOS_tiny.uvprojx
Project File Date: 10/28/2019
<h2>Output:</h2>
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'TencentOS_tiny'
compiling tencent_cloud_sdk_coap.c...
..\..\..\..\examples\tencent_cloud_sdk_coap\tencent_cloud_sdk_coap.c(17): error: #5: cannot open source input file "esp8266.h": No such file or directory
#include "esp8266.h"
..\..\..\..\examples\tencent_cloud_sdk_coap\tencent_cloud_sdk_coap.c: 0 warnings, 1 error
".\Obj\TencentOS_tiny.axf" - 1 Error(s), 0 Warning(s).
<h2>Software Packages used:</h2>
Package Vendor: ARM
http://www.keil.com/pack/ARM.CMSIS.5.6.0.pack
ARM.CMSIS.5.6.0
CMSIS (Cortex Microcontroller Software Interface Standard)
* Component: CORE Version: 5.3.0
Package Vendor: Keil
http://www.keil.com/pack/Keil.STM32F4xx_DFP.2.13.0.pack
Keil.STM32F4xx_DFP.2.13.0
STMicroelectronics STM32F4 Series Device Support, Drivers and Examples
<h2>Collection of Component include folders:</h2>
.\RTE\_TencentOS_tiny
C:\Keil_v5\ARM\PACK\ARM\CMSIS\5.6.0\CMSIS\Core\Include
C:\Keil_v5\ARM\PACK\Keil\STM32F4xx_DFP\2.13.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
<h2>Collection of Component Files used:</h2>
* Component: ARM::CMSIS:CORE:5.3.0
Target not created.
Build Time Elapsed: 00:00:02
</pre>
</body>
</html>

View File

@@ -1,61 +0,0 @@
<html>
<body>
<pre>
<h1><EFBFBD>Vision Build Log</h1>
<h2>Tool Versions:</h2>
IDE-Version: <20><>Vision V5.26.2.0
Copyright (C) 2018 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: sheldon dai, tencent, LIC=AK1CX-H5HPV-SGF7K-ZGDWF-QC6LB-GRJE8
Tool Versions:
Toolchain: MDK-ARM Professional Version: 5.26.2.0
Toolchain Path: C:\Keil_v5\ARM\ARMCC\Bin
C Compiler: Armcc.exe V5.06 update 6 (build 750)
Assembler: Armasm.exe V5.06 update 6 (build 750)
Linker/Locator: ArmLink.exe V5.06 update 6 (build 750)
Library Manager: ArmAr.exe V5.06 update 6 (build 750)
Hex Converter: FromElf.exe V5.06 update 6 (build 750)
CPU DLL: SARMCM3.DLL V5.26.2.0
Dialog DLL: DCM.DLL V1.17.2.0
Target DLL: Segger\JL2CM3.dll V2.99.31.0
Dialog DLL: TCM.DLL V1.36.1.0
<h2>Project:</h2>
D:\github\master\TencentOS-tiny\board\ALIENTEK_STM32F429\KEIL\tencent_cloud_sdk_data_template_base_lwip\TencentOS_tiny.uvprojx
Project File Date: 10/28/2019
<h2>Output:</h2>
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'TencentOS_tiny'
compiling tencent_cloud_sdk_explorer.c...
..\..\..\..\examples\tencent_cloud_sdk_data_template\tencent_cloud_sdk_explorer.c(17): error: #5: cannot open source input file "esp8266.h": No such file or directory
#include "esp8266.h"
..\..\..\..\examples\tencent_cloud_sdk_data_template\tencent_cloud_sdk_explorer.c: 0 warnings, 1 error
".\Obj\TencentOS_tiny.axf" - 1 Error(s), 0 Warning(s).
<h2>Software Packages used:</h2>
Package Vendor: ARM
http://www.keil.com/pack/ARM.CMSIS.5.6.0.pack
ARM.CMSIS.5.6.0
CMSIS (Cortex Microcontroller Software Interface Standard)
* Component: CORE Version: 5.3.0
Package Vendor: Keil
http://www.keil.com/pack/Keil.STM32F4xx_DFP.2.13.0.pack
Keil.STM32F4xx_DFP.2.13.0
STMicroelectronics STM32F4 Series Device Support, Drivers and Examples
<h2>Collection of Component include folders:</h2>
.\RTE\_TencentOS_tiny
C:\Keil_v5\ARM\PACK\ARM\CMSIS\5.6.0\CMSIS\Core\Include
C:\Keil_v5\ARM\PACK\Keil\STM32F4xx_DFP\2.13.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
<h2>Collection of Component Files used:</h2>
* Component: ARM::CMSIS:CORE:5.3.0
Target not created.
Build Time Elapsed: 00:00:02
</pre>
</body>
</html>

View File

@@ -1,338 +0,0 @@
<html>
<body>
<pre>
<h1><EFBFBD>Vision Build Log</h1>
<h2>Tool Versions:</h2>
IDE-Version: <20><>Vision V5.26.2.0
Copyright (C) 2018 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: sheldon dai, tencent, LIC=AK1CX-H5HPV-SGF7K-ZGDWF-QC6LB-GRJE8
Tool Versions:
Toolchain: MDK-ARM Professional Version: 5.26.2.0
Toolchain Path: C:\Keil_v5\ARM\ARMCC\Bin
C Compiler: Armcc.exe V5.06 update 6 (build 750)
Assembler: Armasm.exe V5.06 update 6 (build 750)
Linker/Locator: ArmLink.exe V5.06 update 6 (build 750)
Library Manager: ArmAr.exe V5.06 update 6 (build 750)
Hex Converter: FromElf.exe V5.06 update 6 (build 750)
CPU DLL: SARMCM3.DLL V5.26.2.0
Dialog DLL: DCM.DLL V1.17.2.0
Target DLL: Segger\JL2CM3.dll V2.99.31.0
Dialog DLL: TCM.DLL V1.36.1.0
<h2>Project:</h2>
D:\github\master\TencentOS-tiny\board\ALIENTEK_STM32F429\KEIL\tencent_cloud_sdk_mqtt_base_lwip\TencentOS_tiny.uvprojx
Project File Date: 10/28/2019
<h2>Output:</h2>
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'TencentOS_tiny'
assembling startup_stm32f429xx.s...
compiling led.c...
compiling lwip.c...
compiling dwt.c...
compiling bsp_eth.c...
compiling gpio.c...
compiling main.c...
compiling mcu_init.c...
compiling myiic.c...
compiling rng.c...
compiling sdio.c...
compiling pcf8574.c...
compiling stm32f4xx_hal_msp.c...
compiling spi.c...
compiling stm32f4xx_it.c...
compiling usart.c...
compiling stm32f4xx_hal.c...
compiling stm32f4xx_hal_cortex.c...
compiling stm32f4xx_hal_dma.c...
compiling stm32f4xx_hal_dma_ex.c...
compiling stm32f4xx_hal_flash.c...
compiling stm32f4xx_hal_flash_ex.c...
compiling stm32f4xx_hal_flash_ramfunc.c...
compiling stm32f4xx_hal_pwr.c...
compiling stm32f4xx_hal_pwr_ex.c...
compiling stm32f4xx_hal_gpio.c...
compiling stm32f4xx_hal_rcc.c...
compiling stm32f4xx_hal_tim.c...
compiling stm32f4xx_hal_rcc_ex.c...
compiling stm32f4xx_hal_tim_ex.c...
compiling stm32f4xx_hal_rng.c...
compiling stm32f4xx_hal_uart.c...
compiling stm32f4xx_hal_rtc.c...
compiling stm32f4xx_hal_rtc_ex.c...
compiling stm32f4xx_hal_adc.c...
compiling stm32f4xx_hal_spi.c...
compiling stm32f4xx_hal_adc_ex.c...
compiling stm32f4xx_hal_can.c...
compiling stm32f4xx_hal_crc.c...
compiling stm32f4xx_hal_cec.c...
compiling stm32f4xx_hal_cryp_ex.c...
compiling stm32f4xx_hal_cryp.c...
compiling stm32f4xx_hal_dac.c...
compiling stm32f4xx_hal_dac_ex.c...
compiling stm32f4xx_hal_dcmi.c...
compiling stm32f4xx_hal_dma2d.c...
compiling stm32f4xx_hal_dcmi_ex.c...
compiling stm32f4xx_hal_dsi.c...
compiling stm32f4xx_hal_dfsdm.c...
compiling stm32f4xx_hal_eth.c...
compiling stm32f4xx_hal_fmpi2c.c...
compiling stm32f4xx_hal_fmpi2c_ex.c...
compiling stm32f4xx_hal_hash.c...
compiling stm32f4xx_hal_hash_ex.c...
compiling stm32f4xx_hal_hcd.c...
compiling stm32f4xx_hal_i2c.c...
compiling stm32f4xx_hal_i2c_ex.c...
compiling stm32f4xx_hal_i2s.c...
compiling stm32f4xx_hal_i2s_ex.c...
compiling stm32f4xx_hal_iwdg.c...
compiling stm32f4xx_hal_irda.c...
compiling stm32f4xx_hal_lptim.c...
compiling stm32f4xx_hal_ltdc.c...
compiling stm32f4xx_hal_ltdc_ex.c...
compiling stm32f4xx_hal_mmc.c...
compiling stm32f4xx_hal_nand.c...
compiling stm32f4xx_hal_nor.c...
compiling stm32f4xx_hal_pcd.c...
compiling stm32f4xx_hal_pccard.c...
compiling stm32f4xx_hal_pcd_ex.c...
compiling stm32f4xx_hal_qspi.c...
compiling stm32f4xx_hal_sai.c...
compiling stm32f4xx_hal_sai_ex.c...
compiling stm32f4xx_hal_sd.c...
compiling stm32f4xx_hal_sdram.c...
compiling stm32f4xx_hal_smartcard.c...
compiling stm32f4xx_hal_sram.c...
compiling stm32f4xx_hal_spdifrx.c...
compiling stm32f4xx_hal_usart.c...
compiling stm32f4xx_hal_wwdg.c...
compiling stm32f4xx_ll_fmc.c...
compiling stm32f4xx_ll_sdmmc.c...
compiling stm32f4xx_ll_usb.c...
compiling system_stm32f4xx.c...
compiling tos_event.c...
compiling tos_mmblk.c...
compiling tos_global.c...
compiling tos_mmheap.c...
compiling tos_mutex.c...
compiling tos_pend.c...
compiling tos_robin.c...
compiling tos_sched.c...
compiling tos_sem.c...
compiling tos_sys.c...
compiling tos_tick.c...
compiling tos_task.c...
compiling tos_time.c...
compiling tos_timer.c...
compiling tos_pm.c...
compiling tos_tickless.c...
compiling tos_binary_heap.c...
compiling tos_char_fifo.c...
compiling tos_completion.c...
compiling tos_countdownlatch.c...
compiling tos_mail_queue.c...
compiling tos_priority_mail_queue.c...
compiling tos_message_queue.c...
assembling port_s.S...
compiling tos_priority_message_queue.c...
compiling tos_priority_queue.c...
compiling tos_cpu.c...
compiling tos_fault.c...
compiling port_c.c...
compiling tos_ring_queue.c...
compiling cmsis_os.c...
compiling bsp_pm_device.c...
compiling bsp_tickless_alarm.c...
compiling bsp_pwr_mgr.c...
..\..\BSP\Src\tickless\bsp_pwr_mgr.c(24): warning: #940-D: missing return statement at end of non-void function "tos_bsp_tickless_setup"
}
..\..\BSP\Src\tickless\bsp_pwr_mgr.c: 1 warning, 0 errors
compiling netbuf.c...
compiling err.c...
compiling netifapi.c...
compiling api_msg.c...
compiling api_lib.c...
compiling if_api.c...
compiling netdb.c...
compiling altcp.c...
compiling altcp_alloc.c...
compiling altcp_tcp.c...
compiling def.c...
compiling inet_chksum.c...
compiling dns.c...
compiling tcpip.c...
compiling sockets.c...
compiling ip.c...
compiling raw.c...
compiling stats.c...
compiling init.c...
compiling mem.c...
compiling memp.c...
compiling netif.c...
compiling pbuf.c...
compiling tcp_in.c...
compiling tcp_out.c...
compiling tcp.c...
compiling udp.c...
compiling autoip.c...
compiling etharp.c...
compiling ip4_addr.c...
compiling ip4.c...
compiling dhcp.c...
compiling igmp.c...
compiling icmp.c...
compiling sys.c...
compiling timeouts.c...
compiling ip4_frag.c...
compiling lowpan6_ble.c...
compiling ethernet.c...
compiling lowpan6_common.c...
compiling lowpan6.c...
compiling zepif.c...
compiling tencent_cloud_sdk_mqtt.c...
..\..\..\..\examples\tencent_cloud_sdk_mqtt\tencent_cloud_sdk_mqtt.c(17): error: #5: cannot open source input file "esp8266.h": No such file or directory
#include "esp8266.h"
..\..\..\..\examples\tencent_cloud_sdk_mqtt\tencent_cloud_sdk_mqtt.c: 0 warnings, 1 error
compiling bridgeif_fdb.c...
compiling qcloud_device.c...
compiling bridgeif.c...
compiling qcloud_tls.c...
compiling qcloud_log.c...
compiling qcloud_mqtt_connect.c...
compiling qcloud_network.c...
compiling qcloud_mqtt_common.c...
compiling ethernetif.c...
compiling sys_arch.c...
compiling qcloud_mqtt_client.c...
compiling mqtt_sample.c...
compiling osal_dtls.c...
compiling qcloud_mqtt_yield.c...
compiling qcloud_mqtt_unsubscribe.c...
compiling qcloud_mqtt_subscribe.c...
compiling qcloud_mqtt_glue.c...
compiling qcloud_mqtt_publish.c...
compiling qcloud_aes.c...
compiling osal_os.c...
compiling qcloud_base64.c...
compiling qcloud_hmac.c...
compiling qcloud_json_token.c...
compiling osal_udp_socket.c...
compiling osal_tcp_socket.c...
compiling qcloud_httpc.c...
compiling osal_tls.c...
compiling qcloud_json_parser.c...
compiling osal_timer.c...
compiling qcloud_string_utils.c...
compiling asn1parse.c...
compiling aria.c...
compiling qcloud_md5.c...
compiling aes.c...
compiling qcloud_sha1.c...
compiling arc4.c...
compiling aesni.c...
compiling base64.c...
compiling asn1write.c...
compiling bignum.c...
compiling blowfish.c...
compiling certs.c...
compiling ccm.c...
compiling chacha20.c...
compiling camellia.c...
compiling chachapoly.c...
compiling cipher_wrap.c...
compiling cmac.c...
compiling cipher.c...
compiling ctr_drbg.c...
compiling debug.c...
compiling dhm.c...
compiling ecdh.c...
compiling des.c...
compiling ecdsa.c...
compiling ecp.c...
compiling ecjpake.c...
compiling ecp_curves.c...
compiling entropy.c...
compiling entropy_poll.c...
compiling error.c...
compiling havege.c...
compiling hkdf.c...
compiling gcm.c...
compiling hmac_drbg.c...
compiling md2.c...
compiling md4.c...
compiling md_wrap.c...
compiling md.c...
compiling memory_buffer_alloc.c...
compiling md5.c...
compiling net_sockets.c...
compiling nist_kw.c...
compiling oid.c...
compiling padlock.c...
compiling pem.c...
compiling pk.c...
compiling pk_wrap.c...
compiling pkcs5.c...
compiling pkcs11.c...
compiling pkparse.c...
compiling pkcs12.c...
compiling pkwrite.c...
compiling platform.c...
compiling platform_util.c...
compiling poly1305.c...
compiling ripemd160.c...
compiling rsa.c...
compiling rsa_internal.c...
compiling sha512.c...
compiling sha1.c...
compiling sha256.c...
compiling ssl_ciphersuites.c...
compiling ssl_cookie.c...
compiling ssl_srv.c...
compiling ssl_cache.c...
compiling ssl_ticket.c...
compiling ssl_cli.c...
compiling threading.c...
compiling version_features.c...
compiling version.c...
compiling timing.c...
compiling x509.c...
compiling x509_crl.c...
compiling x509_create.c...
compiling ssl_tls.c...
compiling x509_crt.c...
compiling x509_csr.c...
compiling x509write_crt.c...
compiling x509write_csr.c...
compiling xtea.c...
compiling entropy_hardware_alt.c...
compiling timing_alt.c...
compiling net_sockets_alt.c...
".\Obj\TencentOS_tiny.axf" - 1 Error(s), 1 Warning(s).
<h2>Software Packages used:</h2>
Package Vendor: ARM
http://www.keil.com/pack/ARM.CMSIS.5.6.0.pack
ARM.CMSIS.5.6.0
CMSIS (Cortex Microcontroller Software Interface Standard)
* Component: CORE Version: 5.3.0
Package Vendor: Keil
http://www.keil.com/pack/Keil.STM32F4xx_DFP.2.13.0.pack
Keil.STM32F4xx_DFP.2.13.0
STMicroelectronics STM32F4 Series Device Support, Drivers and Examples
<h2>Collection of Component include folders:</h2>
.\RTE\_TencentOS_tiny
C:\Keil_v5\ARM\PACK\ARM\CMSIS\5.6.0\CMSIS\Core\Include
C:\Keil_v5\ARM\PACK\Keil\STM32F4xx_DFP\2.13.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
<h2>Collection of Component Files used:</h2>
* Component: ARM::CMSIS:CORE:5.3.0
Target not created.
Build Time Elapsed: 00:00:38
</pre>
</body>
</html>