Alexandre Abadie
67b7111805
tests: add nucleo-f302 to unsufficient memory list
6 years ago
Alexandre Abadie
b0128f9dd1
tests: remove nucleo32-l031 from memory intensive tests
6 years ago
Vincent Dupont
ad0f0877cc
tests,examples: sort BOARD_INSUFFICIENT_MEMORY alphabetically
6 years ago
Loïc Dauphin
ac53dff0cb
tests: rename opencm9-04 into opencm904
6 years ago
Alexandre Abadie
d0e641e80b
tests: remove nucleo-l053 from memory intensive tests
6 years ago
Alexandre Abadie
3f3ec10bd7
tests/thread_cooperation: exclude nucleo-l073
6 years ago
Alexandre Abadie
77df65e95e
tests: add nucleo32-f031 to unsufficient memory boards
6 years ago
Kaspar Schleiser
618c3db885
tests: thread_cooperation: fix for <32bit platforms
6 years ago
Frits Kuipers
e483c2307b
boards/maple-mini: initial support
6 years ago
Loïc Dauphin
73a3be518b
tests: add opencm9-04 to insufficient memory boards in some tests
6 years ago
Alexandre Abadie
ca11e4c9e6
tests: add nucleo32-f303 to insufficient memory boards in some tests
6 years ago
Alexandre Abadie
963662416b
boards/nucleo32-f042: change board name nucleo->nucleo32
6 years ago
Vincent Dupont
1a12a40110
boards/nucleo-f042: initial support
6 years ago
Hauke Petersen
8787eee178
tests: blacklisted calliope-mini
6 years ago
Hauke Petersen
fe7fc50106
tests: blacklisted microbit for insufficiant RAM
6 years ago
Alexandre Abadie
1659f56904
boards/nucleo-f070: initial support for nucleo-f070 board
6 years ago
Alexandre Abadie
3f29e77a4c
boards/nucleo-f030: initial support
6 years ago
Leon M. George
3b240ff7ec
tests/thread_cooperation: cc2650stk insufficient memory
7 years ago
José Ignacio Alamos Aste
cc0e94f9c6
blacklist: nucleo-f072: blacklisted several examples and tests
7 years ago
Victor Arino
3a8a932b27
boards/nucleo-f103: add support for nucleo-f103
7 years ago
Hauke Petersen
cc23481d55
tests: adapted to renamed THREAD_FLAGS
7 years ago
Paul Rathgeb
cefe2a6698
make: Blacklisted the board 'weio' for some test due to insufficient
...
RAM/ROM
Blacklisted LPC11Uxx.h for doxygen
7 years ago
Hauke Petersen
fe5d9fb3df
tests: removed redbee-econotag from blacklistings
8 years ago
Cenk Gündoğan
2bfd214a92
tests/thread_coorporation: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY
8 years ago
Frank Holtz
ee952f79fe
boards: added nrf6310 support. (NRF51 MCU)
8 years ago
Hauke Petersen
ccf91572f8
tests: blacklisted nrf51dongle for some tests
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
Joakim Gebart
e9c567107d
all: remove extra blank lines at the end
8 years ago
Thomas Eichinger
b0d1ca2d31
tests: blacklist nucleo-f334 in tests not fitting into RAM
8 years ago
Christian Mehlis
2114a8267d
added board airfy beacon
8 years ago
Christian Mehlis
f3b1753ac7
added spark core board
8 years ago
Kaspar Schleiser
5146c66786
core: adapt to msg_try_send
8 years ago
Thomas Eichinger
bf256f63a3
samr21-xpro: initial import for the samr21-xpro board
8 years ago
Hauke Petersen
905c97db5d
tests/examples: blacklisted yunjia-nrf51822
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
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
1200c3bc46
doc: fix comment indentation
9 years ago
René Kijewski
8854e8989a
tests: fix APPLICATION name
9 years ago
René Kijewski
d46c7e00d4
tests: remove `test_` prefix
...
Closes #1485 .
9 years ago