1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys
René Kijewski 9a15a6def5 make: easify {sys,drivers}/Makefile
Currently you need to add every new sys and driver module into the
respective Makefile. This requires rebasing if another module was merged
in the meantime.

This PR allows you to omit the entry to {sys,drivers}/Makefile, if the
subfolder has the same name as the module name, which should be sensible
in most cases.
2014-11-11 09:26:37 +01:00
..
auto_init auto_init: always set source address mode 2014-11-06 21:52:08 +01:00
bloom sys: use typedef for struct bloom_t 2014-09-17 19:54:40 +02:00
cbor lint: fix warnings of possible nullPointer dereferences 2014-10-31 01:24:30 +01:00
color lint: reduce scope 2014-09-12 11:50:12 +02:00
config Merge pull request #1846 from thomaseichinger/at86rf23x 2014-10-31 09:33:30 +01:00
crypto lint: fix uselessAssignmentPtrArg 2014-10-31 01:24:30 +01:00
hashes doc: use lgplv2.1-short license header instead of lgpl-short-riot 2014-07-31 22:57:20 +02:00
include c++: sys: add extern C to header files 2014-11-08 20:09:55 +01:00
lib sys: lib: introduce ringbuffer_remove() 2014-10-30 23:23:27 +01:00
net net: fix buffer overrun in socket initialization 2014-11-10 21:33:11 +01:00
od sys: Initial import of analytical object dump (od) module 2014-10-30 16:43:06 +01:00
oneway-malloc c++: sys: add extern C to header files 2014-11-08 20:09:55 +01:00
ping drivers - cc110x: rename cc110x to cc110x_legacy_csma 2014-10-28 16:18:50 +01:00
pipe core: introduce thread_yield_higher(), yield less 2014-10-24 00:09:56 +02:00
posix Merge pull request #1974 from OlegHahm/cleanup_licenses 2014-11-10 19:53:40 +01:00
ps sys: fix thread_print_all 2014-10-30 20:16:48 +01:00
quad_math c++: sys: add extern C to header files 2014-11-08 20:09:55 +01:00
random make: detect their module name automatically 2014-06-17 15:49:32 +02:00
shell Merge pull request #1945 from thomaseichinger/sc_lsm303dlhc 2014-11-06 15:03:10 +01:00
timex timex: update copyrights 2014-10-28 14:25:34 +01:00
transceiver lint: fix unreadVariable warnings 2014-10-31 01:24:30 +01:00
uart0 initialize kernel_pid_t correctly 2014-08-07 16:31:27 +02:00
vtimer core,sys: fix storage types for irq API usage 2014-10-27 16:25:23 +01:00
chardev_thread.c core,sys: fix storage types for irq API usage 2014-10-27 16:25:23 +01:00
doc.txt fix license headers in non-.c files 2014-08-23 16:16:26 +02:00
Makefile make: easify {sys,drivers}/Makefile 2014-11-11 09:26:37 +01:00
Makefile.include drivers - cc110x: rename cc110x to cc110x_legacy_csma 2014-10-28 16:18:50 +01:00