Code Monkey home page Code Monkey logo

freertos-smp-demos's Introduction

This repository contains demo applications for the Symmetric Multiprocessing (SMP) support in the FreeRTOS Kernel. See the following links for details of demo applications:

Getting started

The FreeRTOS.org website contains contains a FreeRTOS Kernel Quick Start Guide, a list of supported devices and compilers, the API reference, and many other resources.

Getting help

You can use your Github login to get support from both the FreeRTOS community and directly from the primary FreeRTOS developers on our active support forum. The FAQ provides another support resource.

Cloning this repository

This repo uses Git Submodules to bring in dependent components.

Note: If you download the ZIP file provided by the GitHub UI, you will not get the contents of the submodules. (The ZIP file is also not a valid git repository)

To clone using HTTPS:

git clone https://github.com/FreeRTOS/FreeRTOS-SMP-Demos.git --recurse-submodules

Using SSH:

git clone [email protected]:FreeRTOS/FreeRTOS-SMP-Demos.git --recurse-submodules

If you have downloaded the repo without using the --recurse-submodules argument, you need to run:

git submodule update --init --recursive

Repository structure

This repository contains the FreeRTOS Kernel and a comprehensive set of example applications. The FreeRTOS Kernel is included as Git submodule from its own Git repository.

Kernel source code and example projects

FreeRTOS/Source contains the FreeRTOS kernel source code (submoduled from https://github.com/FreeRTOS/FreeRTOS-Kernel SMP branch).

FreeRTOS/Demo contains pre-configured example projects that demonstrate the FreeRTOS kernel executing on different hardware platforms and using different compilers.

freertos-smp-demos's People

Contributors

richardbarry avatar aggarg avatar aniruddhakanhere avatar yuhui-zheng avatar n9wxu avatar yourslab avatar cobusve avatar lundinc2 avatar dachalco avatar alfred2g avatar aggarw13 avatar archigup avatar sukhmanm avatar nomay-jp avatar mingyue86010 avatar muneebahmed10 avatar nchong-at-aws avatar sarenameas avatar gkwicker avatar htibosch avatar andysun2015 avatar takayukimatsuo avatar yngki avatar xuelix avatar markrtuttle avatar dependabot[bot] avatar ravibhagavandas avatar rashedtalukder avatar stbnrivas avatar alexmchp 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.