Skip to content

Conversation

@aronkis
Copy link
Collaborator

@aronkis aronkis commented Dec 5, 2025

Type

  • Documentation
  • Bug fix
  • New feature
  • Continuous integration

Checklist

@gastmaier
Copy link
Collaborator

gastmaier commented Dec 8, 2025

@gastmaier
Copy link
Collaborator

gastmaier commented Dec 8, 2025

I cannot add @aronkis as a contributor of the repo. Do you have your SSO correlated with that account?
image

@aronkis
Copy link
Collaborator Author

aronkis commented Dec 10, 2025

@gastmaier SSO is now correlated with this account.

@jvelasc2
Copy link
Collaborator

Hi @gastmaier ,
Would it be possible to get these pages prioritized among the ongoing PRs? These models are up for release on analog.com; the other pages we raised were just Wiki to Git migration of already released boards.

Thank you for your help!

Regards,
Joyce

@jvelasc2 jvelasc2 requested a review from gastmaier December 16, 2025 01:05
@gastmaier gastmaier closed this Dec 16, 2025
@gastmaier gastmaier reopened this Dec 16, 2025
Add user guide for the EVAL-AD4130-8-PMDZ evaluation board, a compact
8-channel 24-bit sigma-delta ADC with PGA and FIFO in PMOD format.

Signed-off-by: Aron Kis <kis.aron@analog.com>
Add user guide for the AD-RPI-T1LPSE-SL, a 2-port 10BASE-T1L field
switch with Single Pair Power over Ethernet PSE for Raspberry Pi.

Signed-off-by: Aron Kis <kis.aron@analog.com>
Add user guide for the AD-APARDSPOE-SL, a 10BASE-T1L power extractor
Arduino shield with Single Pair Power over Ethernet powered device
support.

Signed-off-by: Aron Kis <kis.aron@analog.com>
Add user guide for the AD-APARDPFWD-SL, a 2-port 10BASE-T1L Arduino
shield with Single Pair Power over Ethernet power forwarding
capability.

Signed-off-by: Aron Kis <kis.aron@analog.com>
Update pin descriptions and specifications CSV files.
Update index formatting.

Signed-off-by: Aron Kis <kis.aron@analog.com>
@gastmaier
Copy link
Collaborator

Hi, please don't generate merge commits like this. It is ok to do once or twice if it is intentional (e.g. create a merge commit with another branch with the intent of showing it as interdependent). I ended up raw checking out the head commit and recreating the commits since rebasing on main was impossible...
you can keep your branch behind main, and it is better to "update" with git rebase origin/main instead of merging, since you don't post-pone to the reviewer the conflicts.

I suppose the actual edit files are under:

ad-apard32690-sl (existing files modifications)
ad-apardpfwd-sl
ad-apardspoe-sl
ad-rpi-t1lpse-sl
ad4130-pmod

After the head checkout and initial commits, claude helped me, using the prompts:

 I am trying to rebase/review/re-organize some commits made by another developer, it is documentation commits. the range is from
6b47dc8521c882d22e5b89c1dd3010ebb3399308~..ca58e6dda64120e9d6542a9bf86baa3bbc2db1f8 . Learn the repository format, by reading
docs/contributing/docs_guidelines.rst , /mnt/wsl/data/repos/doctools/docs/docs_guidelines/index.rst ,
/mnt/wsl/data/repos/doctools/docs/docs_guidelines/directives.rst and /mnt/wsl/data/repos/doctools/docs/docs_guidelines/roles.rst . Fix trailing
whitespace. A live build runs on http://0.0.0.0:8001 , a virtual environment is enabled with Sphinx. Feel free to install
auxiliary pip packages to help you see. Use --fixup commits for each commit, at the end I would like to one commit for each project

Then

Now, the live server is shutdown, because I want you to do `make clean html` in the docs folder and fix all warnigns, also using --fixup commits to
the project commits

then I went back to each commit and reviewed.

Then


We are doing great! Now let's rework these commits messages. We are going to commit on behalf of 
`Signed-off-by: Aron Kis <kis.aron@analog.com>` (the original author)
The commit range is 
55427a3c89aa7498f8d25fa6665c1b8485eacdbb~..741eb6f7d20c7f34bf157c3c698a78684d99e85e

A good template for a commit message is (but wrapping the lines as an usual git commit):

```
solutions/ad-swiot1l-sl: Modify user guide

Update the structure of the software user guide by deleting unnecessary hardware setup section and adding a system setup section
Add a getting started section to the general user guide that redirects the user to quickstart guides related to the usage of the board with Scopy and developing application or firmware code
Add an image with the SWIOT1L kit that was present on the Wiki page, but not in the Github documentation
```

Then compare the changes with you head.
Your previous head commit is f8aa24a

@gastmaier
Copy link
Collaborator

Please, now do a self-review of the changes. Especially added links that does not exist.
Further commits should be created with

git commit --fixup <SHA_OF_THE_COMMIT_FIXING>

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