Coder Social home page Coder Social logo

jeffshe / mcux-sdk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nxp-mcuxpresso/mcux-sdk

0.0 0.0 0.0 172.44 MB

MCUXpresso SDK

License: BSD 3-Clause "New" or "Revised" License

Shell 0.01% JavaScript 0.69% C++ 0.62% Python 0.06% C 90.42% Assembly 1.05% CSS 0.01% HTML 6.29% CMake 0.86%

mcux-sdk's Introduction

Overview

MCUXpresso SDK is a comprehensive software enablement package designed to simplify and accelerate application development with Arm® Cortex®-M-based devices from NXP, including its general purpose, crossover and Bluetooth™-enabled MCUs.

Previously user should get MCUXpresso SDK via mcuxpresso.nxp.com or MCUXpresso IDE. Now NXP MCUXpresso SDK project provides a new way for user to achieve this. You could find all NXP hot parts in this project and get below features:

  • Arm® CMSIS-CORE startup and device header files and CMSIS-DSP standard libraries
  • Open-source peripheral drivers that provide stateless, high-performance, easy-to-use APIs
  • Drivers for communication peripherals also include high-level transactional APIs for high-performance data transfers
  • High-quality software: all drivers and startup code are MISRA-C: 2012 compliant and checked with Coverity® static analysis tools

The project can work solely, if you only want to get the fundamental support for SoC(s) or board(s), you just use the original Git way to clone and checkout the project.

The project is also the main repository to achieve the whole SDK delivery, it contains the west.yml which keeps description and revision for other projects in the overall MCUXpresso delivery. Currently available middleware sets are shown in below figure, user could click the middleware to navigate the middleware project repo. MCUXSDK Graph You need to have both Git and West installed in order to get a new delivery of the whole SDK or update the existing SDK deliveries. You could follow below guide according to your scenario:

  • Clone/check-out a new delivery of whole SDK

    Execute below commands to achieve the whole SDK delivery at revision ${revision} and place it in a folder named mcuxsdk

    west init -m https://github.com/NXPmicro/mcux-sdk --mr ${revision} mcuxsdk
    cd mcuxsdk
    west update
    

    Replace ${revision} with any SDK revision(branch/tag/commit SHA) you wish to achieve. This can be main if you want the latest state, or any commit SHA or tag.

  • Update existing west cloned SDK whole delivery

    Assume you have followed previous commands to clone/check-out whole SDK delivery to the west workspace mcuxsdk, then the main repository of SDK is located in mcuxsdk/core. If you would like to update/check-out to another revision, you need to first update the main repository to the expected revision, then update the west workspace:

    When you would like to update SDK full delivery in the latest branch of main repository, follow below commands:

    cd mcuxsdk/core
    git fetch
    git rebase
    west update
    

    If the ${revision} is different revision from that used in main repository, such as different branch, different tag or different commit SHA, you could follow below commands:

    cd mcuxsdk/core
    git fetch
    git checkout ${revision}
    west update
    

Other features like RTOS support and middleware stacks currently are not demonstrated in this project. If you are interest in these features please go mcuxpresso.nxp.com to find full SDK support.

Releases

There are two types of release in the project. The MCUXpresso SDK release and GitHub SDK release.

The MCUXpresso SDK release launches once a new release is available on SDK Builder. In each release, you could find same code base for boards/socs with same version SDK archive you've got from SDK Builder, software examples build/run quality are guaranteed. Releases will be prefixed with 'MCUX_'.

The GitHub SDK release is a regular release take place in every six months. It releases the latest code base and feature set for SDK on all NXP hot parts. Releases will be prefixed with 'GITHUB_'.

Below figure takes 2.9.0 and 2.10.0 release as an example to show the relationship between MCUXpresso Release and GitHUB release. Release Introduction

Supported boards and socs

See Supported development systems for the list of boards/socs support in this project.

Getting Started

See Getting Start Guide to start explore the project.

License

Most of software in the project is open-source and licensed under BSD-3-Clause, see COPYING_BSD-3. Whole license information for the project could be found in SW-Content-Register.txt

Contribution

Currently we are not ready to accept contribution, you could create an issue to suggest a new idea or track a bug. Contribution will be open soon.

mcux-sdk's People

Contributors

mcuxsusan avatar sviaunxp avatar fgoucemnxp avatar zhiqiang-hou avatar jiafeipan avatar hadatko avatar mcuxcc avatar rpmsousa avatar mmahadevan108 avatar dmitrykos avatar zejiang0jason avatar mcuxcibot avatar andresovela avatar kate-wang-nxp avatar dat-nguyenduy avatar iuliana-prodan avatar makeshi avatar manuargue avatar henrayhuang avatar mcuxthomas avatar microdevsys avatar zelazzouzinxp avatar cosminstoicastefan avatar masmiseim36 avatar henrikbrixandersen avatar danieldegrasse avatar danewalton avatar asellaminxp avatar abascom avatar zhaoxiangjin avatar

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.