summarylogtreecommitdiffstats
path: root/ti-ble-sdk.install
blob: a1604dd9946bd96af3310bfe8e2a781d8145d922 (plain)
1
2
3
4
5
6
7
post_install() {
	echo ">>> Import example projects from within CCS from /opt/ccstudio/ble_sdk_*/examples"
	echo ">>> When importing, select "Copy projects to workspace checkmark" in Import dialog"
	echo ">>> First time after import Rebuild instead of Build, as a precaution"
	echo ">>> Always build the *_stack project before building the *_app project"
	echo ">>> Always flash the *_stack project before flashing the *_app project"
}