Skip to content

Conversation

@jvelasc2
Copy link
Collaborator

No description provided.

@thorenscientific
Copy link
Contributor

@jvelasc2 , @gastmaier , it looks like this PPT deck got removed (which it shouldn't be):
docs/learning/tools_for_ls/Tools_for_low_speed_ms_workshop.pptx
Could this be related to lfs setup (or lack thereof)?

@gastmaier
Copy link
Collaborator

Hi @thorenscientific , I indeed added .pptx to the tracked lfs files, so joyce PR triggered also the conversion to a pointer.
The pptx is now hosted on lfs.

I used the following for checking. Considering lfs initialized with git lfs install --skip-smudge (to fetch them later on demand,
I can fetch per file

file=docs/learning/tools_for_ls/Tools_for_low_speed_ms_workshop.pptx
# Fetch
git lfs pull -I $file
ls -ls $file
    4 -rw-r--r-- 1 me me 133 Mar 25 21:25 docs/learning/tools_for_ls/Tools_for_low_speed_ms_workshop.pptx
# Revert to pointer state
rm $file ; git restore -- $file
cat $file
   version https://git-lfs.github.com/spec/v1
   oid sha256:837ad06a63c0b1c10a02615601f73b7b7596746a62064fe35bb8a4d1543f04a2
   size 34162787

So:

  • git lfs pull -I <path/to/file>: fetch
  • rm <path/to/file> ; git restore -- $_: restore

Copy link
Collaborator

@gastmaier gastmaier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you fix the following sphinx warnings please:

/mnt/wsl/data/repos/documentation/docs/solutions/reference-designs/eval-ess1-sys/index.rst:182: WARNING: Enumerated list ends without a blank line; unexpected unindent. [docutils]
/mnt/wsl/data/repos/documentation/docs/solutions/reference-designs/eval-ess1-sys/index.rst:184: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
/mnt/wsl/data/repos/documentation/docs/solutions/reference-designs/eval-ess1-sys/index.rst:184: WARNING: Inline interpreted text or phrase reference start-string without end-string. [docutils]
/mnt/wsl/data/repos/documentation/docs/solutions/reference-designs/eval-ess1-sys/index.rst:185: WARNING: Enumerated list ends without a blank line; unexpected unindent. [docutils]
/mnt/wsl/data/repos/documentation/docs/solutions/reference-designs/eval-ess1-sys/index.rst:327: WARNING: Inline substitution_reference start-string without end-string. [docutils]
/mnt/wsl/data/repos/documentation/docs/solutions/reference-designs/eval-ess1-sys/index.rst:328: WARNING: Inline substitution_reference start-string without end-string. [docutils]


#. After opening, the **Quick Measure tab** is available. **Note:** it can only handle one BMS product in a Daisy Chain. Click **Start Quick Measure** to begin.
#. Check the Total PEC Status to confirm a successful isoSPI link between the EVAL-ADBMS6822 and the EVAL-ADBMS2950-BASIC. If false, there is an error in the signal chain.
#. Confirm that the reference voltages for the ADBMS2950 are accurate. Scroll through the **Memory Map** section to check VREF2A, VREF2B, VREF1P25, etc. The anticipated values are indicated in the provided image. {{ :resources:eval:user-guides:eval-ess1-sys:2.8.png?nolink |}}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are some syntax from dokuwiki on the page.

@gastmaier gastmaier merged commit 11589af into analogdevicesinc:main Mar 27, 2025
2 checks passed
@jvelasc2 jvelasc2 deleted the joyce-eval-ess1-sys branch April 25, 2025 00:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants