Commit Graph

112 Commits (30fc8671cd2e0418bf36238ec59b321cc378df7b)

Author SHA1 Message Date
Oleg Hahm 1de5c2b4a0 fixed remaining variables to kernel_pid_t 9 years ago
Oleg Hahm 93ef4346e9 ccnl: duplicate variable names
Some variables had multiple definitions, but could be removed or
declared with a smaller scope.
9 years ago
Oleg Hahm 0ad7b170ed make kernel_pid_t comparisons consistent 9 years ago
Oleg Hahm aa2ecf6216 initialize kernel_pid_t correctly 9 years ago
epiktet 1154bd5a50 cpu/nrf51822: squash added support for nrf51822 cpu 9 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
René Kijewski b7b7fd3bc1 make: provide BOARD, MCU and CPU name as a string
This PR adds the defined `RIOT_BOARD`, `RIOT_CPU` and `RIOT_MCU`.
They each are defined as `BOARD_${BOARD}`, `CPU_${CPU}`, and
`MCU_${CPU}`, resp.

`BOARD_${BOARD}` is defined as the string `"${BOARD}"`, but not in upper
case. Same for the other two.
9 years ago
Hauke Petersen 938c61a5a2 Merge pull request #1456 from haukepetersen/board_stm32f3discovery
board/cpu: Added support for the stm32f3discovery board and stm32f3 cpu
9 years ago
Ludwig Ortmann 3ca4f18479 doc: use lgplv2.1-short license header instead of lgpl-short-riot 9 years ago
Hauke Petersen f2c8997acc examples/tests: blacklisted stm32f3discovery 9 years ago
Oleg Hahm 54fd920da0 Merge pull request #1450 from mehlis/ccp-stacksize-fix
examples: changed stacksize to the recommended value
9 years ago
Christian Mehlis 346c0cc490 examples: changed stacksize to the recommended value 9 years ago
Christian Mehlis d2b78a398f ccnl: finish rebase 9 years ago
Christian Mehlis ba22fd41b7 ccnl: adapt HOWTO to new features 9 years ago
Christian Mehlis 9b5eedeea8 ccnl: use stacksize main for all threads 9 years ago
Christian Mehlis cebffb2ccf ccnl: make relay start on RIOT startup 9 years ago
Christian Mehlis 51fa2ec5c5 ccnl: use vtimer instead of rtc 9 years ago
Hauke Petersen a49fc062bf test/examples: blacklisted stm32f4discovery 9 years ago
Hauke Petersen 082e970251 tests/examples: added stm32f0discovery to ignorelists 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
Ludwig Ortmann 1a8967cb45 tests&examples: apply coding conventions to sizeof 9 years ago
Ludwig Ortmann 06a86aef20 tests&examples: use sizeof(stack) in thread_create
fixes #1392
9 years ago
Oleg Hahm 13028b41bf applications: set stack size correctly
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.
9 years ago
René Kijewski 63dd8546af Merge pull request #1335 from Kijewski/fix-all-warnings-for-native-and-qemu-i386
Fix all warnings for native and qemu-i386
9 years ago
Pham Huu Dang Nhat 3595506020 added riot_and_cpp example 9 years ago
René Kijewski 3063e3c2b1 Fix all warnings for native and qemu-i386
Missing returns, unused variables (only used for debugging), empty
translation units, missing function prototypes, and GNU extensions.
9 years ago
Martin Lenders 2362623490 Fix trailing whitespaces
Fixes #1138
9 years ago
emmanuelsearch a37e86db0a Documentation: Create README.md for the CCN-lite client and relay 9 years ago
Thomas Eichinger 1e983c9670 s/PROJECT/APPLICATION/g
fixes #548
9 years ago
René Kijewski 4e4f908379 Initial import of the x86 port
Currently this works only in qemu.
9 years ago
René Kijewski 49778752b3 Use `BOARD_INSUFFICIENT_RAM` in examples and tests 9 years ago
Kévin Roussel 2a3033b3ca boards/z1: initial import 10 years ago
Hauke Petersen cbd4f91656 examples/tests: blacklisted udoo board
blacklisted for:
- ccn-lite-client
- ccn-lite-relay
- rpl_udp
- test_net_if
- test_pnet
10 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
René Kijewski ccc934856f Merge pull request #1124 from Kijewski/consolidate-crypto
sys:crypto: put ciphers into one module
10 years ago
Ludwig Ortmann 2314915ff2 license: fix license header grammar
insert missing "is"
10 years ago
Hauke Petersen 595ede41ea examples/tests: blacklisted arduino-due 10 years ago
René Kijewski 96fba8a19b sys:crypto: put ciphers into one module 10 years ago
Ludwig Ortmann 1eca41456f examples/default: add README.md
Fixes #1068
10 years ago
René Kijewski 4aabf8f1de Merge pull request #1072 from Kijewski/issue-1070
Add readme for the hello-world example
10 years ago
Christian Mehlis 2a37308a10 Merge pull request #1081 from mehlis/ccnl-config-remove
ccnl: remove unused config module
10 years ago
René Kijewski ca21d9e8f0 Add readme for the hello-world example
Closes #1070.
10 years ago
Christian Mehlis 2f4c4caa5d ccnl: don't include transceiver and defaulttransceiver
This removes the duplicate include of the transceiver.
The transceiver module is a dependency of the
defaulttransceiver, so an explicite include is not needed

Follow up to #1053
10 years ago
Christian Mehlis 9eb07e0a01 ccnl: remove useless config module 10 years ago
Christian Mehlis a41f0ff31d Merge pull request #1053 from mehlis/ccnl-make-defaulttransceiver
ccnl: don't include transceiver and defaulttransceiver
10 years ago