shodan: Adjust the max number of IRQ devices

This matches up with our new values since we added the I2S peripheral.

Change-Id: I0dd37f7de1569f1393834c4e8ef5f9d4507dbcfb
1 file changed
tree: f533b33d72a0b5176ca2e99fe7401d9bd2ce5609
  1. .github/
  2. .reuse/
  3. configs/
  4. include/
  5. libsel4/
  6. LICENSES/
  7. manual/
  8. src/
  9. tools/
  10. .clang-format
  11. .cmake-format.yaml
  12. .gitignore
  13. .licenseignore
  14. CAVEATS-generic.md
  15. CAVEATS-ia32.md
  16. CHANGES
  17. CMakeLists.txt
  18. CODE_OF_CONDUCT.md
  19. config.cmake
  20. CONTRIBUTING.md
  21. CONTRIBUTORS.md
  22. FindseL4.cmake
  23. gcc.cmake
  24. gdb-macros
  25. LICENSE.md
  26. llvm.cmake
  27. PREUPLOAD.cfg
  28. README.md
  29. VERSION
README.md

The seL4 microkernel

This project contains the source code of seL4 microkernel.

For details about the seL4 microkernel, including details about its formal correctness proof, please see the sel4.systems website and associated FAQ.

DOIs for citing recent releases of this repository:

  • DOI

We welcome contributions to seL4. Please see the website for information on how to contribute.

This repository is usually not used in isolation, but as part of the build system in a larger project.

seL4 Basics

Community

Manual

A hosted version of the manual for the most recent release can be found here.

A web version of the API can be found here

Repository Overview

  • include and src: C and ASM source code of seL4
  • tools: build tools
  • libsel4: C bindings for the seL4 ABI
  • manual: LaTeX sources of the seL4 reference manual

Build Instructions

See the seL4 website for build instructions.

Status

A list of releases and current project status can be found under seL4 releases.