- Jan 19, 2017
-
-
Hauke Petersen authored
-
- Jan 12, 2017
-
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
-
- Apr 20, 2016
-
-
Toon Stegen authored
The IPSR (=Interrupt Program Status Register) contains the exception type number of the current Interrupt Service Routine. Printing this out can be useful to detect if a certain interrupt is not implemented.
-
- Mar 31, 2016
-
-
Kaspar Schleiser authored
-
- Sep 20, 2015
-
-
Joakim Nohlgård authored
-
- Sep 12, 2015
-
-
Oleg Hahm authored
-
- May 28, 2015
-
-
Hauke Petersen authored
- removed coretx-m[0|3|4] - moved their content to cortexm_common - adjusted cortex Makefiles to this new name - adjusted cortex Makefiles new structure
-
- May 10, 2015
-
-
Oleg Hahm authored
-
- May 09, 2015
-
-
Oleg Hahm authored
-
- Feb 17, 2015
-
-
Joakim Nohlgård authored
-
- Feb 09, 2015
-
-
Hauke Petersen authored
-
- Jun 18, 2014
-
-
Hauke Petersen authored
-
- Jun 11, 2014
-
-
Thomas Eichinger authored
-
- May 07, 2014
-
-
René Kijewski authored
-
- Apr 09, 2014
-
-
Oleg Hahm authored
-
- Mar 10, 2014
-
-
Ludwig Knüpfer authored
Change from `void reboot(void)` to `int reboot(int mode)`. Move reboot definition to core, rename architecture implementations from reboot to reboot_arch. Declare reboot mode(s) in kernel.h, reboot_arch in kernel_internal.h Currently only one reboot mode is handled, its use is enforced. Rationale: A reboot function is already defined in <unistd.h> on BSD systems. (See: http://www.openbsd.org/cgi-bin/man.cgi?query=reboot&sektion=2) This patch not only allows native to build sensibly on these systems but also streamlines RIOTs compatability with existing software.
-
- Feb 25, 2014
-
-
Kévin Roussel authored
-
Kévin Roussel authored
-