diff --git a/README.md b/README.md index 46aae856..8d186716 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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