-
Notifications
You must be signed in to change notification settings - Fork 129
Add Xiao nRF52840 (Sense) board support #151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
maxgerhardt
wants to merge
14
commits into
platformio:develop
Choose a base branch
from
maxgerhardt:develop
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 7 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
fec19ba
Add xiable board support
maxgerhardt 46b9726
Add boards to CI
maxgerhardt dc61228
Add newline to end of file
maxgerhardt deb0ac8
Fixup git reference
maxgerhardt 5781be3
Fixup git reference (2) && git push
maxgerhardt 3f76698
Format board JSON files
maxgerhardt e7622af
Add linebreak
maxgerhardt 5e5dbd5
Merge branch 'platformio:develop' into develop
maxgerhardt 909bc5f
Create Xiao BLE (Sense) boards for 1.0.0 Adafruit core version
maxgerhardt 7c254ae
Add Xiao (adafruit) boards to blinky and BLE example
maxgerhardt 4ea33c5
Fix compilation of example
maxgerhardt 3204db4
Merge branch 'platformio:develop' into develop
maxgerhardt 0f843f4
Merge
maxgerhardt cac6fcf
Merge branch 'platformio-develop' into develop
maxgerhardt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 @@ | ||
| [submodule "builder/frameworks/arduino"] | ||
| path = builder/frameworks/arduino | ||
| url = https://github.com/platformio/builder-framework-arduino-nrf5.git | ||
| url = https://github.com/maxgerhardt/builder-framework-arduino-nrf5.git |
This file contains hidden or 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,60 @@ | ||
| { | ||
| "build": { | ||
| "arduino": { | ||
| "ldscript": "linker_script.ld" | ||
| }, | ||
| "core": "arduino", | ||
| "cpu": "cortex-m4", | ||
| "extra_flags": "-DSEEED_XIAO_NRF52840 -DARDUINO_ARCH_NRF52840", | ||
| "f_cpu": "64000000L", | ||
| "hwids": [ | ||
| [ | ||
| "0x2886", | ||
| "0x0045" | ||
| ], | ||
| [ | ||
| "0x2886", | ||
| "0x8045" | ||
| ] | ||
| ], | ||
| "mcu": "nrf52840", | ||
| "variant": "SEEED_XIAO_NRF52840", | ||
| "softdevice": { | ||
| "sd_flags": "-DS140", | ||
| "sd_name": "s140", | ||
| "sd_version": "7.3.0", | ||
| "sd_fwid": "0x0123" | ||
| } | ||
| }, | ||
| "connectivity": [ | ||
| "bluetooth" | ||
| ], | ||
| "debug": { | ||
| "jlink_device": "nRF52840_xxAA", | ||
| "openocd_target": "nrf52.cfg", | ||
| "svd_path": "nrf52840.svd" | ||
| }, | ||
| "frameworks": [ | ||
| "arduino" | ||
| ], | ||
| "name": "Seeed XIAO BLE nRF52840", | ||
| "upload": { | ||
| "maximum_ram_size": 237568, | ||
| "maximum_size": 811008, | ||
| "protocol": "nrfutil", | ||
| "speed": 115200, | ||
| "protocols": [ | ||
| "jlink", | ||
| "nrfjprog", | ||
| "nrfutil", | ||
| "cmsis-dap", | ||
| "sam-ba", | ||
| "blackmagic" | ||
| ], | ||
| "use_1200bps_touch": true, | ||
| "require_upload_port": true, | ||
| "wait_for_upload_port": true | ||
| }, | ||
| "url": "https://wiki.seeedstudio.com/XIAO_BLE", | ||
| "vendor": "Seeed Studio" | ||
| } |
This file contains hidden or 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,60 @@ | ||
| { | ||
| "build": { | ||
| "arduino": { | ||
| "ldscript": "linker_script.ld" | ||
| }, | ||
| "core": "arduino", | ||
| "cpu": "cortex-m4", | ||
| "extra_flags": "-DSEEED_XIAO_NRF52840_SENSE -DARDUINO_ARCH_NRF52840", | ||
| "f_cpu": "64000000L", | ||
| "hwids": [ | ||
| [ | ||
| "0x2886", | ||
| "0x0045" | ||
| ], | ||
| [ | ||
| "0x2886", | ||
| "0x8045" | ||
| ] | ||
| ], | ||
| "mcu": "nrf52840", | ||
| "variant": "SEEED_XIAO_NRF52840_SENSE", | ||
| "softdevice": { | ||
| "sd_flags": "-DS140", | ||
| "sd_name": "s140", | ||
| "sd_version": "7.3.0", | ||
| "sd_fwid": "0x0123" | ||
| } | ||
| }, | ||
| "connectivity": [ | ||
| "bluetooth" | ||
| ], | ||
| "debug": { | ||
| "jlink_device": "nRF52840_xxAA", | ||
| "openocd_target": "nrf52.cfg", | ||
| "svd_path": "nrf52840.svd" | ||
| }, | ||
| "frameworks": [ | ||
| "arduino" | ||
| ], | ||
| "name": "Seeed XIAO BLE Sense", | ||
| "upload": { | ||
| "maximum_ram_size": 237568, | ||
| "maximum_size": 811008, | ||
| "protocol": "nrfutil", | ||
| "speed": 115200, | ||
| "protocols": [ | ||
| "jlink", | ||
| "nrfjprog", | ||
| "nrfutil", | ||
| "cmsis-dap", | ||
| "sam-ba", | ||
| "blackmagic" | ||
| ], | ||
| "use_1200bps_touch": true, | ||
| "require_upload_port": true, | ||
| "wait_for_upload_port": true | ||
| }, | ||
| "url": "https://wiki.seeedstudio.com/XIAO_BLE", | ||
| "vendor": "Seeed Studio" | ||
| } |
This file contains hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.