This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
-
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.
feat: move to NordicSemiconductor organization
BREAKING CHANGE: this renames the package See bifravst/bifravst#56
- Loading branch information
1 parent
53a0f8b
commit 6008bee
Showing
3 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 1 @@ | ||
See https://github.com/bifravst/bifravst/blob/saga/CODE_OF_CONDUCT.md | ||
See https://github.com/NordicSemiconductor/asset-tracker-cloud-docs/blob/saga/CODE_OF_CONDUCT.md |
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,8 1,8 @@ | ||
# AT client sample | ||
|
||
![Build and Release](https://github.com/bifravst/at_client/workflows/Build/badge.svg?branch=saga) | ||
![Build and Release](https://github.com/NordicSemiconductor/at_client-hex/workflows/Build/badge.svg?branch=saga) | ||
|
||
Compile the AT client sample for 9160DK and Thingy:91 and publish it regularly. | ||
|
||
- [`thingy91_nrf9160ns`](https://bifravst.github.io/at_client/at_client-thingy91_nrf9160ns.hex) | ||
- [`nrf9160dk_nrf9160ns`](https://bifravst.github.io/at_client/at_client-nrf9160dk_nrf9160ns.hex) | ||
- [`thingy91_nrf9160ns`](https://nordicsemiconductor.github.io/at_client-hex/at_client-thingy91_nrf9160ns.hex) | ||
- [`nrf9160dk_nrf9160ns`](https://nordicsemiconductor.github.io/at_client-hex/at_client-nrf9160dk_nrf9160ns.hex) |
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,5 1,5 @@ | ||
{ | ||
"extends": [ | ||
"github>bifravst/code-style" | ||
"github>nordicsemiconductor/asset-tracker-cloud-code-style-js" | ||
] | ||
} |