mirror of
https://github.com/len0rd/personal-website.git
synced 2025-09-05 05:43:52 -04:00
fixes/updates. use pydata theme. use drawio extension in devcontainer
This commit is contained in:
parent
67fd3d91af
commit
4285425051
6 changed files with 45 additions and 38 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue