Update Getting started authored by zkasmi's avatar zkasmi
...@@ -46,10 +46,11 @@ Environment Variables, e.g. ...@@ -46,10 +46,11 @@ Environment Variables, e.g.
Depending on the hardware you want to use, you need to first install a Depending on the hardware you want to use, you need to first install a
corresponding toolchain. We recommend the use of the [RIOT-OS](https://riot-os.org/), since corresponding toolchain. We recommend the use of the [RIOT-OS](https://riot-os.org/), since
it supports 8-bit platforms (e.g. Arduino Mega 2560), 16-bit platforms (e.g. MSP430), and 32-bit it supports 8-bit platforms (e.g. Arduino Mega 2560), 16-bit platforms (e.g. MSP430), and 32-bit
platforms (e.g. ARM). The RIOT-OS is an open source IoT operating system developed at the platforms (e.g. ARM). The [RIOT-OS](https://riot-os.org/) is an open source IoT operating system
''Freie Universität Berlin''. In general, an OS allows the management and sharing of resources developed at the ''Freie Universität Berlin''. In general, an OS allows the management and sharing
as well as the development of multi-tasking applications in a computer system. The Wiki on RIOT's of resources as well as the development of multi-tasking applications in a computer system. The
Github page contains a lot of information that can help you with your platform: [Wiki](https://github.com/RIOT-OS/RIOT/wiki) on RIOT's Github page contains a lot of information
that can help you with your platform:
* [ARM-based platforms](https://github.com/RIOT-OS/RIOT/wiki/Family:-ARM) * [ARM-based platforms](https://github.com/RIOT-OS/RIOT/wiki/Family:-ARM)
* [TI MSP430](https://github.com/RIOT-OS/RIOT/wiki/Family:-MSP430) * [TI MSP430](https://github.com/RIOT-OS/RIOT/wiki/Family:-MSP430)
... ...
......