Hauke Petersen
|
db24f5e140
|
tests/mma8x5x: adapted test for driver changes
|
6 years ago |
Hauke Petersen
|
1469d46501
|
test/examples/make: inc all of SAUL on saul_default
- make saul_default dependent on saul_reg and auto_init_saul
- adapt default example and the saul test application
|
6 years ago |
Hauke Petersen
|
89c7c30a7f
|
tests/driver_hdc1000: adapted to driver changes
|
6 years ago |
Martine Lenders
|
bf60c2fbfa
|
pkg: provide sock_ip support for lwip
|
6 years ago |
Kaspar Schleiser
|
680a923aa5
|
tests: unittests: add unittests for heatshrink package
|
6 years ago |
Oleg Hahm
|
c2893d4a88
|
sys: crypto: remove twofish and rc5
|
6 years ago |
Koen Zandberg
|
d2685f2515
|
Add test case for the jc42 temperature sensor
|
6 years ago |
Victor Arino
|
d8d8d55e72
|
drivers/pn532: add NFC reader PN532 driver
|
6 years ago |
Kaspar Schleiser
|
0194091673
|
remove obsolete lpm code
|
6 years ago |
kYc0o
|
b84b151e78
|
tests/unittests: add tweetnacl unittest
|
6 years ago |
Kaspar Schleiser
|
cb85785a3b
|
tests: pkg_aversiveplusplus: temporarily disable CI building
|
6 years ago |
BytesGalore
|
49f89b4268
|
sys/base64: corrected output size determination
|
6 years ago |
Hauke Petersen
|
ce37b970b4
|
tests/driver_nrfmin: removed test
test is not needed anymore, simply test the driver
using the default or gnrc_networking examples
|
6 years ago |
Hauke Petersen
|
5d31ca5d4b
|
drivers: use I2C_DEV(x) instead of deprecated I2C_x
|
6 years ago |
Hauke Petersen
|
7e715014ca
|
tests/driver_xbee: adapted to XBee driver changes
|
6 years ago |
Hauke Petersen
|
83d206e2b0
|
drivers/xbee: adapted to netdev2
|
6 years ago |
Vincent Dupont
|
1a12a40110
|
boards/nucleo-f042: initial support
|
6 years ago |
Hauke Petersen
|
474cf80558
|
tests/periph_uart: terminate strings with \n
|
6 years ago |
zhuoshuguo
|
6a0ac75d2c
|
gnrc_mac: add mac tx and rx internal types and API.
|
6 years ago |
Wentao Shang
|
ba7f1af7ab
|
pkg/micro-ecc: support boards without hwrng feature
|
6 years ago |
Martine Lenders
|
71f778aa65
|
tests: provide unittests for ucrc16
|
6 years ago |
Kaspar Schleiser
|
9172e42437
|
tests/unittests: add stm32f3discovery to BOARD_INSUFFICIENT_MEMORY
|
6 years ago |
Hauke Petersen
|
bb763bdd87
|
tests/driver_servo: s/PWM_0/PWM_DEV(0)/
|
6 years ago |
Hauke Petersen
|
9fb771942d
|
tests: added test for periph/flashpage drivers
|
6 years ago |
Joakim Nohlgård
|
c5058673b7
|
tests/unittests: Mark limifrog-v1 for insufficient memory
|
6 years ago |
Joakim Nohlgård
|
4e5fae77da
|
tests/fib: Tidy up code style and fix cppcheck warning
|
6 years ago |
Joakim Nohlgård
|
7c48c891a0
|
xtimer: Update xtimer usage to match API changes
|
6 years ago |
Joakim Nohlgård
|
63e91151cd
|
xtimer: Add tick conversion
|
6 years ago |
Joakim Nohlgård
|
199140e50b
|
sys/div: Add support for big 64 bit numbers
|
6 years ago |
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 |