You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: paper/paper.md
+21-4Lines changed: 21 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,10 +38,27 @@ Two architectural models are being proposed here; a **hierarchial model** repres
38
38
* Fluid Dynamics Module.
39
39
* Thermodynamics Module.
40
40
* Electromagnetism Module.
41
-
* Mathematical Libraries.
42
-
* VMIO.
43
-
* IO Infrastructure.
44
-
* Platform-dependent toolchain.
41
+
* Mathematical Libraries: a subsystem housing the base continous and discrete mathematical layer of the operations involved in the Physics Subsystems (both the Atomic/Newtonian RTI and the Physics Mechanics Subsystems).
42
+
* Calculus Module.
43
+
* VectorMath Module.
44
+
* Matrix Algebra Module.
45
+
* Virtualized IO (VMIO): a subsystem involving a platform-independent layer of driver modules to operate on the lower level platform-dependent IO infrastructure based on the output data from the Mathematical/Physical layers.
46
+
* Analog Driver Module.
47
+
* Digital Driver Module.
48
+
* Comm Driver Module.
49
+
* Memory Driver Module.
50
+
* IO Infrastructure: a subsystem involving a more platform specific dependent layer of the hardware IO; grouped together in a thin abstraction layer that encapsulates a procedural runtime for the hardware IO involved; links statically with **the Platform-dependent toolchain**.
51
+
* GPIO Module.
52
+
* PWM Module.
53
+
* UART Module.
54
+
* SPI Module.
55
+
* I2C Module.
56
+
* EEPROM Module.
57
+
* Platform-dependent toolchain: a subsystem involving a platform-dependent layer of the hardware IO and the operating system operations that are encapsulated directly by the IO Infrastructure subsystem and indirectly by the Platform-agnostic VMIO subsystem.
0 commit comments