Skip to content
Snippets Groups Projects
  1. Aug 02, 2017
  2. Jan 12, 2017
  3. Mar 20, 2016
  4. Feb 28, 2016
  5. Dec 07, 2015
  6. Sep 16, 2015
  7. Sep 09, 2015
    • Hauke Petersen's avatar
      core: optimized output on kernel-init · 5e7a0263
      Hauke Petersen authored
      This PR saves some memory by ommiting redundant output. The printing
      of "jumpint into first task..." is obsolete, as the thread_create
      calls are not checked for errors anymore.
      
      Further the version print is moved into the main_trampoline. This
      prevents the STDLIB from using precious stack space on the ISR
      stack, on which it is running before jumping into main - hence
      opening the option to decrease the stacksize for the ISR stack.
      5e7a0263
  8. Aug 13, 2015
  9. May 22, 2015
  10. May 20, 2015
    • Lucas Jenss's avatar
      Improve naming of thread stacksize/priority constants · 426170b0
      Lucas Jenss authored
      As discussed in #2725, this commit renames a number of stacksize constants to
      better convey their intended usage. In addition, constants for thread priority
      are given a `THREAD_` prefix. Changes are:
      
      * KERNEL_CONF_STACKSIZE_PRINTF renamed to THREAD_EXTRA_STACKSIZE_PRINTF
      * KERNEL_CONF_STACKSIZE_DEFAULT renamed to THREAD_STACKSIZE_DEFAULT
      * KERNEL_CONF_STACKSIZE_IDLE renamed to THREAD_STACKSIZE_IDLE
      * KERNEL_CONF_STACKSIZE_MAIN renamed to THREAD_STACKSIZE_MAIN
      * Move thread stacksizes from kernel.h to thread.h, since the prefix changed
      * PRIORITY_MIN renamed to THREAD_PRIORITY_MIN
      * PRIORITY_IDLE renamed to THREAD_PRIORITY_IDLE
      * PRIORITY_MAIN renamed to THREAD_PRIORITY_MAIN
      * Move thread priorities from kernel.h to thread.h since the prefix has changed
      * MINIMUM_STACK_SIZE renamed to THREAD_STACKSIZE_MINIMUM for consistency
      426170b0
  11. May 17, 2015
  12. Dec 04, 2014
  13. Oct 30, 2014
  14. Jul 31, 2014
  15. Jul 10, 2014
    • René Kijewski's avatar
      make: rename VERSION into RIOT_VERSION · 919cddef
      René Kijewski authored
      Building MSP boards gives an error, because `VERSION` is somewhere
      defined in their toolchain as an integer.
      
      This PR renames `VERSION` into `RIOT_VERSION`, because that's what it
      is.
      919cddef
  16. Jul 09, 2014
  17. Mar 18, 2014
  18. Feb 24, 2014
  19. Feb 11, 2014
  20. Jan 28, 2014
  21. Dec 19, 2013
  22. Dec 16, 2013
  23. Dec 04, 2013
    • Kaspar Schleiser's avatar
      change my email address · f85adf60
      Kaspar Schleiser authored
      kaspar.schleiser@fu-berlin.de will be obsoleted soon. Replace it with
      kaspar@schleiser.de, which will (hopefully) stay.
      f85adf60
  24. Nov 25, 2013
  25. Nov 23, 2013
  26. Aug 14, 2013
  27. Jul 23, 2013
  28. Jul 16, 2013
  29. Jun 24, 2013
  30. Jun 20, 2013
  31. Jun 18, 2013
  32. Jun 10, 2013
  33. Jun 09, 2013
  34. Apr 02, 2013
  35. Mar 27, 2013
  36. Mar 07, 2013
Loading