Home
Softono
so3

so3

Open source C
15
Stars
9
Forks
20
Issues
1
Watchers
1 week
Last Commit

About so3

Smart Object Oriented Operating system is a lightweight and full featured operating system devoted to embedded systems, currently mainly ARM-based. SO3 can be used in academic and industrial environment (https://smartobjectoriented.github.io/so3)

Platforms

Web Self-hosted

Languages

C

Links

Welcome to the Smart Object Oriented (SOO) Operating System (code name SO3)


For any information and discussions around SO3, please have a look at the SO3 discussion forum.

Feel free to post any comments/suggestions/remarks about SO3. If you wish to participate to development, please simply ask us and we will manage separate branches of development.

Furthermore, the full documentation is available here

We would like to extend our heartfelt thanks to our sponsors for their generous support in funding the development of the SO3 ecosystem, especially HEIG-VD and the Hasler Foundations

Be careful with the requirements of various configs.

  • If you use avz -> ./st must have virtualization on => use ./stv
  • If you use the framebuffer (LVGL case) -> ./stg to start QEMU with the graphic display

To build the patch related to the CI:

  • diff -Naur > so3_ci.patch and put the ci/so3_ci.patch in ci/

To apply the patch, in the root:

  • patch -p1 < ci/so3_ci.patch