Skip to content

Latest commit

 

History

History
50 lines (45 loc) · 1.18 KB

File metadata and controls

50 lines (45 loc) · 1.18 KB

1. XR871

The latest XR871 SDK based on FreeRTOS

2. Linux Developers

2.1 Clone the repository

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

2.2 Download and install the toolchain

please refer to https://github.com/XradioTech/XR871/blob/master/05_TOOLS/Toolchain.md

3. Windows Developers

3.1 Install Cygwin and setup the environment

please refer to https://github.com/XradioTech/XR871/blob/master/05_TOOLS/Cygwin.md

4. Repository Tree

.
|-- 01_MCU
|   |-- XR871_Datasheet_V1.0.pdf
|   |-- XR871_Product_Brief_V1.0.pdf
|   `-- XR871_User_Manual_V1.0.pdf
|-- 02_HDK
|   |-- Demo_Board
|   |   |-- DEV_SUB_AUDIO_BRD_V1_1_Doc.7z
|   |   |-- DEV_SUB_SENSOR_BRD_V1_1_Doc.7z
|   |   `-- XR871_EVB_MAIN_BRD_V1_1_Doc.7z
|   `-- Reference_Design
|       |-- XR871ET
|       |-- XR871ET_SIMPLE
|       |-- XR871G
|       `-- XR871G_SIMPLE
|-- 03_SDK
|   `-- xr871sdk
|       |-- README
|       |-- bin
|       |-- config.mk
|       |-- gcc.mk
|       |-- include
|       |-- lib
|       |-- project
|       |-- src
|       `-- tools
|-- 04_AVL
|   `-- Xradiotech_XR871_SPI_Nor_Flash_Support_List-20170517.xls
`-- 05_TOOLS
    |-- Cygwin.md
    `-- Toolchain.md

18 directories, 12 files