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

10 Commits

Author SHA1 Message Date
Marian Buschsieweke
0e90e6195f
tests: Updated Updated BOARD_INSUFFICIENT_MEMORY
Added arduino-nano to BOARD_INSUFFICIENT_MEMORY/BOARD_BLACKLIST following suit
of how arduino-uno is marked, as arduino-nano is mostly an Uno in a different
form factor.
2019-03-14 15:39:54 +01:00
Francisco Acosta
dd3ca90e8a examples, tests: add memory insufficient arduino boards
The unification of a bigger stack for the atmega platforms
makes some boards to not have enough memory to provide
the big stack plus the application code.

It is possible though, to override the stack size to a
smaller amount if running the test is necessary.
2018-11-02 17:57:13 +01:00
fc2eff9fba tests: remove redundant APPLICATION defines 2017-12-01 11:03:39 +01:00
70fdc6792e tests/driver_mpu9150: update to use new driver API 2017-11-08 09:09:21 +01:00
Hauke Petersen
5d31ca5d4b drivers: use I2C_DEV(x) instead of deprecated I2C_x 2017-01-10 11:52:36 +01:00
Joakim Nohlgård
c60e35e97c tests/driver_mpu9150: Clean up printf formats 2016-02-11 15:13:50 +01:00
Hauke Petersen
400857070b tests/driver_mpu9150: simplified Makefile 2015-11-03 16:04:32 +01:00
c530ca4db5 tests: driver_mpu9150: vtimer -> xtimer 2015-09-16 10:58:54 +02:00
Joakim Gebart
0107a8c6e1 tests/driver_mpu9150: Add missing inttypes.h include 2015-07-07 00:53:27 +02:00
Fabian Nack
bb6f7926fc tests: Add test for MPU-9150 9-Axis motion sensor driver 2015-02-13 10:09:16 +01:00