about XR871 github repo - XradioTech/XR871-OLD GitHub Wiki


Content


XR871 Repo Download

It is strongly recommended that you install the git tool and use it to clone the whole repository of XR871 SDK.
强烈推荐您安装Git工具并用它来下载XR871 SDK仓库

git clone https://github.com/XradioTech/XR871.git

XR871 Repo Tree

.
|-- 01_MCU                                            --- information for XR871
|   |-- XR871GT_VS_XR871ET.pdf
|   |-- XR871_Datasheet_V1.0.pdf
|   |-- XR871_PIN_Multiplexing.pdf
|   |-- XR871_Product_Brief_V1.0.pdf
|   `-- XR871_User_Manual_V1.0.pdf
|-- 02_HDK                                            --- hardware reference designs
|   |-- Demo_Board                                    --- demo board schematic and PCB files
|   |   |-- DEV_SUB_AUDIO_BRD_V1_1 Doc
|   |   |-- DEV_SUB_AUDIO_BRD_V1_1.pdf
|   |   |-- DEV_SUB_SENSOR_BRD_V1_1 Doc
|   |   |-- DEV_SUB_SENSOR_BRD_V1_1.pdf
|   |   |-- XR871_EVB_MAIN_BRD_V1_1 Doc
|   |   `-- XR871_EVB_MAIN_BRD_V1_1.pdf
|   `-- Reference_Design                              --- application hardware reference design
|       |-- AudioCodec                                --- ac101 audio codec reference design
|       |-- XR871ET                                   |\
|       |-- XR871ET_SIMPLE                            | \  XR871ET reference design
|       |-- XR871GT                                   | /  XR871GT reference design
|       |-- XR871GT_SIMPLE                            |/
|       |-- XR871ET_Application_Guide_v1.0-CN.pdf     |\
|       |-- XR871ET_PCB_Layout_Guide_L2_V1.0-CN.pdf   | \
|       |-- XR871ET_PCB_Layout_Guide_L4_V1.0-CN.pdf   |  \
|       |-- XR871GT_Application_Guide_v1.0-CN.pdf     |   > application and PCB guide
|       |-- XR871GT_PCB_Layout_Guide_L2_V1.0-CN.pdf   |  /
|       |-- XR871GT_PCB_Layout_Guide_L4_V1.0-CN.pdf   | /
|       `-- XR871_SCH_PCB_Checklist_V1.0-CN.pdf       |/ 
|-- 03_SDK
|   |-- XR871_AT_Command_Developer_Guide-CN.pdf       |\
|   |-- XR871_Demo_Board_User_Guide-CN.pdf            | |
|   |-- XR871_FDCM_Developer_Guide-CN.pdf             | |
|   |-- XR871_Flash_Support_Developer_Guide-CN.pdf    | |
|   |-- XR871_HTTPC_Developer_Guide-CN.pdf            | |
|   |-- XR871_Image_Developer_Guide-CN.pdf            | |
|   |-- XR871_MBEDTLS_Developer_Guide-CN.pdf          |  \
|   |-- XR871_Memory_Layout_Developer_Guide-CN.pdf    |   > SDK software developer guide
|   |-- XR871_OS_API-EN.chm                           |  /
|   |-- XR871_OTA_Developer_Guide-CN.pdf              | |
|   |-- XR871_Peripheral_Driver_API-EN.chm            | |
|   |-- XR871_Quick_Start_Guide-CN.pdf                | | *** starting from this document ***
|   |-- XR871_WiFi_Developer_Guide-CN.pdf             | |
|   |-- XR871_phoenixMC_User_Guide-CN.pdf             | |
|   |-- XR871_phoenixMC_u_User_Guide-CN.pdf           |/
|   `-- xr871sdk                                      --- SDK code
|       |-- README
|       |-- bin
|       |-- config.mk
|       |-- gcc.mk
|       |-- include
|       |-- lib
|       |-- project
|       |-- src
|       `-- tools
|-- 04_AVL                                            --- Approved Vendor List
|   |-- Datasheet
|   |   |-- AUDIO_CODEC
|   |   `-- SPI_NOR_FLASH
|   |-- Xradiotech_XR871_Audio_Codec_Support_List-20171113.pdf
|   `-- Xradiotech_XR871_SPI_Nor_Flash_Support_List-20171113.pdf
|-- 05_TOOLS
|   |-- Cygwin.md                                     --- Cygwin build environment setup guide
|   |-- JLINK_USBDriver.7z
|   |-- ST-JLINK                                      --- ST JLINK firmware for XR871GT Demo Board
|   |   |-- XR871开发板Jlink烧写说明.txt
|   |   `-- jlink.hex
|   |-- Toolchain.md                                  --- toolchain download guide
|   |-- Xconfig.apk                                   --- smartconfig apk
|   |-- libADT_for_xr871.7z
|   |-- oem_tool_release.zip                          --- efuse program tool
|   `-- pl2303_prolific_driverinstaller_v110.zip
|-- 06_REPORTS
|   `-- RoHS                                          --- RoHS report
|       |-- AC101
|       |-- SMD Crystal And Osc CE_2017_55480 RoHS.pdf
|       `-- XR871ET
`-- README.md

30 directories, 46 files