Skip to content
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

doc: add application source code section #171

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion doc/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,9 @@ The {{app_name}} is installed and updated using [nRF Connect for Desktop](https:
- nRF52840 DK
- nRF52833 DK (nRF52 DK)

The application also supports third-party devices that are programmed with the DTM standard protocol and expose access to it through a serial port.
The application also supports third-party devices that are programmed with the DTM standard protocol and expose access to it through a serial port.

## Application source code

The code of the application is open source and [available on GitHub](https://github.com/NordicSemiconductor/pc-nrfconnect-dtm).
Feel free to fork the repository and clone it for secondary development or feature contributions.
1 change: 1 addition & 0 deletions doc/docs/revision_history.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

| Date | Description |
|------------|---------------|
| January 2025 | Added the [Application source code](./index.md#application-source-code) section on the [Home](./index.md) page |
| 2024-04-02 | First release, for the [v2.3.1](https://github.com/NordicSemiconductor/pc-nrfconnect-dtm/blob/main/Changelog.md) of the application. |
Loading