Skip to content
Snippets Groups Projects
  1. May 24, 2018
  2. Mar 13, 2018
  3. Aug 23, 2017
  4. Jun 21, 2017
  5. May 24, 2017
  6. Mar 15, 2017
  7. Mar 07, 2017
  8. Mar 02, 2017
  9. Feb 24, 2017
  10. Jan 19, 2017
  11. Mar 05, 2016
  12. Feb 08, 2016
  13. Aug 06, 2015
  14. May 29, 2015
  15. May 28, 2015
  16. 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
  17. Jan 21, 2015
  18. Jan 12, 2015
  19. Nov 30, 2014
  20. Nov 24, 2014
  21. Nov 04, 2014
  22. Oct 23, 2014
    • Oleg Hahm's avatar
      doc: some doxygen cleanups · 6d8c0d74
      Oleg Hahm authored
      * removed RIOT unrelated cpu documentation
      * introduced cpu_specific prefix to mark such documentation
      * put oneway_malloc and crypto into sys group
      6d8c0d74
  23. Aug 21, 2014
  24. May 16, 2014
  25. 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