-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename board and paths to match other arduino libraries
- Loading branch information
1 parent
a987b5a
commit d4504a6
Showing
7 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
JWBFirmware.name=Jewelbots Firmware Update | ||
JWBFirmware.name=Factory Firmware Update | ||
|
||
JWBFirmware.upload.tool=JWBLoader | ||
JWBFirmware.upload.protocol= | ||
|
||
JWBFirmware.build.mcu=cortex-m0 | ||
JWBFirmware.build.f_cpu=16000000 | ||
JWBFirmware.build.board=JWBFIRMWARE_NRF51822 | ||
JWBFirmware.build.core=JWB_nRF51822 | ||
JWBFirmware.build.variant=JWB_nRF51822 | ||
JWBFirmware.build.board=Jewelbot_v1 | ||
JWBFirmware.build.core=Jewelbot_v1 | ||
JWBFirmware.build.variant=Jewelbot_v1 | ||
JWBFirmware.build.extra_flags=-mthumb | ||
JWBFirmware.build.ldscript=linker_scripts/gcc/JWB_nRF51822.ld |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name=Jewelbots Firmware | ||
name=Jewelbots Boards | ||
version=1.0.0 | ||
|
||
# Compile tool path | ||
|
File renamed without changes.