- Jan 05, 2014
-
-
Oleg Hahm authored
-
Oleg Hahm authored
-
Oleg Hahm authored
Instead of muting all compiler and other binutils output by default, introduce a variable to make this behaviour configurable.
-
Oleg Hahm authored
-
Oleg Hahm authored
-
Oleg Hahm authored
-
Oleg Hahm authored
-
Oleg Hahm authored
-
Oleg Hahm authored
-
Oleg Hahm authored
* do not overwrite CFLAGS in boards Makefile
-
Oleg Hahm authored
-
Oleg Hahm authored
additional: * exporting include path in sys is mandatory for subfolders * removed duplicate object file in linker call
-
Oleg Hahm authored
-
Oleg Hahm authored
-
Oleg Hahm authored
-
- Dec 25, 2013
-
-
Ludwig Knüpfer authored
make buildtest output coloured
-
- Dec 24, 2013
-
-
Oleg Hahm authored
-
Ludwig Knüpfer authored
fix nativenet_send documentation
-
Ludwig Knüpfer authored
-
- Dec 23, 2013
-
-
Oleg Hahm authored
make native includes RIOT posix compatible
-
Ludwig Knüpfer authored
add debug information to chardev_loop
-
Ludwig Knüpfer authored
-
- Dec 22, 2013
-
-
Ludwig Knüpfer authored
-
Ludwig Knüpfer authored
-
Ludwig Knüpfer authored
Nativenet send return
-
- Dec 21, 2013
-
-
Ludwig Knüpfer authored
-
Ludwig Knüpfer authored
-
Christian Mehlis authored
check for __BIG_ENDIAN__ rather than for __BYTE_ORDER__ and include board.h
-
- Dec 20, 2013
-
-
Christian Mehlis authored
fix include of crypto
-
Christian Mehlis authored
fix native hwtimer
-
Ludwig Knüpfer authored
The hardware timer used relative offsets that were never updated before. This leads to two problems: a) later timers will get pushed into the future by the amount of previous timers b) if a short timer is set continuously, a longer timer will never be called Example: a) Timer a with 500 ms is set, timer b with 600 ms is set. timer a expires after 500 ms, timer b will be set to expire in 600 ms which totals to 1100 ms. b) Timer a is set to 500 ms, timer b is set to 600 ms. Timer a expires and is set again. Now timer a will expire in 500 ms and timer b will be pushed further into the future. Repeating this will lead to b never expiring.
-
Christian Mehlis authored
-
Oleg Hahm authored
-
Ludwig Knüpfer authored
lifo debug and reset
-
Oleg Hahm authored
Fix uart/shell conflict
-
Ludwig Knüpfer authored
more efficient to be better suited for ISR made testcase more clear
-
Martine Lenders authored
Network refactoring
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-