File tree Expand file tree Collapse file tree 2 files changed +3
-26
lines changed
Expand file tree Collapse file tree 2 files changed +3
-26
lines changed Original file line number Diff line number Diff line change 11build /* .deb
22
3- src /Blowfish /opt /oc-lora-gw-pf-dev /bin /
4- src /RAK831 /opt /oc-lora-gw-pf-dev /bin /
5- src /RAK2245 /opt /oc-lora-gw-pf-dev /bin /
6- src /RHF0M301 /opt /oc-lora-gw-pf-dev /bin /
7-
8- lora_gateway /libloragw /libloragw.a
9- lora_gateway /libloragw /test_loragw_cal
10- lora_gateway /libloragw /test_loragw_gps
11- lora_gateway /libloragw /test_loragw_hal
12- lora_gateway /libloragw /test_loragw_reg
13- lora_gateway /libloragw /test_loragw_spi
14-
15- lora_gateway /util_pkt_logger /util_pkt_logger
16- lora_gateway /util_tx_continuous /util_tx_continuous
17- lora_gateway /util_tx_test /util_tx_test
18- lora_gateway /util_spi_stress /util_spi_stress
19- lora_gateway /util_lbt_test /util_lbt_test
20- lora_gateway /util_spectral_scan /util_spectral_scan
21-
22- packet_forwarder /lora_pkt_fwd /lora_pkt_fwd
23- packet_forwarder /util_ack /util_ack
24- packet_forwarder /util_sink /util_sink
25- packet_forwarder /util_tx_test /util_tx_test
263src /RAK2245 /fs_root /opt /oc-lora-gw-pf /bin /
274src /RAK831 /fs_root /opt /oc-lora-gw-pf /bin /
Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ ORANGE_COLOR=\e[33;01m
3737default : build
3838
3939build : RAK831 RAK831_OPR RAK2245 RAK2245_OPR
40-
41- # build_RHF0M301 build_RAK831 build_RAK2245
40+ # RHF0M301 Blowfish
4241
4342% _echo :
4443 @touch makefile_clean
4544 @echo " $( GREEN_COLOR) "
4645 @echo " Echo $( NAME) -$( VERSION) -$( BOARD) \t at $( SPI_SPEED) SPI Bus and DEBUG_OPR=$( DEBUG_OPR) "
4746 @echo " $( NO_COLOR) "
47+ @rm makefile_clean
4848
4949% _compile :
5050 @echo " $( GREEN_COLOR) "
@@ -147,5 +147,5 @@ RAK831_OPR: export SPI_SPEED=6500000
147147RAK831_OPR : export DEBUG_OPR=1
148148RAK831_OPR : RAK831_OPR_echo
149149RAK831_OPR : RAK831_OPR_compile
150- RAK831_OPR : RAK831_OPR_compile
150+ RAK831_OPR : RAK831_OPR_copy
151151RAK831_OPR : RAK831_OPR_package
You can’t perform that action at this time.
0 commit comments