1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/shell/commands
René Kijewski de29e4184c Add include paths automatocally for USEMODULES
Application developers use `$(USEMODULES)` in their Makefiles to have
the relevant functionally automagically added to their apps. This even
does basic dependency tracking by means of `Makefile.dep`.

But an important thing is missing: the automatic adding of include
paths. This is inconvenient, error prone, and will hinder the RIOT core
developers in future to change folder structures.
2014-03-29 16:27:55 +01:00
..
Makefile Add include paths automatocally for USEMODULES 2014-03-29 16:27:55 +01:00
sc_cc1100.c Use argc and argv in shell handlers 2014-02-25 17:54:17 +01:00
sc_disk.c Use argc and argv in shell handlers 2014-02-25 17:54:17 +01:00
sc_heap.c Use argc and argv in shell handlers 2014-02-25 17:54:17 +01:00
sc_id.c Use argc and argv in shell handlers 2014-02-25 17:54:17 +01:00
sc_ltc4150.c Use argc and argv in shell handlers 2014-02-25 17:54:17 +01:00
sc_mersenne.c Use argc and argv in shell handlers 2014-02-25 17:54:17 +01:00
sc_net_if.c Fix address output of net_if shell command 2014-03-09 08:45:03 +00:00
sc_ps.c Use argc and argv in shell handlers 2014-02-25 17:54:17 +01:00
sc_rtc.c Fix _settime_handler 2014-02-26 14:08:54 +01:00
sc_sht11.c Use argc and argv in shell handlers 2014-02-25 17:54:17 +01:00
sc_sys.c Change reboot signature. 2014-03-10 11:14:27 +01:00
sc_transceiver.c shell: transceiver: added missing return in error case 2014-03-19 10:26:49 +01:00
shell_commands.c Add shell commands for interface configuration 2014-03-01 00:48:42 +01:00