Commit Graph

22 Commits (3bc0cfd2a79609c060fbcee442a159c174a11e38)

Author SHA1 Message Date
Alexandre Abadie a4f3a9efd6 examples: add nucleo32-f031 to unsufficient memory boards 7 years ago
Hauke Petersen 4216f9fef0 examples: adapted to renamed THREAD_FLAGS 8 years ago
Lucas Jenss 426170b064 Improve naming of thread stacksize/priority constants
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
8 years ago
Ludwig Ortmann 106137ff64 examples: use DEVELHELP per default 9 years ago
Oleg Hahm 983d056c75 core: harmonizes the data type for the process ID
Instead of using differing integer types use kernel_pid_t for process
identifier. This type is introduced in a new header file to avoid
circular dependencies.
9 years ago
Ludwig Ortmann 3ca4f18479 doc: use lgplv2.1-short license header instead of lgpl-short-riot 9 years ago
Ludwig Ortmann 1c825e2524 tests,examples: remove unneeded headers, fix style 9 years ago
René Kijewski ac9c80f417 make: don't use export on example makefiles 9 years ago
René Kijewski ba1a15535b core: remove extra thread_create_arg() function 9 years ago
Thomas Eichinger 1e983c9670 s/PROJECT/APPLICATION/g
fixes #548
9 years ago
Hauke Petersen 47ce60ccdc examples: IPC ping-pong README adjustments 10 years ago
Hauke Petersen 279b5cc5ca examples: adjusted output and README for IPC pingpong 10 years ago
Hauke Petersen fbdc18cd63 examples: added README.md to ipc_pingpong example 10 years ago
Christian Mehlis 01fdbc3465 examples: make includes adhere to coding conventions 10 years ago
Oleg Hahm e6241b13de ipc_pingpong: start receiving thread immediately
Rationale: When using `msg_send_receive()` the receiving thread needs to
be already in receiving mode.
10 years ago
Christian Mehlis cb9c5d00de repace project by application in documentation 10 years ago
Christian Mehlis 341b095acf added LGPL header and doxygen headers 10 years ago
Christian Mehlis f00693255b examples: use astyle to adopt current code style guide 10 years ago
Ludwig Ortmann 57679f90dc remove trailing slashes from RIOTBASE variables
addresses https://github.com/RIOT-OS/RIOT/pull/496#issuecomment-32170092
10 years ago
Ludwig Ortmann 498cc027b1 dist/example Makefiles: not BOARD -> no BOARD, ## Modules -> # Modules 10 years ago
Ludwig Ortmann a60a0a2cf7 Use dist Makefile style in examples Makefiles 10 years ago
Oleg Hahm 1b1ca336f8 created examples folder with six apps 10 years ago