Skip to content

Commit

Permalink
Merge pull request #36 from akashkollipara/development
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
pranjalchanda08 authored Aug 15, 2021
2 parents ba309c3 + c75b7c7 commit db3ebb7
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,35 @@
###### *A unified software platform for embedded system projects ...*
---

### Supported Platforms
> **Version (arch:2 | major:4 | minor:2): 0.1.0**
```
arch : 0x00
major : 0x0001
minor : 0x00
```

### Discord Community
[![Discord](https://discord.com/assets/cb48d2a8d4991281d7a6a95d2f58195e.svg)](https://discord.gg/gxUQr77MT2)

Click the above icon to connect

### Supported Platforms

| Atmel | SiFive | STMicro | TI |
| ---------- | ----------- | ----------- | ----------- |
| ATMega328P | Coming soon | Coming soon | Coming soon |

### Projects
* demo_avr
* demo_avr_cpp
* demo_avr_bit_banding

* Demo AVR
### Programming Languages
* asm/assembly
* C
* Cpp/C++
* makefile
* linker script

### Help
run
Expand All @@ -24,11 +43,11 @@ For details about the framework, follow the README.md in each folder.
### Requirements

Host system requirements:
* Linux Machine
* Linux Machine (WSL/Dedicated machine)
* make utility installed


Toolchaine Requirements:
Toolchain Requirements:
* Please push your toolchains to your git repo
* Update the links in mk/tc_get.mk file
* run ```make help``` for more details

0 comments on commit db3ebb7

Please sign in to comment.