summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsumeet142018-06-18 16:20:53 +0530
committerGitHub2018-06-18 16:20:53 +0530
commitfc1f82aebaa6ec765dbb94a8e9a62775639e884b (patch)
tree4094ad387dd9827f3af828d11acdbddea61a8775
parent0fcec2ce13bffbcfb436cb2ab584f1bce90776a5 (diff)
downloadOpenModelicaEmbedded-1-fc1f82aebaa6ec765dbb94a8e9a62775639e884b.tar.gz
OpenModelicaEmbedded-1-fc1f82aebaa6ec765dbb94a8e9a62775639e884b.tar.bz2
OpenModelicaEmbedded-1-fc1f82aebaa6ec765dbb94a8e9a62775639e884b.zip
Update README.md
-rw-r--r--README.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index 433ea3d..fbe379d 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +4,10 @@ OpenModelica for Embedded Applications
### Installation
---
## Energia
- - Download the latest release of [Energia](http://energia.nu/download/).
- - Follow the installation instructions provided by [Energia](http://energia.nu/download/).
- - In Energia IDE, Select `Tools` and the `Board` and check if `Tiva C` board is present.
- - If not, then click on `Board Manager`, type Tiva C in search bar and then click on `Install` to install board.
+ * Download the latest release of [Energia](http://energia.nu/download/).
+ * Follow the installation instructions provided by [Energia](http://energia.nu/download/).
+ * In Energia IDE, Select `Tools` and the `Board` and check if `Tiva C` board is present.
+ * If not, then click on `Board Manager`, type Tiva C in search bar and then click on `Install` to install board.
## Working with Arduino UNO [Atmega328p]
@@ -15,9 +15,9 @@ OpenModelica for Embedded Applications
## Working with Tiva C [TM4C123G]
---
### Simulate a model with Tiva C
- - In Energia, open the firmware for Tiva C provided in folder named `Firmware`.
- - Select appropriate Board(Tiva C) and Port(USB port where Tiva C is connected) in `Tools` menu.
- - Then, upload the firmware on board.
- - Now open OMEdit and Open the `package.mo` file from OpenModelicaEmbedded package
- - Open an example provided in the OpenModelicaEmbedded package which includes a Tiva C board.
- - Check and Simulate the model and verify the results in Plotting window.
+ * In Energia, open the firmware for Tiva C provided in folder named `Firmware`.
+ * Select appropriate Board(Tiva C) and Port(USB port where Tiva C is connected) in `Tools` menu.
+ * Then, upload the firmware on board.
+ * Now open OMEdit and Open the `package.mo` file from OpenModelicaEmbedded package
+ * Open an example provided in the OpenModelicaEmbedded package which includes a Tiva C board.
+ * Check and Simulate the model and verify the results in Plotting window.