Skip to content

Include missing firmware READMEs#273

Merged
kcaisley merged 2 commits into
masterfrom
add-missing-readmes
May 28, 2026
Merged

Include missing firmware READMEs#273
kcaisley merged 2 commits into
masterfrom
add-missing-readmes

Conversation

@kcaisley

Copy link
Copy Markdown
Member

Closes #267

Adding the missing firmware README files in docs/modules.rst and renames the mixed-case Readme.rst filenames to README.rst.

@kcaisley kcaisley requested a review from rpartzsch May 27, 2026 16:20
@kcaisley kcaisley self-assigned this May 27, 2026

@rpartzsch rpartzsch left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Nice, I think the bram_fifo is still missing. But this should be all of them.

@kcaisley

Copy link
Copy Markdown
Member Author

Ah okay, so I think this needs to be cleared up:

The BRAM docs currently look like the below snippet, but that's mixing up the BRAM and SRAM fifos, right?

.. !BRAM_FIFO!

.. include:: ../basil/firmware/modules/bram_fifo/README.rst

**Driver:**

.. automodule:: basil.HL.sram_fifo

.. autoclass:: sram_fifo
    :members:

@kcaisley

Copy link
Copy Markdown
Member Author

I think I've cleaned this up now, and added missing doc strings for the drivers of the sram_fifo and bram_fifo.

@rpartzsch

Copy link
Copy Markdown
Contributor

You are right. Looks good to me.

@kcaisley kcaisley merged commit c2ad913 into master May 28, 2026
6 checks passed
@kcaisley kcaisley deleted the add-missing-readmes branch May 28, 2026 13:01
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.

Update Modules in Documentation

2 participants