Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pavly-gerges authored Sep 22, 2024
1 parent a9f9e94 commit ad04924
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,41 @@ _[Jump to the Electrobox Specification]()_

### Provisional Hardware/Software Abstraction Layer (HAL):

```mermaid
block-beta
columns 1
IEEE["IEEE-1516 HLA"]
OS_Res["Base OS Resources and Std Libraries APIs"]
block:TITLE
block:STD
Std["Std Libs"]
end
block:OS
OSRES["Base OS Resources"]
end
end
block:HAL
block:_STD
ADT["ADTs"]
ALG["Algebra"]
ALGO["Algorithms"]
end
block:_OS
FS["Abstract Filesystems"]
TH["Thread Control Utilities"]
SCT["Sockets Control Utilities"]
PC["Processes Control Utilities"]
CRY["Cryptographic Utilities"]
end
end
MCU["Microcontroller Interfacing APIs"]
style OS fill:#969,stroke:#333
style STD fill:#999,stroke:#333
style _OS fill:#969,stroke:#333
style _STD fill:#999,stroke:#333
```

### Current progress:

### Project Milestones:
Expand Down

0 comments on commit ad04924

Please sign in to comment.