-
Notifications
You must be signed in to change notification settings - Fork 964
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from meshtastic/master
Resync with Upstream
- Loading branch information
Showing
155 changed files
with
11,501 additions
and
2,233 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
This file was deleted.
Oops, something went wrong.
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
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
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
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
|
||
set -e | ||
|
||
FILENAME=$1 | ||
|
||
echo "Trying to update $FILENAME" | ||
esptool.py --baud 921600 writeflash 0x10000 $FILENAME |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
JLinkRTTViewer |
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
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
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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
pio run --upload-port /dev/ttyUSB1 -t upload -t monitor |
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 +1 @@ | ||
pio device monitor -b 115200 | ||
pio device monitor -b 921600 |
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 +1 @@ | ||
pio device monitor -p /dev/ttyUSB1 -b 115200 | ||
pio device monitor -p /dev/ttyUSB1 -b 921600 |
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,3 +1,3 @@ | ||
|
||
|
||
export VERSION=0.2.3 | ||
export VERSION=0.6.3 |
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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"build": { | ||
"arduino": { | ||
"ldscript": "nrf52840_s140_v6.ld" | ||
}, | ||
"core": "nRF5", | ||
"cpu": "cortex-m4", | ||
"extra_flags": "-DARDUINO_NRF52840_PCA10056 -DNRF52840_XXAA", | ||
"f_cpu": "64000000L", | ||
"hwids": [["0x239A", "0x4404"]], | ||
"usb_product": "SimPPR", | ||
"mcu": "nrf52840", | ||
"variant": "pca10056-rc-clock", | ||
"variants_dir": "variants", | ||
"bsp": { | ||
"name": "adafruit" | ||
}, | ||
"softdevice": { | ||
"sd_flags": "-DS140", | ||
"sd_name": "s140", | ||
"sd_version": "6.1.1", | ||
"sd_fwid": "0x00B6" | ||
}, | ||
"bootloader": { | ||
"settings_addr": "0xFF000" | ||
} | ||
}, | ||
"connectivity": ["bluetooth"], | ||
"debug": { | ||
"jlink_device": "nRF52840_xxAA", | ||
"onboard_tools": ["jlink"], | ||
"svd_path": "nrf52840.svd" | ||
}, | ||
"frameworks": ["arduino"], | ||
"name": "A modified NRF52840-DK devboard (Adafruit BSP)", | ||
"upload": { | ||
"maximum_ram_size": 248832, | ||
"maximum_size": 815104, | ||
"require_upload_port": true, | ||
"speed": 115200, | ||
"protocol": "jlink", | ||
"protocols": ["jlink", "nrfjprog", "stlink"] | ||
}, | ||
"url": "https://meshtastic.org/", | ||
"vendor": "Nordic Semi" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"build": { | ||
"arduino": { | ||
"ldscript": "nrf52840_s140_v6.ld" | ||
}, | ||
"core": "nRF5", | ||
"cpu": "cortex-m4", | ||
"extra_flags": "-DARDUINO_NRF52840_PPR -DNRF52840_XXAA", | ||
"f_cpu": "64000000L", | ||
"hwids": [["0x239A", "0x4403"]], | ||
"usb_product": "PPR", | ||
"mcu": "nrf52840", | ||
"variant": "ppr", | ||
"variants_dir": "variants", | ||
"bsp": { | ||
"name": "adafruit" | ||
}, | ||
"softdevice": { | ||
"sd_flags": "-DS140", | ||
"sd_name": "s140", | ||
"sd_version": "6.1.1", | ||
"sd_fwid": "0x00B6" | ||
}, | ||
"bootloader": { | ||
"settings_addr": "0xFF000" | ||
} | ||
}, | ||
"connectivity": ["bluetooth"], | ||
"debug": { | ||
"jlink_device": "nRF52840_xxAA", | ||
"onboard_tools": ["jlink"], | ||
"svd_path": "nrf52840.svd" | ||
}, | ||
"frameworks": ["arduino"], | ||
"name": "Meshtastic PPR (Adafruit BSP)", | ||
"upload": { | ||
"maximum_ram_size": 248832, | ||
"maximum_size": 815104, | ||
"require_upload_port": true, | ||
"speed": 115200, | ||
"protocol": "jlink", | ||
"protocols": ["jlink", "nrfjprog", "stlink"] | ||
}, | ||
"url": "https://meshtastic.org/", | ||
"vendor": "Othernet" | ||
} |
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
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
Oops, something went wrong.