1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

4 Commits

Author SHA1 Message Date
Cenk Gündoğan
2672787ccb tests: cpp11_condition_variable: vtimer to xtimer 2015-11-11 13:02:04 +01:00
Cenk Gündoğan
6563ea55b2 tests/cpp11_condition_variable: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY 2015-08-28 18:17:57 +02:00
Joakim Gebart
f3330abf8d tests/cpp11_condition_variable: Clean up Makefile
- Remove BOARD_WHITELIST
 - Clean up CXXFLAGS
 - Clean up CFLAGS
 - Blacklist boards where the C++ library is too large on Travis
2015-08-08 14:44:41 +02:00
Joseph Noir
bddaee751d Add replacement headers for thread, mutex and cond
These headers do not provide full stl functionality,
but a small subset:
* thread and this_thread
* condition_variable (some timed functions are missing)
* mutex, lock_guard and unique_lock
2015-05-18 13:57:02 +02:00