Awesome
Unity
This repo frames the Unity as a CMSIS-Pack (upstream: https://github.com/ThrowTheSwitch/Unity)
Prerequisites
Working with this repository requires the following applications and packs to be installed on your PC:
- bash compatible shell (under Windows, use for example git bash)
- ZIP archive creation utility (e.g. 7-Zip)
- The
gen_pack.sh
script assumes that the ARM.CMSIS.5.6.0.pack is installed on your PC. It also makes assumptions regarding the installation path. If execution fails, adapt the pack installation path accordingly.
Instructions
- Open a bash compatible shell
- Clone the repository:
git clone https://github.com/MDK-Packs/Unity.git
- Run
./get_upstream.sh
- Run
./add_merge.sh
to copy files from./contributions
to a./local
directory - You can now add the
./local/Arm-Packs.Unity.pdsc
to the list of local repositories in Pack Installer. This enables direct access to its content without the need to re-build and re-install the pack after modifications.
Creating a CMSIS-Pack
- Run
./gen_pack.sh
- Install the pack created in the
./pack
directory (e.g. double-click on the pack file)
Making changes to the CMSIS-Pack
Contributions are welcome. Please raise a pull-request via GitHub: https://github.com/MDK-Packs/Unity. All contributions shall be placed in either:
./contributions/add
(additional content)./contributions/merge
(changed content)
To update your local pack content run ./add_merge.sh.