mdot UDK & STMicro MEMS Shield Sensor packet example
Dependencies: libmDot-mbed5 DOGS102 ISL29011 MMA845x MPL3115A2 NCP5623B X_NUCLEO_IKS01A1 Senet_Packet
Fork of MTDOT-UDKDemo_Senet by
Makefile
- Committer:
- Shaun Nelson
- Date:
- 2017-08-30
- Revision:
- 43:55e7bb4d9b60
- Parent:
- 28:4fd8a894a403
File content as of revision 43:55e7bb4d9b60:
TOOLCHAIN := GCC_ARM TARGET := detect TOOLCHAIN_PATH := "c:\Program Files (x86)\GNU Tools ARM Embedded\4.9 2014q4\bin" BINFILE := mDotDemo CFLAGS := -DMTDOT_UDK all: mbed compile -t $(TOOLCHAIN) -m $(TARGET) $(CFLAGS) -N $(BINFILE) debug: mbed compile --profile debug -t $(TOOLCHAIN) -m $(TARGET) $(CFLAGS) -N $(BINFILE) # find and add missing missing libraries deploy: mbed deploy # configure mbed CLI toolchain settings configure: mbed config toolchain $(TOOLCHAIN) mbed config $(TOOLCHAIN)_Path $(TOOLCHAIN_PATH) # Update library references and removes invalid ones sync: mbed synchronize