Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/lab11/socitrack
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgecrw committed Jan 12, 2024
2 parents e4f9485 + 8fae982 commit 60a4452
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/Provisioning.md → doc/Provisioning_PreAmbiq.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@ calibration, and carry out device debugging:
- [Calibration](#calibration)
- [Debugging](#debugging)

## Checkout the firmware before revision H
This guide is for TotTag hardware up to revision H. You need to checkout the older firmware as the latest firmware is no longer designed for STM32 + nRF TotTag.

```bash
git checkout 67cdde4991d016ee61d7ed7892941ad19e543c95
```

To ensure that the submodules are downloaded, you might need to run

```bash
git submodule update --init --recursive
```

## Programming the nRF Microcontroller

This guide covers the step-by-step requirements necessary to program the nRF
Expand Down

0 comments on commit 60a4452

Please sign in to comment.