|
|
@@ -0,0 +1,31 @@
|
|
|
+# MSP430 Emulator with GUI
|
|
|
+
|
|
|
+## Setup
|
|
|
+
|
|
|
+More detailed description for multiple platforms will be added.
|
|
|
+
|
|
|
+To build from source:
|
|
|
+```bash
|
|
|
+# Build
|
|
|
+python setup.py build
|
|
|
+
|
|
|
+# Install
|
|
|
+python setup.py install
|
|
|
+```
|
|
|
+
|
|
|
+## Work Done
|
|
|
+
|
|
|
+List of features that are added:
|
|
|
+
|
|
|
+- [x] Source build on linux
|
|
|
+- [ ] Source build on windows
|
|
|
+- [ ] Source build on mac
|
|
|
+- [x] Working Emulator
|
|
|
+- [x] Python GUI
|
|
|
+- [x] Blinking LEDs
|
|
|
+- [x] UART Serial output
|
|
|
+- [ ] UART Serial input
|
|
|
+- [ ] Reset and P1.3 button
|
|
|
+- [ ] GPIO Oscilloscope
|
|
|
+- [ ] Port 2 GPIO
|
|
|
+- [ ] ADC
|