Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • xenomai xenomai
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • xenomaixenomai
  • xenomaixenomai
  • Wiki
  • Home

Home · Changes

Page history
Update Home authored Dec 15, 2021 by Jan Kiszka's avatar Jan Kiszka
Hide whitespace changes
Inline Side-by-side
Home.asciidoc
View page @ 4eba710d
......@@ -9,12 +9,7 @@ background collaborate to build a robust and resource-efficient
real-time core for Linux(C) following the dual kernel approach, for
applications with stringent latency requirements.
* The current stable release is Xenomai **3.1.1**.
* Work is ongoing towards release **3.2**, including Y2038 readiness
and a transition to a modern interrupt pipeline implementation
called https://evlproject.org/dovetail/[Dovetail] which substitutes
for the I-pipe, in order to support kernel 5.10 and beyond.
* The current stable release is Xenomai **3.2.1**.
---
We are also paving the way to Xenomai 4, which is going to be based on
......@@ -32,24 +27,29 @@ Xenomai **3.3**.
* **Git hosting**: https://xenomai.org/gitlab/xenomai[https://xenomai.org/gitlab/xenomai]
* **Clone**: git://git.xenomai.org/xenomai.git
* **Maintenance branch**: stable/v3.0.x
* **Maintenance branches**: stable/v3.0.x, stable/v3.1.x, stable/v3.2.x
* **Development branch**: master
* **Stable release**: v3.1.2
https://source.denx.de/Xenomai/xenomai/-/archive/v3.1.1/xenomai-v3.1.1.tar.bz2[[tarball]]
https://source.denx.de/Xenomai/xenomai/-/commit/8b2052eaeaa4d458d3eb354a3548903a044d5b0d[[tag]]
* **Stable release**: v3.2.1
https://source.denx.de/Xenomai/xenomai/-/archive/v3.2.1/xenomai-v3.2.1.tar.bz2[[tarball]]
https://source.denx.de/Xenomai/xenomai/-/commit/3a1516832215c2948f38a663bd4f25a7b4cef7ae[[tag]]
* **Documentation**:
https://xenomai.org/documentation/xenomai-3/html/xeno3prm/index.html[[HTML]]
https://xenomai.org/documentation/xenomai-3/pdf/[[PDF]]
## Interrupt pipeline (I-pipe)
## Interrupt pipeline (Dovetail, I-pipe)
The Cobalt real-time core depends on a patch to the mainline Linux
kernel, which introduces a separate, high-priority execution stage for
The Cobalt real-time core depends on patches to the mainline Linux
kernel, which introduce a separate, high-priority execution stage for
running out-of-band interrupt handlers immediately upon IRQ receipt,
which cannot be delayed by the regular kernel work.
Released patches can be downloaded from:
https://xenomai.org/downloads/ipipe[https://xenomai.org/downloads/ipipe].
There are two flavors of patches available: Dovetail for kernels starting with 5.10 and I-pipe for older kernels.
Dovetail-enabled kernels are available here:
https://source.denx.de/Xenomai/linux-dovetail[https://source.denx.de/Xenomai/linux-dovetail]
Released I-pipe patches can be downloaded from:
https://xenomai.org/downloads/ipipe[https://xenomai.org/downloads/ipipe]
The current development trees (starting from kernel 4.14) for the
I-pipe are available from:
......
Clone repository
  • Analogy_General_Presentation
  • Analogy_Practical_Presentation
  • App_Setup_And_Init
  • Benchmarking_With_Xeno_Test
  • Building_Applications_For_Xenomai_3
  • Building_Debian_Packages
  • CXP_RTDM
  • Common_Xenomai_Platform
  • Configuring_For_X86_Based_Dual_Kernels
  • Dealing_With_X86_IRQ_Sharing
  • Dealing_With_X86_SMI_Troubles
  • Dovetail
  • Driver_Serial_16550A
  • FAQ
  • Finding_Spurious_Relaxes
View All Pages

Imprint & Privacy Policy