Alexandre Abadie
a4f3a9efd6
examples: add nucleo32-f031 to unsufficient memory boards
7 years ago
Oleg Hahm
3c6678b037
*: fix mismatching endifs for header guards
7 years ago
Oleg Hahm
7ee7801c10
*: remove trailing underscores from header guards
7 years ago
Alexandre Abadie
963662416b
boards/nucleo32-f042: change board name nucleo->nucleo32
7 years ago
Vincent Dupont
1a12a40110
boards/nucleo-f042: initial support
7 years ago
Hauke Petersen
4216f9fef0
examples: adapted to renamed THREAD_FLAGS
8 years ago
Paul Rathgeb
cefe2a6698
make: Blacklisted the board 'weio' for some test due to insufficient
...
RAM/ROM
Blacklisted LPC11Uxx.h for doxygen
8 years ago
Cenk Gündoğan
9f14a1e8c5
examples/riot_and_cpp: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY
8 years ago
Joakim Gebart
13832d8e62
everything: Remove filename from @file Doxygen command
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
Martine Lenders
58e8b75fc7
riot_and_cpp: do not link on build tests for stm32f0discovery
9 years ago
Hauke Petersen
63455f7dd9
examples/riot_and_cpp: cleanup in Makefile
...
removed some deprecated comments about C++
9 years ago
BytesGalore
178b36ae0b
exchanged BOARD_BLACKLIST with FEATURES_REQUIRED in the example Makefile
...
added cpp as feature for board native
9 years ago
Stefan Pfeiffer
a19d6c769d
added new board f4vi1
9 years ago
Christian Mehlis
2114a8267d
added board airfy beacon
9 years ago
Christian Mehlis
f3b1753ac7
added spark core board
9 years ago
Hinnerk van Bruinehsen
3114f362df
lint: fix invalidPrintfArgType_sint warning
9 years ago
Oleg Hahm
9a61d8cf1c
core: move optional tcb members to DEVELHELP
9 years ago
Hauke Petersen
c6d0e282fd
examples: blacklisted openmote for riot_and_cpp
9 years ago
Thomas Eichinger
ecae75a1ab
Merge pull request #1697 from locicontrols/cc2538
...
Add support for the Texas Instruments CC2538 ARM Cortex-M3 MCU and developer kit.
9 years ago
Ian Martin
0605a7eb95
Add support for the Texas Instruments CC2538 ARM Cortex-M3 MCU and developer kit.
9 years ago
BytesGalore
1f011eb1e9
renamed the cpp header file to `*.hpp` to preven eventually a collision with #1789
9 years ago
Thomas Eichinger
bf256f63a3
samr21-xpro: initial import for the samr21-xpro board
9 years ago
Hauke Petersen
905c97db5d
tests/examples: blacklisted yunjia-nrf51822
9 years ago
Hinnerk van Bruinehsen
57b998e4a1
cpu/examples/sys/drivers: reduce scope of variables
9 years ago
Fabian Nack
7650ef412f
tests/examples: blacklisted msbiot for some tests
9 years ago
Hinnerk van Bruinehsen
4ca3a49a5d
tests: blacklist failing test on arduino-mega2560
9 years ago
Ludwig Ortmann
b7992922ce
fix license headers in non-.c files
9 years ago
Thomas Eichinger
aaa2c2e8ba
boards: initial import of iot-lab_M3
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
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
Christian Mehlis
346c0cc490
examples: changed stacksize to the recommended value
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
Pham Huu Dang Nhat
3595506020
added riot_and_cpp example
9 years ago