https://github.com/micro-os-plus/micro-os-plus-iv-suite
The µOS++ Fourth Edition Suite
https://github.com/micro-os-plus/micro-os-plus-iv-suite
Last synced: 5 months ago
JSON representation
The µOS++ Fourth Edition Suite
- Host: GitHub
- URL: https://github.com/micro-os-plus/micro-os-plus-iv-suite
- Owner: micro-os-plus
- License: mit
- Created: 2025-08-12T21:54:24.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-08-14T04:29:06.000Z (11 months ago)
- Last Synced: 2025-10-02T07:57:12.063Z (10 months ago)
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-MAINTAINER.md
- License: LICENSE
Awesome Lists containing this project
README
# README-MAINTAINER
## Submodules
The submodules were added with the following commands:
```sh
mkdir -p 3rd-party/segger
git submodule add https://github.com/xpack-3rd-party/segger-rtt-xpack.git 3rd-party/segger/segger-rtt-xpack
git submodule add https://github.com/xpack-3rd-party/segger-system-view-xpack.git 3rd-party/segger/segger-system-view-xpack
mkdir -p 3rd-party/arm
git submodule add https://github.com/xpack-3rd-party/arm-cmsis-core-xpack.git 3rd-party/arm/arm-cmsis-core-xpack
mkdir -p core
git submodule add https://github.com/micro-os-plus/startup-xpack.git core/startup-xpack
git submodule add https://github.com/micro-os-plus/semihosting-xpack.git core/semihosting-xpack
git submodule add https://github.com/micro-os-plus/utils-lists-xpack.git core/utils-lists-xpack
mkdir -p diag
git submodule add https://github.com/micro-os-plus/diag-trace-xpack.git diag/diag-trace-xpack
mkdir -p testing
git submodule add https://github.com/micro-os-plus/micro-test-plus-xpack.git testing/micro-test-plus-xpack
mkdir -p helpers
git submodule add https://github.com/micro-os-plus/build-helper-xpack.git helpers/build-helper-xpack
mkdir -p targets
git submodule add https://github.com/micro-os-plus/architecture-synthetic-posix-xpack.git targets/architecture-synthetic-posix-xpack
git submodule add https://github.com/micro-os-plus/architecture-cortexm-xpack.git targets/architecture-cortexm-xpack
git submodule add https://github.com/micro-os-plus/devices-qemu-cortexm-xpack.git targets/devices-qemu-cortexm-xpack
git submodule add https://github.com/micro-os-plus/architecture-riscv-xpack.git targets/architecture-riscv-xpack
git submodule add https://github.com/micro-os-plus/devices-qemu-riscv-xpack.git targets/devices-qemu-riscv-xpack
git submodule add https://github.com/micro-os-plus/architecture-aarch32-xpack.git targets/architecture-aarch32-xpack
git submodule add https://github.com/micro-os-plus/devices-qemu-aarch32-xpack.git targets/devices-qemu-aarch32-xpack
git submodule add https://github.com/micro-os-plus/architecture-aarch64-xpack.git targets/architecture-aarch64-xpack
git submodule add https://github.com/micro-os-plus/devices-qemu-aarch64-xpack.git targets/devices-qemu-aarch64-xpack
```