Coder Social home page Coder Social logo

wzab / nrc7292_sdk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from newracom/nrc7292_sdk

0.0 1.0 0.0 38.35 MB

NRC7292 Standalone SDK Package

Home Page: http://www.newracom.com/product

License: MIT License

Makefile 1.10% C 86.51% C++ 7.05% Assembly 0.70% Objective-C 1.53% Batchfile 0.02% Shell 1.50% Roff 0.01% Perl 0.21% Python 0.73% QMake 0.01% Dockerfile 0.01% M4 0.12% CMake 0.45% HTML 0.04% Tcl 0.01% SmPL 0.01% GDB 0.01% 1C Enterprise 0.01%

nrc7292_sdk's Introduction

NRC7292 Standalone SDK Package

Notice

Release roadmap

  • v1.3.2 (2020.09.16)
  • v1.3.1 (2020.08.05)
  • v1.3.0 (2020.07.19)

Latest release

Release package contents

  • standalone
    • doc
    • lib
    • make
    • sdk
    • tools
  • standalone_kr_mic
    • doc
    • lib
    • make
    • sdk
    • tools

Apply a specific package

If you want to apply a specific package to your exiting package directory, you can choose one of following methods.

Method #1: replace the whole package

Let's assume that you have v1.3.0 and want to apply v1.3.1 to your package location.

  1. Download a specific package you want.
    • If it is official release version 1.3.1
      1. Go to https://github.com/newracom/nrc7292_sdk/releases and choose the release package you want. sdk_release
      2. Downalod the compressed package: zip version or tar.gz version
      3. Check the filename: nrc7292_sdk-1.3.1.zip or nrc7292_sdk-1.3.1.tar.gz
    • If it is the latest pacakge
      1. Click "Code" and then click "Download ZIP" sdk_latest
      2. Check the filename: nrc7292_sdk-master.zip
  2. Replace your old package directory with the one you downloaded.

Method #2: pull down a branch

This needs your cloned repository and the internet connection.

  1. Move to the repository directory
    cd repo/nrc7292_sdk
    
  2. Pull down a branch
    • If you want to pull down the latest one from master branch
    git pull
    
    • If you want to change into a specific branch by using tag version
    git tag -l
    git checkout v1.3.1
    

NRC7292 Standalone SDK User Guide

Get NRC7292 Standalone SDK Package

NRC7292 Standalone SDK package is provided in this repository. Please refer to the following git command to get it.

cd ~/
git clone https://github.com/newracom/nrc7292_sdk.git

Get the detailed user guide

Please refer to UG-7292-004-Standalone SDK.pdf in doc directory.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.