Code Monkey home page Code Monkey logo

dnx-rtos's Introduction

dnx RTOS

The dnx RTOS is a general purpose operating system based on the FreeRTOS kernel. The dnx layer is modeled on well-known Unix architecture. A destination of the system are small microcontrollers supported by the FreeRTOS kernel, especially 32-bit. The system is easy scalable to the user's needs, the user can write own drivers, virtual devices, programs and so on. The program layer is mostly compatible with the C standard. You can say that the dnx RTOS is a FreeRTOS kernel distribution.

The minimal hardware requirements

There are minimal hardware requirements that allows to start system but with very minimalistic software base:

  • 64 KiB Flash memory,
  • 16 KiB RAM memory (recommended 20 KiB).

The hardware requirements depends on the user's configuration.

The system features

  • user's terminal (via UART interface in example configuration),
  • possibility to run many copies of the same program,
  • simple porting of PC programs for the dnx (due to the C standard compatibility)
  • simple Drivers Layer,
  • support many file systems (the VFS Layer),
  • interrupts are not masked by the system (the RTOS feature),
  • dynamic memory allocation (simple garbage collector for programs),
  • supports many CPU architectures (the FreeRTOS feature),
  • modular design.

The project configuration

To configure the project, type in the terminal:

make config

or

./configure

To compile the project, type in the terminal:

make

Folder structure

  • BSP - board support packages (configurations)
  • build - the project's binaries (created after compilation)
  • config - the project's configuration
  • doc - documentation
  • res - resources included at project build
  • src - the project's sources
  • tools - the project's tools (scripts, wizard, etc)

Website

The whole documenation and exmaples you can found at dnx RTOS official website.

There is also additional software repository with applications.

dnx-rtos's People

Contributors

devdnl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

dnx-rtos's Issues

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.