新增发布SDK的脚本
This commit is contained in:
parent
c077006dac
commit
8818b1feba
|
@ -6,8 +6,6 @@
|
|||
#include "Button_GrayLevel.h"
|
||||
#include "Device\WatchDog.h"
|
||||
|
||||
//#include "Platform\stm32.h"
|
||||
|
||||
#define BTN_DEBUG DEBUG
|
||||
//#define BTN_DEBUG 0
|
||||
#if BTN_DEBUG
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
|
||||
#include "IR.h"
|
||||
|
||||
//#include "Platform\stm32.h"
|
||||
|
||||
/*
|
||||
Timer2 CH2 通道
|
||||
DMA1 Channel3 通道
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
#include "Device\Port.h"
|
||||
#include "DAC.h"
|
||||
|
||||
//#include "Platform\stm32.h"
|
||||
|
||||
#if defined(STM32F1)
|
||||
DAConverter::DAConverter(Pin pin)
|
||||
{
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
var dst = "..\\..\\SmartSDK\\";
|
||||
"..\\".AsDirectory().CopyTo(dst, "*.h;*.exe;*.dll", true);
|
||||
Directory.Delete(dst + "Platform", true);
|
||||
Directory.Delete(dst + "XX", true);
|
|
@ -1 +0,0 @@
|
|||
"xcopy".Run("*.h ..\\SmartOSLib\\ /S");
|
Loading…
Reference in New Issue