Martine Lenders
0cd2b746cc
fmt: add print_byte_hex() helper
2017-02-03 15:16:53 +01:00
Peter Kietzmann
04f6e15fbd
Merge pull request #6518 from haukepetersen/opt_autoinit_radios
...
sys/auto_init: optimized for at86rf and mrf24j40
2017-02-03 14:57:53 +01:00
Martine Lenders
59150b67f1
Merge pull request #6494 from haukepetersen/fix_nucleo_timerconfig
...
boards/nucle-f0xx: fixed timer configuration
2017-02-03 14:42:49 +01:00
BytesGalore
5f3b3bfe5f
tests/libcoap: exchange printf with puts
2017-02-03 14:39:17 +01:00
Peter Kietzmann
80908553e2
Merge pull request #6548 from aabadie/fix_undocumented_macros
...
boards/nucleo32-f042: fix undocumented on-board LED macros
2017-02-03 14:38:53 +01:00
Peter Kietzmann
a265e6ddea
Merge pull request #6530 from miri64/gnrc_netdev/doc/fix-groups
...
gnrc_netdev2: fix grouping of sub-headers in doc
2017-02-03 13:33:57 +01:00
Sebastian Meiling
0b703d086c
Merge pull request #6547 from aabadie/clean_test_makefile
...
tests: remove non existing board name nucleo-f042
2017-02-03 09:13:15 +01:00
Anthony Merlino
aa1056a33b
boards/arduino*: Unifies PORT_<OS> settings
...
All boards define a default PORT_LINUX and PORT_DARWIN
arduino-atmega-common uses PORT_LINUX and PORT_DARWIN accordingly
2017-02-02 14:12:03 -05:00
Anthony Merlino
9f5bd85d0f
boards/waspmote-pro: Removes toolchain flags that are now found in cpu/atmega-common
2017-02-02 14:12:03 -05:00
Anthony Merlino
23efa92cc9
cpu/atmega_common: Adds toolchain flags originally located in atmega-based boards
2017-02-02 14:12:02 -05:00
Anthony Merlino
a06aa7bd0e
boards/arduino-uno: Updates board to comply with refactored arduino-atmega-common structure
2017-02-02 14:12:02 -05:00
Anthony Merlino
7e79e85f17
boards/arduino-duemilanove: Updates board to comply with refactored arduino-atmega-common structure
2017-02-02 14:12:02 -05:00
Anthony Merlino
3f7808add0
boards/arduino-mega2560: Alters board to depend on arduino-atmega-common
2017-02-02 14:12:02 -05:00
Anthony Merlino
b8e04d8c00
boards/arduino-common: refactored to arduino-atmega-common
...
Refactors boards/arduino-common to boards/arduino-atmega-common.
Extends boards/arduino-atmega-common to be generic to all atmega based
arduino boards, not just atmega328p.
Removes flags that should be located in cpu framework
2017-02-02 14:11:51 -05:00
31d682aea8
boards/nucleo32-f042: fix undocumented on-board LED macros
2017-02-02 18:22:58 +01:00
aedffd7883
tests: remove non existing board name
2017-02-02 18:18:47 +01:00
smlng
ef154aaaba
sys/uuid: fix signedness warning
2017-02-02 16:43:12 +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
martinheusmann
9d199d5d09
isl29125: added interrupt configuration register
2017-02-02 13:31:33 +01:00
Cenk Gündoğan
1b3ab8b18e
Merge pull request #6536 from BytesGalore/mod_test_pkg_libcoap
...
tests/pkg_libcoap: exchange printf with puts
2017-02-02 12:00:23 +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
lebrush
56b590bec6
Merge pull request #6514 from basilfx/cleanup/spi_en
...
boards: *: remove SPI_*_EN as comments suggest
2017-02-02 11:27:40 +01:00
Martine Lenders
e92a2390e4
Merge pull request #6540 from zhuoshuguo/fix_netdev2_set_tx_feedback
...
gnrc_netdev2: fix ''gnrc_netdev2_set_tx_feedback()'' assert.
2017-02-02 10:41:52 +01:00
BytesGalore
964a7b3e3b
Merge pull request #6543 from PeterKietzmann/add_2017-01_release_text
...
RELEASE 2017.01
2017-02-01 18:35:03 +01:00
PeterKietzmann
968868db61
RELEASE 2017.01
2017-02-01 18:32:30 +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
zhuoshuguo
b8428d3e95
gnrc_netdev2: fix gnrc_netdev2_set_tx_feedback assert.
2017-02-01 15:24:15 +01:00
Francisco Acosta
4c87199d1f
Merge pull request #6534 from smlng/pr/osx/openocd_fix
...
core: fix osx compile issue
2017-02-01 14:52:20 +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
BytesGalore
34acc9ae4b
tests/pkg_libcoap: exchange printf with puts
2017-02-01 14:05:36 +01:00
Martine Lenders
794be95395
Merge pull request #6531 from brummer-simon/gnrc_tcp-improvement-option_handling
...
gnrc_tcp: Improved Option Handling
2017-02-01 12:17:10 +01:00
smlng
0d4855c256
core: fix osx compile issue
2017-02-01 09:06:48 +01:00
Simon Brummer
e25fd0dd46
gnrc_tcp: Improved Option Handling
2017-02-01 08:28:59 +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
Bas Stottelaar
3b14a584b8
boards: *: remove SPI_*_EN now rework is merged
2017-01-31 19:38:41 +01:00
Simon Brummer
c6020cc100
examples: tests: move gnrc_tcp examples/ to tests/
2017-01-31 19:35:56 +01:00
Sebastian Meiling
b81e6b8898
Merge pull request #6511 from smlng/pr/tcp/mode_hdr_file
...
tcp: move header file and adapt includes
2017-01-31 19:25:41 +01:00
smlng
540fb53ac0
tcp: move header file and adapt includes
2017-01-31 19:14:54 +01:00
Martine Lenders
46e74229c0
gnrc_netdev2: fix grouping of sub-headers in doc
2017-01-31 18:47:56 +01:00
Martine Lenders
f5976e784a
Merge pull request #6528 from kaspar030/fix_tests_thread_cooperation
...
tests: thread_cooperation: fix for <32bit platforms
2017-01-31 18:03:02 +01:00
Martine Lenders
dbc3f5f418
Merge pull request #6489 from aabadie/fix_at_brief
...
boards: fix doxygen @brief in periph.conf
2017-01-31 18:02:07 +01:00
618c3db885
tests: thread_cooperation: fix for <32bit platforms
2017-01-31 14:28:58 +01:00
Martine Lenders
de4d700f90
Merge pull request #6508 from smlng/pr/pktdump/icmpv6_print
...
pktdump: add icmpv6 print
2017-01-31 13:49:54 +01:00
8886bcf21a
Merge pull request #6525 from kaspar030/misc_murdock_fixes
...
CI: murdock: misc changes
2017-01-30 18:54:15 +01:00
7d550dbeeb
CI: murdock: misc changes
2017-01-30 18:24:22 +01:00
Hauke Petersen
c560e28eb6
cpu/lpc2387: remove deprecatd I2C driver
2017-01-30 16:14:19 +01:00
Hauke Petersen
34d1064a00
drivers: remove utterly outdated lm75a driver
2017-01-30 16:14:18 +01:00