2021-09-11 21:01:34 索煒達電子 768
項目編號:E1076
文件大?。?M
源碼說明:帶中文注釋
開發(fā)環(huán)境:C編譯器
簡要概述:
串口打印任務(wù)狀態(tài)
目錄│文件列表:
└ freertos_lwip-http
└ freertos_lwip-http
│ keilkilll.bat
├ CORE
│ │ core_cm3.c
│ │ core_cm3.h
│ └ startup_stm32f10x_hd.s
├ FreeRTOS
│ │ links_to_doc_pages_for_the_demo_projects.url
│ │ Quick_Start_Guide.url
│ │ Upgrading-to-FreeRTOS-9.url
│ ├ License
│ │ └ license.txt
│ └ Source
│ │ croutine.c
│ │ event_groups.c
│ │ list.c
│ │ queue.c
│ │ readme.txt
│ │ st_readme.txt
│ │ tasks.c
│ │ timers.c
│ ├ CMSIS_RTOS
│ │ │ cmsis_os.c
│ │ └ cmsis_os.h
│ ├ include
│ │ │ croutine.h
│ │ │ deprecated_definitions.h
│ │ │ event_groups.h
│ │ │ FreeRTOS.h
│ │ │ FreeRTOSConfig_template.h
│ │ │ list.h
│ │ │ mpu_prototypes.h
│ │ │ mpu_wrappers.h
│ │ │ portable.h
│ │ │ projdefs.h
│ │ │ queue.h
│ │ │ semphr.h
│ │ │ StackMacros.h
│ │ │ stdint.readme
│ │ │ task.h
│ │ └ timers.h
│ └ portable
│ │ readme.txt
│ ├ Common
│ │ └ mpu_wrappers.c
│ ├ GCC
│ │ ├ ARM_CM0
│ │ │ │ port.c
│ │ │ └ portmacro.h
│ │ ├ ARM_CM3
│ │ │ │ port.c
│ │ │ └ portmacro.h
│ │ ├ ARM_CM3_MPU
│ │ │ │ port.c
│ │ │ └ portmacro.h
│ │ ├ ARM_CM4F
│ │ │ │ port.c
│ │ │ └ portmacro.h
│ │ ├ ARM_CM4_MPU
│ │ │ │ port.c
│ │ │ └ portmacro.h
│ │ ├ ARM_CM7
│ │ │ │ ReadMe.txt
│ │ │ └ r0p1
│ │ │ │ port.c
│ │ │ └ portmacro.h
│ │ └ ARM_CM7_MPU
│ │ │ ReadMe.txt
│ │ └ r0p1
│ │ │ port.c
│ │ └ portmacro.h
│ ├ IAR
│ │ ├ ARM_CM0
│ │ │ │ port.c
│ │ │ │ portasm.s
│ │ │ └ portmacro.h
│ │ ├ ARM_CM3
│ │ │ │ port.c
│ │ │ │ portasm.s
│ │ │ └ portmacro.h
│ │ ├ ARM_CM4F
│ │ │ │ port.c
│ │ │ │ portasm.s
│ │ │ └ portmacro.h
│ │ ├ ARM_CM4_MPU
│ │ │ │ port.c
│ │ │ │ portasm.s
│ │ │ └ portmacro.h
│ │ ├ ARM_CM7
│ │ │ │ ReadMe.txt
│ │ │ └ r0p1
│ │ │ │ port.c
│ │ │ │ portasm.s
│ │ │ └ portmacro.h
│ │ └ ARM_CM7_MPU
│ │ │ ReadMe.txt
│ │ └ r0p1
│ │ │ port.c
│ │ │ portasm.s
│ │ └ portmacro.h
│ ├ Keil
│ │ └ See-also-the-RVDS-directory.txt
│ ├ MemMang
│ │ │ heap_1.c
│ │ │ heap_2.c
│ │ │ heap_3.c
│ │ │ heap_4.c
│ │ │ heap_5.c
│ │ └ ReadMe.url
│ ├ RVDS
│ │ ├ ARM_CM0
│ │ │ │ port.c
│ │ │ └ portmacro.h
│ │ ├ ARM_CM3
│ │ │ │ port.c
│ │ │ └ portmacro.h
│ │ ├ ARM_CM4F
│ │ │ │ port.c
│ │ │ └ portmacro.h
│ │ ├ ARM_CM4_MPU
│ │ │ │ port.c
│ │ │ └ portmacro.h
│ │ ├ ARM_CM7
│ │ │ │ ReadMe.txt
│ │ │ └ r0p1
│ │ │ │ port.c
│ │ │ └ portmacro.h
│ │ └ ARM_CM7_MPU
│ │ │ ReadMe.txt
│ │ └ r0p1
│ │ │ port.c
│ │ └ portmacro.h
│ └ Tasking
│ └ ARM_CM4F
│ │ port.c
│ │ portmacro.h
│ └ port_asm.asm
├ HARDWARE
│ ├ DM9000
│ │ │ dm9000.c
│ │ └ dm9000.h
│ ├ KEY
│ │ │ key.c
│ │ └ key.h
│ ├ LCD
│ │ │ font.h
│ │ │ lcd.c
│ │ └ lcd.h
│ ├ LED
│ │ │ led.c
│ │ └ led.h
│ ├ SDIO
│ │ │ sdio_sdcard.c
│ │ └ sdio_sdcard.h
│ ├ SPI
│ │ │ spi.c
│ │ └ spi.h
│ ├ SRAM
│ │ │ sram.c
│ │ └ sram.h
│ ├ TIMES
│ │ │ st_times.c
│ │ └ st_times.h
│ └ W25QXX
│ │ w25qxx.c
│ └ w25qxx.h
├ LWIP
│ ├ LwIP
│ │ │ CHANGELOG
│ │ │ COPYING
│ │ │ FILES
│ │ │ README
│ │ │ UPGRADING
│ │ ├ doc
│ │ │ │ contrib.txt
│ │ │ │ doxygen_docs.zip
│ │ │ │ FILES
│ │ │ │ mdns.txt
│ │ │ │ mqtt_client.txt
│ │ │ │ NO_SYS_SampleCode.c
│ │ │ │ ppp.txt
│ │ │ │ rawapi.txt
│ │ │ │ savannah.txt
│ │ │ │ sys_arch.txt
│ │ │ └ doxygen
│ │ │ │ generate.bat
│ │ │ │ generate.sh
│ │ │ │ lwip.Doxyfile
│ │ │ │ main_page.h
│ │ │ └ output
│ │ │ └ index.html
│ │ ├ src
│ │ │ │ Filelists.mk
│ │ │ │ FILES
│ │ │ ├ api
│ │ │ │ │ api_lib.c
│ │ │ │ │ api_msg.c
│ │ │ │ │ err.c
│ │ │ │ │ netbuf.c
│ │ │ │ │ netdb.c
│ │ │ │ │ netifapi.c
│ │ │ │ │ sockets.c
│ │ │ │ └ tcpip.c
│ │ │ ├ apps
│ │ │ │ ├ httpd
│ │ │ │ │ │ fs.c
│ │ │ │ │ │ fsdata.c
│ │ │ │ │ │ fsdata.h
│ │ │ │ │ │ httpd.c
│ │ │ │ │ │ httpd_structs.h
│ │ │ │ │ │ http_client.c
│ │ │ │ │ ├ fs
│ │ │ │ │ │ │ 404.html
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ STM32_ADC_TEMPERATE.shtml
│ │ │ │ │ │ │ STM32_LED_OFF_BEEP_OFF.shtml
│ │ │ │ │ │ │ STM32_LED_OFF_BEEP_ON.shtml
│ │ │ │ │ │ │ STM32_LED_ON_BEEP_OFF.shtml
│ │ │ │ │ │ │ STM32_LED_ON_BEEP_ON.shtml
│ │ │ │ │ │ │ STM32_RTC.shtml
│ │ │ │ │ │ ├ img
│ │ │ │ │ │ │ └ sics.gif
│ │ │ │ │ │ └ openedv
│ │ │ │ │ │ │ folder_big.gif
│ │ │ │ │ │ │ folder_new_big.gif
│ │ │ │ │ │ │ h.js
│ │ │ │ │ │ │ head_weixin1.png
│ │ │ │ │ │ │ logo.jpg
│ │ │ │ │ │ │ newpm.gif
│ │ │ │ │ │ └ wb.js
│ │ │ │ │ └ makefsdata
│ │ │ │ │ │ makefsdata
│ │ │ │ │ │ makefsdata.c
│ │ │ │ │ └ readme.txt
│ │ │ │ ├ lwiperf
│ │ │ │ │ └ lwiperf.c
│ │ │ │ ├ mdns
│ │ │ │ │ └ mdns.c
│ │ │ │ ├ mqtt
│ │ │ │ │ └ mqtt.c
│ │ │ │ ├ netbiosns
│ │ │ │ │ └ netbiosns.c
│ │ │ │ ├ snmp
│ │ │ │ │ │ snmpv3.c
│ │ │ │ │ │ snmpv3_dummy.c
│ │ │ │ │ │ snmpv3_mbedtls.c
│ │ │ │ │ │ snmpv3_priv.h
│ │ │ │ │ │ snmp_asn1.c
│ │ │ │ │ │ snmp_asn1.h
│ │ │ │ │ │ snmp_core.c
│ │ │ │ │ │ snmp_core_priv.h
│ │ │ │ │ │ snmp_mib2.c
│ │ │ │ │ │ snmp_mib2_icmp.c
│ │ │ │ │ │ snmp_mib2_interfaces.c
│ │ │ │ │ │ snmp_mib2_ip.c
│ │ │ │ │ │ snmp_mib2_snmp.c
│ │ │ │ │ │ snmp_mib2_system.c
│ │ │ │ │ │ snmp_mib2_tcp.c
│ │ │ │ │ │ snmp_mib2_udp.c
│ │ │ │ │ │ snmp_msg.c
│ │ │ │ │ │ snmp_msg.h
│ │ │ │ │ │ snmp_netconn.c
│ │ │ │ │ │ snmp_pbuf_stream.c
│ │ │ │ │ │ snmp_pbuf_stream.h