File tree Expand file tree Collapse file tree 9 files changed +19
-13
lines changed Expand file tree Collapse file tree 9 files changed +19
-13
lines changed Original file line number Diff line number Diff line change 5
5
path = lvgl/lvgl
6
6
url = https://github.com/littlevgl/lvgl.git
7
7
[submodule "examples/lora/RadioLib "]
8
- path = wip /lora/RadioLib
8
+ path = examples /lora/RadioLib
9
9
url = https://github.com/jgromes/RadioLib.git
10
10
[submodule "libopenthread/openthread "]
11
11
path = libopenthread/openthread
File renamed without changes.
Original file line number Diff line number Diff line change @@ -29,13 +29,16 @@ LIBS_rv32imac += ../RadioLib/examples/NonArduino/Tock/build-riscv/RadioLib/libRa
29
29
# building the application.
30
30
include $(TOCK_USERLAND_BASE_DIR ) /AppMakefile.mk
31
31
32
- ../RadioLib/examples/NonArduino/Tock/build-arm/RadioLib/libRadioLib.a ../RadioLib/examples/NonArduino/Tock/build-riscv/RadioLib/libRadioLib.a :
32
+ ../RadioLib/examples/NonArduino/Tock/build-arm/RadioLib/libRadioLib.a :
33
33
cd ../RadioLib/examples/NonArduino/Tock/ && \
34
- rm -rf build-arm build-riscv && \
34
+ rm -rf build-arm && \
35
35
mkdir -p build-arm && cd build-arm && \
36
- LIBTOCK_C_DIRECTORY=" $( TOCK_USERLAND_BASE_DIR) /../../../../" cmake -G " CodeBlocks - Unix Makefiles" .. && \
37
- $(MAKE ) -j4 2> /dev/null || \
38
- cd ../ && \
36
+ LIBTOCK_C_DIRECTORY=" $( TOCK_USERLAND_BASE_DIR) /../../../" cmake -G " CodeBlocks - Unix Makefiles" .. && \
37
+ $(MAKE ) -j4 2> /dev/null || true
38
+
39
+ ../RadioLib/examples/NonArduino/Tock/build-riscv/RadioLib/libRadioLib.a :
40
+ cd ../RadioLib/examples/NonArduino/Tock/ && \
41
+ rm -rf build-riscv && \
39
42
mkdir -p build-riscv && cd build-riscv && \
40
- LIBTOCK_C_DIRECTORY=" $( TOCK_USERLAND_BASE_DIR) /../../../../ " cmake -G " CodeBlocks - Unix Makefiles" -DRISCV_BUILD=1 .. && \
43
+ LIBTOCK_C_DIRECTORY=" $( TOCK_USERLAND_BASE_DIR) /../../../" cmake -G " CodeBlocks - Unix Makefiles" -DRISCV_BUILD=1 .. && \
41
44
$(MAKE ) -j4 2> /dev/null || true
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -29,13 +29,16 @@ LIBS_rv32imac += ../RadioLib/examples/NonArduino/Tock/build-riscv/RadioLib/libRa
29
29
# building the application.
30
30
include $(TOCK_USERLAND_BASE_DIR ) /AppMakefile.mk
31
31
32
- ../RadioLib/examples/NonArduino/Tock/build-arm/RadioLib/libRadioLib.a ../RadioLib/examples/NonArduino/Tock/build-riscv/RadioLib/libRadioLib.a :
32
+ ../RadioLib/examples/NonArduino/Tock/build-arm/RadioLib/libRadioLib.a :
33
33
cd ../RadioLib/examples/NonArduino/Tock/ && \
34
- rm -rf build-arm build-riscv && \
34
+ rm -rf build-arm && \
35
35
mkdir -p build-arm && cd build-arm && \
36
- LIBTOCK_C_DIRECTORY=" $( TOCK_USERLAND_BASE_DIR) /../../../../" cmake -G " CodeBlocks - Unix Makefiles" .. && \
37
- $(MAKE ) -j4 2> /dev/null || \
38
- cd ../ && \
36
+ LIBTOCK_C_DIRECTORY=" $( TOCK_USERLAND_BASE_DIR) /../../../" cmake -G " CodeBlocks - Unix Makefiles" .. && \
37
+ $(MAKE ) -j4 2> /dev/null || true
38
+
39
+ ../RadioLib/examples/NonArduino/Tock/build-riscv/RadioLib/libRadioLib.a :
40
+ cd ../RadioLib/examples/NonArduino/Tock/ && \
41
+ rm -rf build-riscv && \
39
42
mkdir -p build-riscv && cd build-riscv && \
40
- LIBTOCK_C_DIRECTORY=" $( TOCK_USERLAND_BASE_DIR) /../../../../ " cmake -G " CodeBlocks - Unix Makefiles" -DRISCV_BUILD=1 .. && \
43
+ LIBTOCK_C_DIRECTORY=" $( TOCK_USERLAND_BASE_DIR) /../../../" cmake -G " CodeBlocks - Unix Makefiles" -DRISCV_BUILD=1 .. && \
41
44
$(MAKE ) -j4 2> /dev/null || true
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments