So far this package is not published, however, you can try it out by following the installation guide here.
Source code for the package can be found here.
v.13
Features:
Added send block for multi-port communication.
Added send block for XUART communication.
Added loopback demos for both blocks.
Bugfixes:
Comm server did not reset UDP connections as it should.
Compilation option applied aggressive optimization and triggered a bug in compiler that involves accessing not aligned address using LDMIA and STMIA instructions.
v1.12
Supported MATLAB release up to R2014b.
Updated package deploy code.
v1.11
Update the installation system. Not separate installation for StellarisWare and ARM compiler is necessary.
Update setup utility to make it fully compatible with the new repository and 3rd party package.
v1.10
Added data input block for the external UART.
Added bluetooth/external UART demo.
Fixed a bug involves PWM 6 (PD7) not working.
Fixed the PWM frequency and base sample frequency interaction bug.
v1.09
Added code for ext UART (UART pin).
Fixed some bugs.
v1.08
Enable compiling without full CCS installation.
Added a software plotter utility live_plot.
...