Skip to content

Commit

Permalink
- changed #include "EVE_cpp_wrapper.h" to #include "../EVE_cpp_wrappe…
Browse files Browse the repository at this point in the history
…r.h"
  • Loading branch information
RudolphRiedel committed May 20, 2023
1 parent 8d72b3b commit 84424d9
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 22 deletions.
5 changes: 3 additions & 2 deletions EVE_target/EVE_target_Arduino_AVR.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@file EVE_target_Arduino_AVR.h
@brief target specific includes, definitions and functions
@version 5.0
@date 2023-04-12
@date 2023-05-20
@author Rudolph Riedel
@section LICENSE
Expand All @@ -28,6 +28,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH
- extracted from EVE_target.h
- basic maintenance: checked for violations of white space and indent rules
- split up the optional default defines to allow to only change what needs changing thru the build-environment
- changed #include "EVE_cpp_wrapper.h" to #include "../EVE_cpp_wrapper.h"
*/

Expand All @@ -38,7 +39,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH

#include <stdint.h>
#include <Arduino.h>
#include "EVE_cpp_wrapper.h"
#include "../EVE_cpp_wrapper.h"

#ifdef __cplusplus
extern "C"
Expand Down
5 changes: 3 additions & 2 deletions EVE_target/EVE_target_Arduino_BBC_Microbit_V2.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@file EVE_target_Arduino_BBC_Microbit_V2.h
@brief target specific includes, definitions and functions
@version 5.0
@date 2023-04-12
@date 2023-05-20
@author Rudolph Riedel
@section LICENSE
Expand All @@ -27,6 +27,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH
5.0
- extracted from EVE_target.h
- split up the optional default defines to allow to only change what needs changing thru the build-environment
- changed #include "EVE_cpp_wrapper.h" to #include "../EVE_cpp_wrapper.h"
*/

Expand All @@ -37,7 +38,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH

#include <stdint.h>
#include <Arduino.h>
#include "EVE_cpp_wrapper.h"
#include "../EVE_cpp_wrapper.h"

#ifdef __cplusplus
extern "C"
Expand Down
5 changes: 3 additions & 2 deletions EVE_target/EVE_target_Arduino_ESP32.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@file EVE_target_Arduino_ESP32.h
@brief target specific includes, definitions and functions
@version 5.0
@date 2023-04-12
@date 2023-05-20
@author Rudolph Riedel
@section LICENSE
Expand All @@ -28,6 +28,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH
- extracted from EVE_target.h
- basic maintenance: checked for violations of white space and indent rules
- split up the optional default defines to allow to only change what needs changing thru the build-environment
- changed #include "EVE_cpp_wrapper.h" to #include "../EVE_cpp_wrapper.h"
*/

Expand All @@ -38,7 +39,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH

#include <stdint.h>
#include <Arduino.h>
#include "EVE_cpp_wrapper.h"
#include "../EVE_cpp_wrapper.h"

#ifdef __cplusplus
extern "C"
Expand Down
5 changes: 3 additions & 2 deletions EVE_target/EVE_target_Arduino_ESP8266.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@file EVE_target_Arduino_ESP8266.h
@brief target specific includes, definitions and functions
@version 5.0
@date 2023-04-12
@date 2023-05-20
@author Rudolph Riedel
@section LICENSE
Expand All @@ -27,6 +27,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH
5.0
- extracted from EVE_target.h
- split up the optional default defines to allow to only change what needs changing thru the build-environment
- changed #include "EVE_cpp_wrapper.h" to #include "../EVE_cpp_wrapper.h"
*/

Expand All @@ -37,7 +38,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH

#include <stdint.h>
#include <Arduino.h>
#include "EVE_cpp_wrapper.h"
#include "../EVE_cpp_wrapper.h"

#ifdef __cplusplus
extern "C"
Expand Down
5 changes: 3 additions & 2 deletions EVE_target/EVE_target_Arduino_Metro_M4.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@file EVE_target_Arduino_Metro_M4.h
@brief target specific includes, definitions and functions
@version 5.0
@date 2023-04-12
@date 2023-05-20
@author Rudolph Riedel
@section LICENSE
Expand All @@ -28,6 +28,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH
- extracted from EVE_target.h
- basic maintenance: checked for violations of white space and indent rules
- split up the optional default defines to allow to only change what needs changing thru the build-environment
- changed #include "EVE_cpp_wrapper.h" to #include "../EVE_cpp_wrapper.h"
*/

Expand All @@ -38,7 +39,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH

#include <stdint.h>
#include <Arduino.h>
#include "EVE_cpp_wrapper.h"
#include "../EVE_cpp_wrapper.h"

#ifdef __cplusplus
extern "C"
Expand Down
5 changes: 3 additions & 2 deletions EVE_target/EVE_target_Arduino_Nucleo_F446RE.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@file EVE_target_Arduino_Nucleo_F446RE.h
@brief target specific includes, definitions and functions
@version 5.0
@date 2023-04-12
@date 2023-05-20
@author Rudolph Riedel
@section LICENSE
Expand All @@ -28,6 +28,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH
- extracted from EVE_target.h
- basic maintenance: checked for violations of white space and indent rules
- split up the optional default defines to allow to only change what needs changing thru the build-environment
- changed #include "EVE_cpp_wrapper.h" to #include "../EVE_cpp_wrapper.h"
*/

