fixes/updates. use pydata theme. use drawio extension in devcontainer

This commit is contained in:
len0rd 2023-05-27 23:41:55 -04:00
parent 67fd3d91af
commit 4285425051
6 changed files with 45 additions and 38 deletions

View file

@ -84,7 +84,7 @@ Making unit-testable code in embedded development can be challenging. There is a
What does that look like? Something like this:
.. image:: ../assets/img/writeup/embedded_dev_primer/hal_concept.svg
.. drawio-image:: ../assets/diagrams/hal_concept.drawio
Notice all SOC/MCU-specific code is encapsulated down in a single library which we abstract out with an interface layer immediately.
@ -107,7 +107,7 @@ What are "board-specifics"? This is the term I use to describe the configuration
Here's an extension of the earlier diagram with these concepts added:
.. image:: ../assets/img/writeup/embedded_dev_primer/hal_concept_with_board.svg
.. drawio-image:: ../assets/diagrams/hal_concept_with_board.drawio
Benefits: