Skip to content
Snippets Groups Projects
  1. May 18, 2018
  2. Nov 27, 2017
  3. Nov 17, 2017
  4. Nov 11, 2017
  5. Nov 10, 2017
  6. Nov 07, 2017
  7. Dec 22, 2016
  8. Sep 11, 2016
  9. Aug 18, 2016
  10. Dec 15, 2015
  11. Dec 08, 2015
  12. Aug 06, 2015
  13. 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
  14. Dec 16, 2014
  15. Oct 22, 2014
  16. Aug 07, 2014
  17. Aug 01, 2014
  18. Jul 31, 2014
  19. Jul 18, 2014
  20. Jul 09, 2014
  21. Jul 04, 2014
    • Oleg Hahm's avatar
      applications: set stack size correctly · 13028b41
      Oleg Hahm authored
      The correct stack size for all examples and test applications correctly.
      KERNEL_CONF_STACKSIZE_MAIN is the correct stack size for any thread
      using printf.
      
      Also adapted black lists accordingly.
      13028b41
  22. Apr 18, 2014
  23. Feb 18, 2014
  24. Feb 04, 2014
  25. Jan 06, 2014
Loading