An open API service indexing awesome lists of open source software.

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

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

```