From 7a115fde110b54b6c8dc8c854950160d3520d7ab Mon Sep 17 00:00:00 2001 From: Roar Fredriksen Date: Wed, 25 Oct 2017 22:52:57 +0200 Subject: [PATCH] Cleaning up --- .../__vm/.KamstrupTest.vsarduino.h | 112 ------------------ .../KamstrupTest/__vm/Compile.vmps.xml | 12 -- .../__vm/Configuration.Debug.vmps.xml | 9 -- .../Arduino/KamstrupTest/__vm/Upload.vmps.xml | 12 -- 4 files changed, 145 deletions(-) delete mode 100644 Code/Arduino/KamstrupTest/__vm/.KamstrupTest.vsarduino.h delete mode 100644 Code/Arduino/KamstrupTest/__vm/Compile.vmps.xml delete mode 100644 Code/Arduino/KamstrupTest/__vm/Configuration.Debug.vmps.xml delete mode 100644 Code/Arduino/KamstrupTest/__vm/Upload.vmps.xml diff --git a/Code/Arduino/KamstrupTest/__vm/.KamstrupTest.vsarduino.h b/Code/Arduino/KamstrupTest/__vm/.KamstrupTest.vsarduino.h deleted file mode 100644 index edfc983d..00000000 --- a/Code/Arduino/KamstrupTest/__vm/.KamstrupTest.vsarduino.h +++ /dev/null @@ -1,112 +0,0 @@ -/* - Editor: http://www.visualmicro.com - visual micro and the arduino ide ignore this code during compilation. this code is automatically maintained by visualmicro, manual changes to this file will be overwritten - the contents of the Visual Micro sketch sub folder can be deleted prior to publishing a project - all non-arduino files created by visual micro and all visual studio project or solution files can be freely deleted and are not required to compile a sketch (do not delete your own code!). - note: debugger breakpoints are stored in '.sln' or '.asln' files, knowledge of last uploaded breakpoints is stored in the upload.vmps.xml file. Both files are required to continue a previous debug session without needing to compile and upload again - - Hardware: Generic ESP8266 Module, Platform=esp8266, Package=esp8266 -*/ - -#if defined(_VMICRO_INTELLISENSE) - -#ifndef _VSARDUINO_H_ -#define _VSARDUINO_H_ -#define __ESP8266_ESp8266__ -#define __ESP8266_ESP8266__ -#define __ets__ -#define ICACHE_FLASH -#define F_CPU 80000000L -#define LWIP_OPEN_SRC -#define ARDUINO 106012 -#define ARDUINO_ESP8266_ESP01 -#define ARDUINO_ARCH_ESP8266 -#define ESP8266 -#define __cplusplus 201103L -#undef __cplusplus -#define __cplusplus 201103L -#define __STDC__ -#define __ARM__ -#define __arm__ -#define __inline__ -#define __asm__(x) -#define __asm__ -#define __extension__ -#define __ATTR_PURE__ -#define __ATTR_CONST__ -#define __volatile__ - - -#define __ASM -#define __INLINE -#define __attribute__(noinline) - -//#define _STD_BEGIN -//#define EMIT -#define WARNING -#define _Lockit -#define __CLR_OR_THIS_CALL -#define C4005 -// -//typedef int uint8_t; -//#define __ARMCC_VERSION 400678 -//#define PROGMEM -//#define string_literal -// -//#define prog_void -//#define PGM_VOID_P int -// - -typedef int _read; -typedef int _seek; -typedef int _write; -typedef int _close; -typedef int __cleanup; - -//#define inline - -#define __builtin_clz -#define __builtin_clzl -#define __builtin_clzll -#define __builtin_labs -#define __builtin_va_list -typedef int __gnuc_va_list; - -#define __ATOMIC_ACQ_REL - -#define __CHAR_BIT__ -#define _EXFUN() - -typedef unsigned char byte; -extern "C" void __cxa_pure_virtual() {;} - - -typedef long __INTPTR_TYPE__ ; -typedef long __UINTPTR_TYPE__ ; -typedef long __SIZE_TYPE__ ; -typedef long __PTRDIFF_TYPE__; - - -#include "new" -#include "Esp.h" - - -#include -#include -#include - -#include "..\generic\Common.h" -#include "..\generic\pins_arduino.h" - -#undef F -#define F(string_literal) ((const PROGMEM char *)(string_literal)) -#undef PSTR -#define PSTR(string_literal) ((const PROGMEM char *)(string_literal)) -//current vc++ does not understand this syntax so use older arduino example for intellisense -//todo:move to the new clang/gcc project types. -#define interrupts() sei() -#define noInterrupts() cli() - -#include "KamstrupTest.ino" -#endif -#endif diff --git a/Code/Arduino/KamstrupTest/__vm/Compile.vmps.xml b/Code/Arduino/KamstrupTest/__vm/Compile.vmps.xml deleted file mode 100644 index 43253c81..00000000 --- a/Code/Arduino/KamstrupTest/__vm/Compile.vmps.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/Code/Arduino/KamstrupTest/__vm/Configuration.Debug.vmps.xml b/Code/Arduino/KamstrupTest/__vm/Configuration.Debug.vmps.xml deleted file mode 100644 index 8993f725..00000000 --- a/Code/Arduino/KamstrupTest/__vm/Configuration.Debug.vmps.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/Code/Arduino/KamstrupTest/__vm/Upload.vmps.xml b/Code/Arduino/KamstrupTest/__vm/Upload.vmps.xml deleted file mode 100644 index d3cefbc5..00000000 --- a/Code/Arduino/KamstrupTest/__vm/Upload.vmps.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file