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

11 Commits

Author SHA1 Message Date
Laurent Navet
3ff576e46a tests: adapt for arduino uno and duemilanove support
- blacklist arduino-uno and arduino-duemilanove for
  coap, libfixmath_unittests, lwip, nhdp,
  pthread, pthread_barrier, pthread_cleanup, pthread_condition_variable
  pthread_cooperation, pthread_rwlock and pthread_tls tests.

- fix sys/pipe build

- unittests: boards added to BOARD_INSUFICIENT_MEMORY list.
2016-09-21 21:12:58 +02:00
kYc0o
62a9773a9c boards/waspmote-pro: add support for Waspmote PRO v1.2 2016-07-05 13:05:12 +02:00
Martine Lenders
39fb0ae19a tests: adapt libfixmath tests for change 2016-05-17 21:52:35 +02:00
Joakim Gebart
2de14062fe tests/libfixmath_unittests: Remove stm32f0discovery, redbee-econotag blacklists 2015-08-11 18:40:01 +02:00
Joakim Gebart
75509c838f tests/libfixmath_unittests: Add linking with -lm for native 2015-07-22 09:49:28 +02:00
Joakim Gebart
71fff3ac1c tests/libfixmath_unittests: Add message when tests are finished. 2015-07-22 09:49:25 +02:00
Joakim Gebart
c14f2b65cf tests/libfixmath_unittests: Blacklist MSP430 boards
Fixes implicit declaration warnings for missing math functions.
2015-07-14 08:11:19 +02:00
Ludwig Ortmann
a7f7d7e516 Revert "tests: don't build test/libfixmath on Travis CI"
This reverts commit f061d0214e.
2014-12-17 09:47:43 +01:00
René Kijewski
f061d0214e tests: don't build test/libfixmath on Travis CI
Very often the build unexplainably hangs.
2014-09-11 13:13:59 +02:00
Hinnerk van Bruinehsen
4ca3a49a5d tests: blacklist failing test on arduino-mega2560 2014-08-27 17:47:24 +02:00
René Kijewski
d7b4f1a5ba pkg: add USEPKG module "libfixmath"
This PR adds the USEPKG module "libfixmath".
It integrates https://code.google.com/p/libfixmath/ into RIOT, cmp. #1457.
2014-08-01 00:04:48 +02:00