Hauke Petersen
0567b5598a
Merge pull request #6570 from miri64/gnrc_zep/cleanup/rm
...
gnrc_zep: remove gnrc_zep
2017-02-15 10:02:37 +01:00
Laurent Navet
9f59986eab
tests/driver_mq3: don't use timex constant
...
using define constants from timex.h breaks build for some boards.
2017-02-13 21:58:28 +01:00
Martine Lenders
c0b9b0fb56
Merge pull request #5938 from miri64/pkg/feat/lwip-sock-tcp
...
pkg: provide sock_tcp support for lwip
2017-02-13 21:45:41 +01:00
Martine Lenders
b915d15de1
pkg: provide sock_tcp support for lwip
2017-02-13 20:10:42 +01:00
Martin Elshuber
b9bb22b393
Added test application for reentrant mutexes
...
* fixed BOARD_INSUFFICIENT_MEMORY for rmutex
2017-02-09 15:29:24 +01:00
Neil Jones
8434f9c932
test: slip: blacklist mips-malta board
...
It has no UART.
2017-02-09 13:06:26 +00:00
Neil Jones
fd9ce7a865
tests: Add mssing includes for leds and xtimer test
2017-02-09 13:05:07 +00:00
Joakim Nohlgård
094107863f
Merge pull request #5688 from gebart/pr/atomics-refactor
...
core: Provide all C11 atomic operations
2017-02-09 09:00:16 +01:00
Laurent Navet
13286cd89f
tests/driver_mq3: fix build upon avr 8 bits MCU
...
fix tests/driver_mq3/main.c:58:27: error: integer overflow in expression [-Werror=overflow]
xtimer_usleep(500 * 1000);
2017-02-08 23:07:36 +01:00
Joakim Nohlgård
cb34eed8f3
tests/unittests/core-atomic: Use stdatomic.h instead of custom atomic.h
2017-02-08 16:23:49 +01:00
Joakim Nohlgård
c1b84f0e4f
tests/emb6: Use stdatomic.h instead of custom atomic.h
2017-02-08 16:23:49 +01:00
Peter Kietzmann
e5e79c2834
Merge pull request #5937 from miri64/pkg/feat/lwip-sock-udp
...
pkg: provide sock_udp support for lwip
2017-02-08 09:43:20 +01:00
Martine Lenders
5e983db605
gnrc_zep: remove gnrc_zep
...
This ZEP implementation is based on `gnrc_netdev`, it is complicated to
use, I'm not even sure anyone used it except me or if it is working
still. See #6121 for a better port of ZEP.
2017-02-07 17:41:28 +01:00
Peter Kietzmann
5bf4882592
Merge pull request #6453 from smlng/pr/5469-bis
...
drivers/kw2xrf: adapt to netdev2
2017-02-07 15:58:54 +01:00
Martine Lenders
a45256a2a7
pkg: provide sock_udp support for lwip
2017-02-07 15:48:47 +01:00
PeterKietzmann
598a36b75b
drivers/kw2xrf: reduce scope of test application
2017-02-07 15:22:46 +01:00
smlng
887f499eca
drivers/kw2xrf: adapt to new SPI interface
...
- add docu for structs, defines and functions
- exclude drivers/kw2xrf/include/overwrites.h (vendor header)
- add missing header guards
2017-02-07 15:08:05 +01:00
Johann Fischer
5eccbfb2ad
tests/driver_kw2xrf: adapt for netdev2 and add testmodes
2017-02-07 15:07:58 +01:00
Peter Kietzmann
4403cc931a
Merge pull request #6523 from haukepetersen/opt_dht_autoinit
...
drivers/dht: updated auto-init + some enhancements
2017-02-07 11:57:10 +01:00
Hauke Petersen
c6aa413320
tests/driver_dht: adapted to driver changes
2017-02-07 09:59:30 +01:00
Simon Brummer
d4c477aa01
gnrc_tcp: cleanup: correct copyright updates and corrected doxygen comments
2017-02-06 18:26:45 +01:00
Takuo Yonezawa
3193cf8aa7
tests/gnrc_ipv6_ext: update README.md
2017-02-06 16:27:51 +09:00
Simon Brummer
7e7b832219
gnrc_tcp: cleanup: Enforce coding convention
2017-02-04 10:19:59 +01:00
Martine Lenders
0747f57dd5
Merge pull request #6550 from BytesGalore/mod_test_libcoap
...
tests/pkg_libcoap: exchange printf with puts
2017-02-03 15:37:07 +01:00
BytesGalore
5f3b3bfe5f
tests/libcoap: exchange printf with puts
2017-02-03 14:39:17 +01:00
aedffd7883
tests: remove non existing board name
2017-02-02 18:18:47 +01:00
Oleg Hahm
00cc9c9f7a
Merge pull request #6506 from cgundogan/pr/isl29125_interrupt
...
isl29125: added interrupt
2017-02-02 14:41:18 +01:00
martinheusmann
c2458dbd6d
tests/driver_isl29125: extended test for interrupt use
2017-02-02 13:31:34 +01:00
1bf363bdaf
Merge pull request #6539 from BytesGalore/mod_test_thread_flags
...
tests/thread_flags: exchange printf with puts
2017-02-02 11:55:40 +01:00
Oleg Hahm
f7ad8f5cf3
Merge pull request #6537 from BytesGalore/mod_test_pkg_oonf
...
tests/pkg_oonf_api: exchange printf with puts
2017-02-01 15:37:36 +01:00
Oleg Hahm
49b39d2251
Merge pull request #6524 from brummer-simon/gnrc_tcp-cleanup-Moving_examples_to_tests
...
examples: tests: Moving gnrc_tcp_src/cli from examples to tests
2017-02-01 15:28:56 +01:00
BytesGalore
548270eb7d
tests/thread_flags: exchange printf with puts
2017-02-01 14:44:00 +01:00
BytesGalore
3379269c39
tests/pkg_oonf_api: exchange printf with puts
2017-02-01 14:12:44 +01:00
Joakim Nohlgård
9a3589dcfe
Merge pull request #6479 from haukepetersen/fix_lis3dh_mulle
...
drivers/lis3dh: fixed bug and simplified init()
2017-01-31 19:48:52 +01:00
Simon Brummer
c6020cc100
examples: tests: move gnrc_tcp examples/ to tests/
2017-01-31 19:35:56 +01:00
64c918a3b8
tests: add test for tsl2561 sensor driver
2017-01-31 17:49:16 +01:00
618c3db885
tests: thread_cooperation: fix for <32bit platforms
2017-01-31 14:28:58 +01:00
Hauke Petersen
db048f22ad
drivers/pn532: enabled test app to select SPI mode
2017-01-27 08:30:02 +01:00
Peter Kietzmann
6a6cbb8d88
Merge pull request #6485 from kYc0o/tweetnac_inc_stack
...
tests/unittests/tests-tweetnacl: increase needed stack
2017-01-26 15:51:57 +01:00
kYc0o
5ff272f9f8
tests/unittests: add more boards to insufficient memory list
2017-01-26 15:02:00 +01:00
kYc0o
2277cc3354
tests/unittests/tests-tweetnacl: increase needed stack
2017-01-26 15:02:00 +01:00
Cenk Gündoğan
d442a6a3f8
tests/emb6: msb-430 insufficient memory
2017-01-26 12:18:27 +01:00
Hauke Petersen
ed2bb9d3f8
drivers/lis3dh: fixed bug and simplified init()
...
- changed to SPI_MODE_0
- made init() function use the params struct as parameter
2017-01-26 10:12:44 +01:00
Hauke Petersen
422763e53f
tests: blacklisted some msp430 based boards
2017-01-25 17:25:18 +01:00
Hauke Petersen
7b1047f3bc
tests/lwip: blacklist nucleo-f072 and wsn430
2017-01-25 16:46:46 +01:00
Hauke Petersen
5bdb3bfa61
misc: aggregated doxygen fixes
2017-01-25 16:46:46 +01:00
Hauke Petersen
1544699286
tests/emb6: blacklisted wsn boards for insuf. RAM
2017-01-25 16:46:46 +01:00
Hauke Petersen
5a26037702
drivers/pcd8544: adapted to SPI API changes
2017-01-25 16:46:46 +01:00
Hauke Petersen
8ff20d1386
drivers/nvram_spi: adapted to SPI API changes
2017-01-25 16:46:46 +01:00
Hauke Petersen
5cb10ca9ea
drivers/nrf24l01: adapted to SPI API changes
2017-01-25 16:46:46 +01:00
Hauke Petersen
3d80b9c581
drivers/lis3dh: adapted to SPI API changes
2017-01-25 16:46:46 +01:00
Hauke Petersen
e5ab3c2020
drivers/kw2xrf: adpated to SPI API changes
2017-01-25 16:46:45 +01:00
Hauke Petersen
87534c75f0
drivers/encx24j600: adapted to SPI API changes
2017-01-25 16:46:45 +01:00
Hauke Petersen
dc3e78d521
drivers/end28j60: adapted to SPI API changes
2017-01-25 16:46:45 +01:00
Hauke Petersen
610e671aac
drivers/adt7310: adapted to SPI API changes
2017-01-25 16:46:45 +01:00
Hauke Petersen
f42ae58d27
tests/warn_conflict: adapted to SPI API changes
2017-01-25 16:46:45 +01:00
Hauke Petersen
a25b25d830
tests/periph_spi: rewrite of SPI test
2017-01-25 16:46:04 +01:00
Martine Lenders
5ea160e6fe
Merge pull request #6004 from miri64/posix/enh/use-sock-for-sockets
...
posix_sockets: port to sock
2017-01-24 17:40:01 +01:00
Martine Lenders
751a82807b
Merge pull request #6214 from miri64/tests/enh/list-unittests
...
tests: provide unittests for core/list
2017-01-24 15:56:43 +01:00
Martine Lenders
1ccdc4643f
posix_sockets: port to sock
2017-01-24 15:17:15 +01:00
Francisco Acosta
e44236d379
Merge pull request #6170 from haukepetersen/add_periph_romaddrtopage
...
drivers/flashrom: added addr-to-page function
2017-01-24 14:18:41 +01:00
Hauke Petersen
5d8f686cf6
Merge pull request #6031 from MichelRottleuthner/sdcard_spi_testing
...
add driver for sd-cards (using spi)
2017-01-24 14:18:11 +01:00
Martine Lenders
b0a849c01c
tests: provide unittests for core/list
2017-01-24 14:15:48 +01:00
Hauke Petersen
87bdd7be32
tests/unittests: added flashpage tests (page<->addr)
2017-01-24 09:41:56 +01:00
Frits Kuipers
e483c2307b
boards/maple-mini: initial support
2017-01-21 16:27:17 +01:00
Martine Lenders
5b1c00ad8b
Merge pull request #6388 from astralien3000/opencm9-04
...
boards/opencm9-04 : initial support
2017-01-21 14:37:50 +01:00
Martine Lenders
85d8397464
Merge pull request #6117 from kb2ma/gcoap/sock
...
gcoap: rebase networking on sock
2017-01-21 10:40:13 +01:00
Ken Bannister
342c3f2ed3
gcoap: Remove coap.h include file, which is no longer used.
...
Also change references in dependencies to the net/gcoap.h include.
2017-01-20 22:00:25 -05:00
Ken Bannister
acda73c9c7
gcoap: Update unit tests for rebase on sock
2017-01-20 22:00:25 -05:00
9d55b3a49b
Merge pull request #6156 from keestux/add-driver-bme280
...
drivers: Add driver for BME280
2017-01-20 21:24:22 +01:00
Martine Lenders
ace053fbf2
Merge pull request #6444 from smlng/pr/tests/add_makefile_tests_common
...
tests: add missing include for Makefile.tests_common
2017-01-20 20:36:30 +01:00
Kees Bakker
a0a76d66d2
drivers: Add driver for BME280
2017-01-20 20:26:43 +01:00
smlng
52fadaf23a
tests: remove redundant board and quiet statements
2017-01-20 19:36:04 +01:00
Martine Lenders
aab48458da
Merge pull request #6440 from smlng/pr/unittests/macos_fix
...
unittests: fix heatshrink compiler error on macOS
2017-01-20 18:26:46 +01:00
Michel Rottleuthner
ac2ae7cb56
drivers: added driver for accessing sd_cards over spi
2017-01-20 18:11:26 +01:00
Loïc Dauphin
73a3be518b
tests: add opencm9-04 to insufficient memory boards in some tests
2017-01-20 18:11:00 +01:00
smlng
f84e8a37e2
tests: add missing include for Makefile.tests_common
2017-01-20 17:24:56 +01:00
smlng
a79ee2d623
unittests: fix heatshrink compiler error on macOS
2017-01-20 14:34:35 +01:00
kYc0o
abf6c3e53f
tests/driver_xbee: add DEVELHELP to catch non-valid configs
2017-01-20 14:22:20 +01:00
kYc0o
a2f54a0e58
tests/driver_xbee: reduce pktbuf size to cover small platforms
2017-01-20 14:22:20 +01:00
Oleg Hahm
7ee7801c10
*: remove trailing underscores from header guards
2017-01-19 18:30:53 +01:00
Oleg Hahm
693636690c
Merge pull request #6399 from OlegHahm/timex_constants
...
timex: unambiguous time conversion macros
2017-01-19 17:29:26 +01:00
Martine Lenders
76f951b54f
Merge pull request #6326 from smlng/pr/osx/tests_name_clash
...
tests: fix linker failure on OS X due to name clash
2017-01-19 16:08:13 +01:00
smlng
6a037ad004
tests: add prefix to Makefile.tests_common
...
- fixes name clash on macOS
- correct naming of test coap to pkg_libcoap
2017-01-19 15:20:37 +01:00
Martine Lenders
8ba057daf7
Merge pull request #6377 from aabadie/nucleo32-f303
...
boards/nucleo32-f303 : initial support
2017-01-19 14:19:28 +01:00
Oleg Hahm
4f4214235b
timex: unambiguous time conversion macros
2017-01-19 13:18:08 +01:00
Oleg Hahm
b9b6e4934c
Merge pull request #5203 from OlegHahm/cbor_bound_checking
...
cbor: bounds checking on read and no_copy string deserialization
2017-01-19 12:21:18 +01:00
ca11e4c9e6
tests: add nucleo32-f303 to insufficient memory boards in some tests
2017-01-19 11:09:42 +01:00
Peter Kietzmann
616d35e96f
Merge pull request #6153 from haukepetersen/opt_driver_mma8x5x
...
drivers/mma8x5x: remodeled driver
2017-01-19 09:56:31 +01:00
Peter Kietzmann
f7043c5add
Merge pull request #6394 from kYc0o/test_xtimer_usleep
...
tests: add xtimer_usleep test
2017-01-19 09:24:20 +01:00
kYc0o
ddaa28fdc1
tests: add xtimer_usleep test
2017-01-18 23:55:02 +01:00
963662416b
boards/nucleo32-f042: change board name nucleo->nucleo32
2017-01-18 22:04:59 +01:00
Oleg Hahm
8f71b4c103
Merge pull request #6397 from OlegHahm/txtsnd_pseudomodule
...
shell: introduce txtsnd pseudomodule
2017-01-18 21:21:42 +01:00
Oleg Hahm
df7927dc94
shell: introduce txtsnd pseudomodule
...
This commit allows to enable/disable the txtsnd shell command. The
command is used to send strings over L2 in GNRC. Until now the command
was automatically enabled if GNRC and shell_commands were present, which
may lead to confusion if no L2 packet handler is registered.
2017-01-18 20:58:56 +01:00
Martine Lenders
53ab146ef5
Merge pull request #6333 from smlng/pr/unittests/osx_array_fix
...
unittests: fix array length error on OSX
2017-01-18 20:39:55 +01:00
Lucio Torre
d783d784c9
cbor: add zero copy string deserialization
2017-01-18 19:33:00 +01:00
Martine Lenders
9666f58e6c
Merge pull request #6387 from haukepetersen/add_example_saul
...
examples: added stand-alone SAUL example
2017-01-18 18:48:32 +01:00
smlng
48a93cb665
unittests: fix array length error on OSX
2017-01-18 13:50:56 +01:00
Hauke Petersen
db24f5e140
tests/mma8x5x: adapted test for driver changes
2017-01-18 10:51:15 +01:00
Peter Kietzmann
7c252eddae
Merge pull request #4642 from haukepetersen/opt_hdc1000
...
drivers/hdc1000: remodeled driver + SAUL integration
2017-01-17 16:02:03 +01:00