How to Install Plug-Ins
a) | Download the compressed (e.g. zip) plug-in file. |
b) | Extract the downloaded compressed file in to your target plug-in directory e.g. "waijungroot\targets\stm32f4_target\stm32f4\plugin". |
c) | Run waijung.updatePlugin('targetname') method where targetname is the name of your target e.g. 'stm32f4'. |
How to Uninstall Plug-Ins
To uninstall a plug-in just delete the relevant plug-in folder and run waijung.updatePlugin('targetname') method where targetname is the name of your target e.g. 'stm32f4'.
How to Share Plug-Ins
To share your library with the rest of the community just copy and compress (e.g. zip) the content of your plug-in folder in to a single archive file. All your end users have to do is to follow the description in How to Install Plug-ins.