Commit Graph

15 Commits (362077d3d53b1ffb32e7151367940d411d04df64)

Author SHA1 Message Date
Ludwig Knüpfer eda6328e21 documentation: update my name (Ortmann -> Knüpfer) 8 years ago
Ludwig Ortmann 106137ff64 examples: use DEVELHELP per default 9 years ago
René Kijewski b7b7fd3bc1 make: provide BOARD, MCU and CPU name as a string
This PR adds the defined `RIOT_BOARD`, `RIOT_CPU` and `RIOT_MCU`.
They each are defined as `BOARD_${BOARD}`, `CPU_${CPU}`, and
`MCU_${CPU}`, resp.

`BOARD_${BOARD}` is defined as the string `"${BOARD}"`, but not in upper
case. Same for the other two.
9 years ago
Ludwig Ortmann 3ca4f18479 doc: use lgplv2.1-short license header instead of lgpl-short-riot 9 years ago
René Kijewski ac9c80f417 make: don't use export on example makefiles 9 years ago
Thomas Eichinger 1e983c9670 s/PROJECT/APPLICATION/g
fixes #548
9 years ago
René Kijewski ca21d9e8f0 Add readme for the hello-world example
Closes #1070.
9 years ago
Ludwig Ortmann 6349d357cd examples/hello-world: return instead of busy loop. 9 years ago
Christian Mehlis cb9c5d00de repace project by application in documentation 9 years ago
Christian Mehlis 341b095acf added LGPL header and doxygen headers 9 years ago
Christian Mehlis f00693255b examples: use astyle to adopt current code style guide 9 years ago
Ludwig Ortmann 57679f90dc remove trailing slashes from RIOTBASE variables
addresses https://github.com/RIOT-OS/RIOT/pull/496#issuecomment-32170092
10 years ago
Ludwig Ortmann 498cc027b1 dist/example Makefiles: not BOARD -> no BOARD, ## Modules -> # Modules 10 years ago
Ludwig Ortmann a60a0a2cf7 Use dist Makefile style in examples Makefiles 10 years ago
Oleg Hahm 1b1ca336f8 created examples folder with six apps 10 years ago