{"id":17446986,"url":"https://github.com/nhjschulz/lwos","last_synced_at":"2025-06-11T13:32:41.758Z","repository":{"id":219141144,"uuid":"746246862","full_name":"nhjschulz/lwos","owner":"nhjschulz","description":"Light Weight OS Library for Rust","archived":false,"fork":false,"pushed_at":"2024-06-21T13:04:54.000Z","size":46,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-23T23:23:02.527Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nhjschulz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-21T14:08:11.000Z","updated_at":"2024-06-21T13:04:58.000Z","dependencies_parsed_at":"2024-06-22T05:51:38.936Z","dependency_job_id":null,"html_url":"https://github.com/nhjschulz/lwos","commit_stats":null,"previous_names":["nhjschulz/lwos"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhjschulz%2Flwos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhjschulz%2Flwos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhjschulz%2Flwos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhjschulz%2Flwos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nhjschulz","download_url":"https://codeload.github.com/nhjschulz/lwos/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhjschulz%2Flwos/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259273939,"owners_count":22832433,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-17T19:04:57.779Z","updated_at":"2025-06-11T13:32:41.713Z","avatar_url":"https://github.com/nhjschulz.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lwos\nLight Weight OS Library for Rust\n\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](http://choosealicense.com/licenses/mit/)\n[![Repo Status](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)\n\n# Motivation\nNot for external consumption, used to learn about Rust at this stage.\n\nGoal is a simple framework for micro controller applications.\n -\u003e no heap\n -\u003e no std\n\n# Installation of Rust toolchain\n## Linux\nFollow the installation instruction on [https://rustup.rs/](https://rustup.rs/) to install Rust.\n\n## Windows\n1. Download and start the ```rustup-ini.exe``` from [https://rustup.rs/](https://rustup.rs/).\n2. By default, the compiler and tools of MSVC toolchain will be installed. For using the GNU toolchain, you have 2 options:\n   1. Select target triple ```x86_64-pc-windows-gnu``` during installation for using GNU/MinGW-w64 toolchain. It will be downloaded and installed.\n   2. For using a already installed MSYS2 toolchain, create a ```.cargo/config``` file in your user directory, e.g. ```C:\\Users\\\u003cUserName\u003e\\.cargo\\config ```.\n        ```ini\n        [target.x86_64-pc-windows-gnu]\n        linker = \"C:\\\\msys2\\\\mingw64\\\\bin\\\\gcc.exe\"\n        ar = \"C:\\\\msys2\\\\mingw64\\\\bin\\\\ar.exe\"\n        ```\n### See Also\n\n* [rustup/installation/windows](https://rust-lang.github.io/rustup/installation/windows.html)\n* [rustup/installation/other](https://rust-lang.github.io/rustup/installation/other.html)\n\n## VSCode\n1. Open the `lwos.code-workspace` file using VSCode. If prompted to open the associated workspace, accept.\n2. Install the [rust-analyzer extension](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer) for Rust support. It may be suggested by VSCode on opening the workspace.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhjschulz%2Flwos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnhjschulz%2Flwos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhjschulz%2Flwos/lists"}