Joakim Nohlgård
94da9c2975
sys/div: Add div_u64_by_15625div512
...
64-bit version of div_u32_by_15625div512
also updated tests-div to use correct order for expected and actual values in unit tests (embUnit)
6 years ago
smlng
06d6f544b6
pkg/oonf_api: add compile test
6 years ago
Hauke Petersen
8787eee178
tests: blacklisted calliope-mini
6 years ago
Hauke Petersen
16af568afa
tests: added Calliope mini specific test app
6 years ago
Martine Lenders
bd533dd785
gnrc_sock: move net/af.h include to sock_types.h
6 years ago
Hauke Petersen
31aeb3a09a
tests/driver_bh1750fvi: check return value
6 years ago
Vincent Dupont
b9b838f1dc
mma8652: add support for all mma8x5x accelerometers
6 years ago
Hauke Petersen
fe7fc50106
tests: blacklisted microbit for insufficiant RAM
6 years ago
Hauke Petersen
6484d9ad1a
tests: added micro:bit specific test app
6 years ago
Martine Lenders
63c17ceb53
tests: resize packet buffer for gnrc_sock_udp test
6 years ago
Martine Lenders
fcff65b6d8
od: quick-fix for newlib-nano
6 years ago
Martine Lenders
8136a12d24
tests: fix posix_semaphore output and for timer error
6 years ago
Martine Lenders
362077d3d5
tests: fix sizeof_tcb output
6 years ago
Oleg Hahm
9c2338ea7d
tests: mutex_order: added pexpect script
6 years ago
Oleg Hahm
a5245769d3
tests: mutex_order: fixed and updated README
6 years ago
Oleg Hahm
e0ede745a6
tests: mutex_order: remove xtimer dependency
6 years ago
Martine Lenders
8a399fd5bd
tests: fix test description for emb6
6 years ago
Cenk Gündoğan
19eac87d9b
tests/pkg_micro-ecc: rm requirement for periph_hwrng in Makefile
6 years ago
Martine Lenders
57ab1b06d5
unittests: Add more boards to BOARD_INSUFFICIENT_MEMORY
...
Somehow in the merging of 6dac4bd
this was not catched, but those new
unittests made the total build too big for some more boards.
6 years ago
Ken Bannister
88a3eeb574
gcoap: unit tests
6 years ago
zhuoshuguo
0ebe2a0309
gnrc: add priority packet queue module.
6 years ago
Hauke Petersen
13cebf2739
tests/periph_uart: use named UART return values
6 years ago
Martine Lenders
964cd75c3c
tests/driver_xbee: add nucleo-f334 to insufficient RAM
6 years ago
Martine Lenders
9508c8f5a5
tests: provide gnrc_sock_ip tests
6 years ago
Martine Lenders
6bc0a0ce61
tests: provide gnrc_sock_udp tests
6 years ago
Alexandre Abadie
1659f56904
boards/nucleo-f070: initial support for nucleo-f070 board
6 years ago
Martine Lenders
0016463687
all: fix for new netreg_entry_t structure
6 years ago
Martine Lenders
dc45cd2610
gnrc: use new netreg helper functions everywhere
6 years ago
Hauke Petersen
7908708608
tests: added test for the LPD8808 driver
6 years ago
Ian Martin
0c588e7b24
add tests/mpu_stack_guard for testing psuedomodule
6 years ago
Ian Martin
28a7ddc9a8
core: save the stack_start in the thread context for mpu_stack_guard
6 years ago
Martine Lenders
f341947612
cbor: fix off-by-one error
6 years ago
Martine Lenders
100991e59e
tests: unittests: add tests for longer input vectors
...
Fixes #5299
6 years ago
Kaspar Schleiser
560a509036
make: remove trailing slash from BINDIR variable
6 years ago
Alexandre Abadie
3f29e77a4c
boards/nucleo-f030: initial support
6 years ago
Kees Bakker
bac5cda1e3
periph/i2c: convert char to uint8_t where applicapable
...
In general, data transferred through I2C are bytes and thus should have
type uint8_t, not char.
Also convert uint8_t ptrs to void ptrs
6 years ago
Alexandre Abadie
68acc8857e
boards/arduino-zero: add initial support
6 years ago
Loïc Dauphin
c4d3ebe5da
Aversive++: initial import
6 years ago
Martine Lenders
ed343907e4
tests: adapt tests for changed broadcast settings
6 years ago
Martine Lenders
3b35dae6cd
tests: adapt unittests for removal of user-controlled PAN_COMP
6 years ago
Kaspar Schleiser
af5afeadec
pkg: emb6: move dependencies to pkg Makefile.dep
6 years ago
Kees Bakker
076d5bda11
boards: add support for SODAQ Autonomo
...
The following features were tested (briefly):
* UART (the first)
* I2C using a BMP180 on a SODAQ TPH board
* SPI0, connected to the on-board serial data flash (only DevID was read
using the periph_spi test program)
* xtimer is working (it's the same code as in samr21)
boards/sodaq-autonomo: Disable the "big" unittests because it does not fit
6 years ago
Martine Lenders
8f890b3790
tests: adapt unittests for new gnrc_pktbuf preconditions
6 years ago
Lotte Steenbrink
faaf50619d
unittests: fix link
6 years ago
Lotte Steenbrink
1bccdfe9c2
unittests: document make debug
6 years ago
BytesGalore
9818d053f4
hashes/sha256: changed data pointer parameters to `void*`
6 years ago
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.
6 years ago
smlng
671831d326
corrects flag compare
6 years ago
Martine Lenders
2cc52fba19
tests: provide tests for od module
6 years ago
Bas Stottelaar
dc0d8efc38
tests: pkg_u8g2: simplify Makefile + default display per output type
...
This matches better with other tests and makes code less bloated.
6 years ago