- Dec 20, 2013
-
-
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.
-
- Dec 13, 2013
-
-
Ludwig Knüpfer authored
reverts bug introduced by 2bfb0623
-
Ludwig Knüpfer authored
-
- Dec 11, 2013
-
-
Christian Mehlis authored
searching for the next pending timer was broken this commit rewrites this functionality
-
- Dec 10, 2013
-
-
Christian Mehlis authored
-
- Nov 23, 2013
-
-
Ludwig Knüpfer authored
-
Ludwig Knüpfer authored
-
- Nov 13, 2013
-
-
Ludwig Knüpfer authored
make it behaver more like a regular timer
-
- Nov 12, 2013
-
-
Ludwig Knüpfer authored
wrap some libc functions that do system calls (terminal output) wrap read/write with syscall guard define real_read/write (next dynamic linker find for read/write) guard system calls in remaining code introduce native_internhal.h throw out some debug statements that break things clean up includes a bit declare board_init in native_internhal.h add -ldl to LINKFLAGS for cpu/syscalls
-
- Oct 25, 2013
-
-
Ludwig Knüpfer authored
-
- Aug 18, 2013
-
-
Ludwig Knüpfer authored
-
- Aug 17, 2013
-
-
Christian Mehlis authored
-
- Aug 15, 2013
-
-
Ludwig Knüpfer authored
not properly passing received data to transceiver atm
-
- Aug 14, 2013
-
-
Ludwig Knüpfer authored
-
- Aug 04, 2013
-
-
Oleg Hahm authored
NOTE: this commit introduces a kernel API change for mutex_unlock
-
- Jul 16, 2013
-
-
Christian Mehlis authored
-
- Jun 24, 2013
-
-
Oleg Hahm authored
-
- Jun 21, 2013
-
-
Oleg Hahm authored
-
- Jun 18, 2013
-
-
Oleg Hahm authored
-
- May 15, 2013
-
-
Ludwig Knüpfer authored
-
- May 14, 2013
-
-
Ludwig Knüpfer authored
(including uart0 integration, rt-extension removal)
-
- Apr 03, 2013
-
-
Ludwig Knüpfer authored
-
- Mar 21, 2013
-
-
Ludwig Knüpfer authored
init hwtimer with interrupts enabled more error checking for hwtimer fix signal handler init in hwtimer error checking for irq (not necessary yet afaik)
-
- Mar 13, 2013
-
-
Ludwig Knüpfer authored
-
Ludwig Knüpfer authored
also fix and improve some of the existing
-
- Mar 06, 2013
-
-
Ludwig Knüpfer authored
-
Ludwig Knüpfer authored
-