mbed-scli test program

Dependencies:   Scheduler

Revision:
2:3e748cfff1d7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Sun Feb 26 20:46:33 2017 +0900
@@ -0,0 +1,36 @@
+syntax: glob
+*.d
+*.o
+*.bak
+*.map
+*.hex
+*.elf
+*.patch
+*~
+*.rej
+*.org
+GPATH
+*TAGS
+*.bin
+*.lss
+*.lst
+*.sym
+*.cof
+*.new
+*.old
+err.txt
+*.bld
+.mbed
+*.pyc
+
+syntax: regexp
+\.svn/
+build/
+build-.+/
+0temp/
+Objects/
+BUILD/
+mbed/
+projectfiles/
+.git/
+.temp/