v1.0.0
* Initial release for SX1302 CoreCell Reference Design.
This commit is contained in:
parent
c7a5171a47
commit
4c61c5d48e
79 changed files with 30157 additions and 0 deletions
10
target.cfg
Normal file
10
target.cfg
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# That file will be included in the Makefiles to configure where to install files on the target
|
||||
|
||||
# The IP address of the gateway host on which the files need to be installed
|
||||
TARGET_IP=localhost
|
||||
|
||||
# The directory on the gateway file system to which the files need to be installed
|
||||
TARGET_DIR=/home/pi/sx1302_hal/bin
|
||||
|
||||
# The user to be used by ssh/scp to copy the files on the gateway host
|
||||
TARGET_USR=pi
|
||||
Loading…
Add table
Add a link
Reference in a new issue