Skip to content
Snippets Groups Projects
  1. Jan 19, 2017
  2. Jan 12, 2017
  3. Apr 20, 2016
    • Toon Stegen's avatar
      cortexm_common: print trapped interrupt from ipsr · 63c0e9be
      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.
      63c0e9be
  4. Mar 31, 2016
  5. Sep 20, 2015
  6. Sep 12, 2015
  7. May 28, 2015
    • Hauke Petersen's avatar
      cpu: unified cortexm_common folder · b8dd144e
      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
      b8dd144e
  8. May 10, 2015
  9. May 09, 2015
  10. Feb 17, 2015
  11. Feb 09, 2015
  12. Jun 18, 2014
  13. Jun 11, 2014
  14. May 07, 2014
  15. Apr 09, 2014
  16. Mar 10, 2014
    • Ludwig Knüpfer's avatar
      Change reboot signature. · 063a15ce
      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.
      063a15ce
  17. Feb 25, 2014
Loading