File tree Expand file tree Collapse file tree 7 files changed +20
-20
lines changed Expand file tree Collapse file tree 7 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ if (BUILD_EMULATOR)
5353 src/Utils/macros .cpp
5454 src/Utils/sockets.cpp
5555 src/Debug/debugger.cpp
56- src/Edward /proxy.cpp
57- src/Edward /proxy_supervisor.cpp
58- src/Edward /RFC.cpp
56+ src/Oop /proxy.cpp
57+ src/Oop /proxy_supervisor.cpp
58+ src/Oop /RFC.cpp
5959 )
6060
6161 add_definitions (-DINFO=0)
@@ -95,9 +95,9 @@ if (BUILD_UNITTEST)
9595 src/Utils/macros .cpp
9696 src/Utils/sockets.cpp
9797 src/Debug/debugger.cpp
98- src/Edward /proxy.cpp
99- src/Edward /proxy_supervisor.cpp
100- src/Edward /RFC.cpp
98+ src/Oop /proxy.cpp
99+ src/Oop /proxy_supervisor.cpp
100+ src/Oop /RFC.cpp
101101 )
102102
103103 # Set default compile flags for GCC
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ set(SOURCE_FILES
55 ../../src/Interpreter/proxied.cpp
66 ../../src/Memory/mem.cpp
77 ../../src/Primitives/idf.cpp
8- ../../src/Edward /proxy.cpp
9- ../../src/Edward /proxy_supervisor.cpp
10- ../../src/Edward /RFC.cpp
8+ ../../src/Oop /proxy.cpp
9+ ../../src/Oop /proxy_supervisor.cpp
10+ ../../src/Oop /RFC.cpp
1111 ../../src/Utils/macros .cpp
1212 ../../src/Utils/sockets.cpp
1313 ../../src/Utils/util.cpp
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ target_sources(app PRIVATE
2525 ../../src/Utils/macros .cpp
2626 ../../src/Utils/sockets.cpp
2727 ../../src/Debug/debugger.cpp
28- ../../src/Edward /proxy.cpp
29- ../../src/Edward /proxy_supervisor.cpp
30- ../../src/Edward /RFC.cpp
28+ ../../src/Oop /proxy.cpp
29+ ../../src/Oop /proxy_supervisor.cpp
30+ ../../src/Oop /RFC.cpp
3131 upload.h
3232)
3333
Original file line number Diff line number Diff line change 1111#include < unordered_map>
1212#include < vector>
1313
14- #include " ../Edward /proxy.h"
14+ #include " ../Oop /proxy.h"
1515#include " ../Threading/warduino-thread.h"
1616#include " ../Utils/sockets.h"
1717
Original file line number Diff line number Diff line change 99#include < vector>
1010
1111#include " Debug/debugger.h"
12- #include " Edward /proxy_supervisor.h"
12+ #include " Oop /proxy_supervisor.h"
1313#include " Interpreter/interpreter.h"
1414#include " WARDuino/internals.h"
1515
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ set(SOURCE_FILES
44 ../../../src/Utils/util_arduino.cpp
55 ../../../src/Utils/sockets.cpp
66 ../../../src/Debug/debugger.cpp
7- ../../../src/Edward /proxy.cpp
8- ../../../src/Edward /proxy_supervisor.cpp
9- ../../../src/Edward /RFC.cpp
7+ ../../../src/Oop /proxy.cpp
8+ ../../../src/Oop /proxy_supervisor.cpp
9+ ../../../src/Oop /RFC.cpp
1010 ../../../src/Utils/macros .cpp
1111 ../../../src/WARDuino/WARDuino.cpp
1212 ../../../src/Primitives/emulated.cpp
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ set(SOURCE_FILES
33 ../../../src/Interpreter/instructions.cpp
44 ../../../src/Memory/mem.cpp
55 ../../../src/Primitives/idf.cpp
6- ../../../src/Edward /proxy.cpp
7- ../../../src/Edward /proxy_supervisor.cpp
8- ../../../src/Edward /RFC.cpp
6+ ../../../src/Oop /proxy.cpp
7+ ../../../src/Oop /proxy_supervisor.cpp
8+ ../../../src/Oop /RFC.cpp
99 ../../../src/Utils/macros .cpp
1010 ../../../src/Utils/sockets.cpp
1111 ../../../src/Utils/util.cpp
You can’t perform that action at this time.
0 commit comments