Skip to content
Snippets Groups Projects
  1. May 24, 2018
  2. Aug 29, 2017
  3. May 12, 2017
  4. Sep 02, 2016
  5. Jun 22, 2016
  6. Jun 08, 2016
  7. Jun 01, 2016
  8. Apr 07, 2016
  9. Sep 04, 2015
  10. May 28, 2015
  11. 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
  12. Nov 24, 2014
  13. Aug 27, 2014
  14. Aug 23, 2014
  15. May 16, 2014
  16. May 13, 2014
    • Hauke Petersen's avatar
      cpu: Initial import of SAM3X8E · 31915bfe
      Hauke Petersen authored
      - fixed spelling in uart driver
      - marked cortexm-common a phony target
      - fixed Makefiles
      - added reboot interface implementation
      - fixed documentation
      
      - added UART0_BUFSIZE define
      
      - added license header
      
      - fixed documentation issues
      31915bfe
Loading