This repo frames the Unity as a CMSIS-Pack (upstream: https://github.com/ThrowTheSwitch/Unity)
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.shscript 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.
- Open a bash compatible shell
- Clone the repository:
git clone https://github.com/MDK-Packs/Unity.git - Run
./get_upstream.sh - Run
./add_merge.shto copy files from./contributionsto a./localdirectory - You can now add the
./local/Arm-Packs.Unity.pdscto 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.
- Run
./gen_pack.sh - Install the pack created in the
./packdirectory (e.g. double-click on the pack file)
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.