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: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,12 @@
3
3
4
4
This is a template that builds a cross-platform native executable application for Linux variants, Android variants, and AVR MCU variants utilizing the Electrostatic-Sandbox SDK libraries.
5
5
6
+
## System Requirements
7
+
1) A GNU/Linux System or a WSL System.
8
+
2) A minimum of 1GB RAM, and 4GB Disk Space.
9
+
3) If planned Microcontroller development; ATMega32 and/or ATMega328p are the currently supported ones.
10
+
4) If planned Android development; all Android variants are supported.
11
+
6
12
## Setup the Electrostatic Environment
7
13
This will install missing dependencies (CLI tools and toolchains) in `/opt/electrostatic-sandbox` that shall be utilized by the SDK build front-end and CMake to build the applications.
0 commit comments