We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
"The Makefile" heading was not properly formatted for Github to recognize it as one
Correct indentations.
Adapt shell example to actual shell interface.
Corrected code example for 'hello_world' to new interface.
Updated Creating your first RIOT project (markdown)
uart0_putchar -> uart0_putc
cosmetic changes
Add information about how to clean up
include link to dependencies + wording
encore
update Makefile explanation
made export APPLICATION = my_project more prominent, swichted from PROJECT to APPLICATION
adding information about uartß_readc and uart0_putc
Updated code to reflect the actual example it is based on as well as other small bug fixes.
Updated Makefile explanations to new Makefile awesomeness, corrected some errors
added UART0_BUFSIZE to call to shell_init()
adjusted path to tapsetup.sh
adjusted project path from projects/default to RIOT/examples/default
tiny markdown fix
Edited some wording & formatting
step zero: install required software added
update default project output
adopt current default path which does not assume a RIOT submodule .. as projects will cease to exist in the near future, one needs to check out RIOT anyways