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

Add reference manual links to the README #66

Merged
merged 1 commit into from
Feb 28, 2019
Merged
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
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
* [`nrf52832-hal`](https://docs.rs/nrf52832-hal)
* [`nrf52840-hal`](https://docs.rs/nrf52840-hal)

## Resources on the nRF52 devices

- [nRF52840 Reference Manual](https://infocenter.nordicsemi.com/pdf/nRF52840_PS_v1.0.pdf)
- [nRF52832 Reference Manual](https://infocenter.nordicsemi.com/pdf/nRF52832_PS_v1.4.pdf)
- [nRF52810 Reference Manual](https://infocenter.nordicsemi.com/pdf/nRF52810_PS_v1.2.pdf)

## License

Licensed under either of
Expand Down