Expand All @@ -38,7 +39,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH

#include <stdint.h>
#include <Arduino.h>
#include "EVE_cpp_wrapper.h"
#include "../EVE_cpp_wrapper.h"

#ifdef __cplusplus
extern "C"
Expand Down
5 changes: 3 additions & 2 deletions EVE_target/EVE_target_Arduino_RP2040.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@file EVE_target_Arduino_RP2040.h
@brief target specific includes, definitions and functions
@version 5.0
@date 2023-04-12
@date 2023-05-20
@author Rudolph Riedel
@section LICENSE
Expand All @@ -28,6 +28,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH
- extracted from EVE_target.h
- basic maintenance: checked for violations of white space and indent rules
- split up the optional default defines to allow to only change what needs changing thru the build-environment
- changed #include "EVE_cpp_wrapper.h" to #include "../EVE_cpp_wrapper.h"
*/

Expand All @@ -43,7 +44,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH
#endif

#include <Arduino.h>
#include "EVE_cpp_wrapper.h"
#include "../EVE_cpp_wrapper.h"

#ifdef __cplusplus
extern "C"
Expand Down
5 changes: 3 additions & 2 deletions EVE_target/EVE_target_Arduino_Teensy35.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@file EVE_target_Arduino_Teensy35.h
@brief target specific includes, definitions and functions
@version 5.0
@date 2023-04-12
@date 2023-05-20
@author Rudolph Riedel
@section LICENSE
Expand All @@ -28,6 +28,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH
- extracted from EVE_target.h
- basic maintenance: checked for violations of white space and indent rules
- split up the optional default defines to allow to only change what needs changing thru the build-environment
- changed #include "EVE_cpp_wrapper.h" to #include "../EVE_cpp_wrapper.h"
*/

Expand All @@ -38,7 +39,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH

#include <stdint.h>
#include <Arduino.h>
#include "EVE_cpp_wrapper.h"
#include "../EVE_cpp_wrapper.h"

#ifdef __cplusplus
extern "C"
Expand Down
5 changes: 3 additions & 2 deletions EVE_target/EVE_target_Arduino_Teensy4.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@file EVE_target_Arduino_Teensy4.h
@brief target specific includes, definitions and functions
@version 5.0
@date 2023-04-12
@date 2023-05-20
@author Rudolph Riedel
@section LICENSE
Expand All @@ -28,6 +28,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH
- extracted from EVE_target.h
- basic maintenance: checked for violations of white space and indent rules
- split up the optional default defines to allow to only change what needs changing thru the build-environment
- changed #include "EVE_cpp_wrapper.h" to #include "../EVE_cpp_wrapper.h"
*/

Expand All @@ -38,7 +39,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH

#include <stdint.h>
#include <Arduino.h>
#include "EVE_cpp_wrapper.h"
#include "../EVE_cpp_wrapper.h"

#ifdef __cplusplus
extern "C"
Expand Down
5 changes: 3 additions & 2 deletions EVE_target/EVE_target_Arduino_XMC1100_XMC2GO.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@file EVE_target_Arduino_XMC1100_XMC2GO.h
@brief target specific includes, definitions and functions
@version 5.0
@date 2023-04-12
@date 2023-05-20
@author Rudolph Riedel
@section LICENSE
Expand All @@ -27,6 +27,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH
5.0
- extracted from EVE_target.h
- split up the optional default defines to allow to only change what needs changing thru the build-environment
- changed #include "EVE_cpp_wrapper.h" to #include "../EVE_cpp_wrapper.h"
*/

Expand All @@ -37,7 +38,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH

#include <stdint.h>
#include <Arduino.h>
#include "EVE_cpp_wrapper.h"
#include "../EVE_cpp_wrapper.h"

#ifdef __cplusplus
extern "C"
Expand Down
5 changes: 3 additions & 2 deletions EVE_target/EVE_target_Arduino_generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@file EVE_target_Arduino_generic.h
@brief target specific includes, definitions and functions
@version 5.0
@date 2023-04-12
@date 2023-05-20
@author Rudolph Riedel
@section LICENSE
Expand All @@ -27,6 +27,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH
5.0
- extracted from EVE_target.h
- split up the optional default defines to allow to only change what needs changing thru the build-environment
- changed #include "EVE_cpp_wrapper.h" to #include "../EVE_cpp_wrapper.h"
*/

Expand All @@ -37,7 +38,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH

#include <stdint.h>
#include <Arduino.h>
#include "EVE_cpp_wrapper.h"
#include "../EVE_cpp_wrapper.h"

#ifdef __cplusplus
extern "C"
Expand Down

0 comments on commit 84424d9

Please sign in to comment.