Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
x893 committed Mar 16, 2016
1 parent 3c761d3 commit b3637e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VS/lora_gateway/build.bat
Expand Up @@ -9,7 +9,7 @@ IF "%1*"=="clean*" GOTO :CLEAN
IF "%1*"=="rebuild*" CALL :REBUILD

:BUILD
make CROSS_COMPILE=arm-linux-gnueabihf- all 2>build.log | %FIND% /V "### Generate object file" | %FIND% /V "### Generate dependency file"
make CROSS_COMPILE=arm-linux-gnueabihf- all 2>build.log
CALL :CHECK
GOTO :DONE

Expand Down
2 changes: 1 addition & 1 deletion VS/packet_forwarder/build.bat
Expand Up @@ -9,7 +9,7 @@ IF "%1*"=="clean*" GOTO :CLEAN
IF "%1*"=="rebuild*" CALL :REBUILD

:BUILD
make CROSS_COMPILE=arm-linux-gnueabihf- all 2>build.log | %FIND% /V "### Generate object file" | %FIND% /V "### Generate dependency file"
make CROSS_COMPILE=arm-linux-gnueabihf- all 2>build.log
CALL :CHECK
GOTO :DONE

Expand Down
3 changes: 3 additions & 0 deletions readme.md
Expand Up @@ -4,3 +4,6 @@ http://gnutoolchains.com/raspberry/tutorial/
GNU Tools installed to C:\Tools\GnuARM\RPi

More information can be found on the [gnutoolchains.com](http://gnutoolchains.com/raspberry/tutorial/)

git clone --recursive https://github.com/x893/LoRaWAN.git

0 comments on commit b3637e8

Please sign in to comment.