This is Sublime Text Plugin for embedded developer with Keil C, Sublime project must upon or beside the keil project path, Compiling log file will jump up when the Compile is done, click Tools->keil Compiler or alt+C compile
這是我自己做的一套sublime Text plugin, 因為自己平常不會使用keil來編輯, 所以寫了一套簡單的編譯器方便在sublime Text上直接編譯
只要sublime跟keil在同一個文件底下就可以直接編譯, 編譯完之後就會跳出keil的執行結果, 如果有任何意見或是建議歡迎提出
#Install 1.add keil UV4 to your Environment Variables PATH (ex:C:\Keil\UV4)
2.Unzip whole file to sublime text path ..\Data\Packages(file)
3.prepare keil file(build project and add file)
4.build sublime text project and keil project in the same folder