Jeff Bortolotti
fd87e3dae8
nRF52 Fix softdevice.hex flashing issue
2016-09-29 22:02:36 +02:00
f2c5314643
Merge pull request #5860 from keestux/add-sodaq-autonomo
...
boards: add sodaq autonomo
2016-09-29 22:00:38 +02:00
Joakim Nohlgård
1a2b2575fb
kinetis: Add stddef, stdint missing includes for gpio.c
2016-09-29 15:47:53 +02:00
af5afeadec
pkg: emb6: move dependencies to pkg Makefile.dep
2016-09-29 15:41:13 +02:00
e8d9589d8c
pkg: ccn-lite: move CFLAGS to pkg Makefile.include
2016-09-29 15:41:13 +02:00
444054041c
pkg: move module dependencies to pkg/libcoap/Makefile.dep
2016-09-29 15:41:12 +02:00
10e9336c78
boards: adapt to automatically included boards/$board/Makefile.dep
2016-09-29 15:41:12 +02:00
f842619fec
make: improve Makefile.dep
...
- calls itself recursively until all dependencies are resolved
- automatically include boards/$board/Makefile.dep
- automatically include pkg/$pkg/Makefile.dep
2016-09-29 15:41:12 +02:00
Peter Kietzmann
d33786d0c7
Merge pull request #5706 from aabadie/nucleo_f446
...
boards: initial support of ST Nucleo f446
2016-09-29 13:25:45 +02:00
Martine Lenders
07f8148432
pkg: lwip: remove timeout timer
...
In case of no timeout this timer is not removed, leading to the
re-addition in a later call. This fix removes it properly.
2016-09-29 13:09:35 +02:00
47cd95a743
Merge pull request #5890 from haukepetersen/fix_boards_uartstdiodev
...
boards: removed some superfluous definitions
2016-09-29 12:59:49 +02:00
Hauke Petersen
fc243f1841
boards: removed some superfluous definitions
...
- removed UART_STDIO_DEV as they use the default value
- removed BTN_B1_PIN for nucleo-207, as its already defined in the common header
2016-09-29 11:21:48 +02:00
Martine Lenders
fc1e974102
Merge pull request #5493 from OlegHahm/silent_valgrind
...
native: let valgrind print the leak summary at the end
2016-09-29 08:41:35 +02:00
Oleg Hahm
7767d5a101
native: enable valgrind's leak summary
2016-09-29 00:37:33 +02:00
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
2016-09-28 18:02:16 +02:00
Kees Bakker
6aa346fbad
cpu/sam21_common: some corrections to CMSIS samd21 include files
...
See README.md for details
* eliminate trailing white space
* remove define of LITTLE_ENDIAN
2016-09-28 18:01:12 +02:00
Kees Bakker
3123b501b5
cpu/sam21_common: add samd21 include files from ASF CMSIS
...
This adds support for all samd21 variants. Notice that the previous samd21
was moved to cpu/samr21
To use this cpu variant you must set at least the following in your boards
Makefile.include:
export CPU = samd21
export CPU_MODEL = samd21j18a # Not sure if this is used
CFLAGS += -D__SAMD21J18A__ # or whatever variant you have
The samd21 include files were copied from ASF 3.30
2016-09-28 18:01:12 +02:00
d93d2e73a3
boards/nucleo-f446: initial support
2016-09-28 17:00:56 +02:00
b50ab2f46e
cpu/stm32f4: adding support for stm32f446re cpu
2016-09-28 17:00:56 +02:00
Martine Lenders
ff2f9983f0
Merge pull request #5880 from OlegHahm/fix_debug_newlines
...
debug: add missing line breaks
2016-09-28 15:21:28 +02:00
Peter Kietzmann
4fa4626c15
Merge pull request #5861 from hamilton-mote/fix-samr21e
...
cpu/sam21_common: support SAMR21E18
2016-09-28 09:25:39 +02:00
Martine Lenders
6f0018f66a
Merge pull request #5694 from miri64/gnrc/enh/0-length-payload
...
gnrc_pktbuf: allow for 0-sized payload snips
2016-09-28 07:09:23 +02:00
Martine Lenders
9b69005200
Merge pull request #5815 from makomi/periph_gpio
...
tests/periph_gpio: fix variableScope (cppcheck)
2016-09-28 07:09:07 +02:00
Martine Lenders
4161ae1f11
Merge pull request #5686 from OTAkeys/pr/fix_uart_test
...
tests/periph_uart: include uart_stdio.h
2016-09-28 07:08:54 +02:00
Oleg Hahm
b428979a1d
debug: add missing line breaks
2016-09-27 23:38:41 +02:00
526917b8cc
Merge pull request #5758 from miri64/sock/api/initial
...
sock: Introduction of new application layer API
2016-09-27 23:10:35 +02:00
Martine Lenders
fdc8c39ba2
od: don't dump 0-length chunks
2016-09-27 21:49:58 +02:00
Martine Lenders
8f890b3790
tests: adapt unittests for new gnrc_pktbuf preconditions
2016-09-27 21:49:58 +02:00
Martine Lenders
5dad8f1edd
gnrc_pktbuf: allow for 0-sized payload snips
2016-09-27 21:49:57 +02:00
Peter Kietzmann
f7056cf976
Merge pull request #5868 from immesys/patch-1
...
samd21: spi: fix power regression
2016-09-27 21:25:44 +02:00
Martine Lenders
f99bbbfda9
Merge pull request #5381 from cgundogan/pr/netstats_rpl
...
gnrc_rpl: introduce control plane traffic statistics
2016-09-27 21:06:00 +02:00
Martine Lenders
1f5dcd91cc
Merge pull request #5873 from Lotterleben/unittest_link_fix
...
unittests: fix link
2016-09-27 20:57:03 +02:00
Martine Lenders
db8ca48fc6
Merge pull request #5872 from Lotterleben/unittest_gdb_doc
...
unittests: document make debug
2016-09-27 20:56:21 +02:00
Lotte Steenbrink
faaf50619d
unittests: fix link
2016-09-27 11:41:44 -07:00
Cenk Gündoğan
cfb487ffc4
gnrc_rpl: shell: add 'rpl stats' cmd to shell
2016-09-27 20:40:04 +02:00
Cenk Gündoğan
326a55caef
examples/gnrc_networking: use netstats_rpl
2016-09-27 20:40:04 +02:00
Cenk Gündoğan
ad6677b33f
gnrc_rpl: netstats_rpl: introduce statistics
2016-09-27 20:40:04 +02:00
Lotte Steenbrink
1bccdfe9c2
unittests: document make debug
2016-09-27 11:34:35 -07:00
Martine Lenders
3c005b64b6
Merge pull request #5692 from BytesGalore/md5_change_parameter_type
...
hashes/md5: changed data-parameter types to `void*`
2016-09-27 20:07:11 +02:00
Cenk Gündoğan
9074c4d376
Merge pull request #5837 from gebart/pr/drone-0.5
...
drone: Update YAML file to Drone 0.5 format
2016-09-27 19:19:43 +02:00
BytesGalore
4fa3a83910
hashes/md5: changed data-parameter types to void*
2016-09-27 18:53:43 +02:00
Martine Lenders
3a204d69b4
Merge pull request #5691 from BytesGalore/sha1_change_parameter_type
...
hashes/sha1: changed data-parameter pointers to `void*`
2016-09-27 18:48:31 +02:00
Martine Lenders
ee54ff4007
Merge pull request #5690 from BytesGalore/hmac_sha256_change_msg_param_type
...
hashes/sha256: changed data-pointer parameters to `void *`
2016-09-27 18:48:20 +02:00
Peter Kietzmann
bf6d7007fb
Merge pull request #5869 from smlng/pr/cc2538/disable_accept_l2ack
...
cc2538: disable l2 ack recv irq
2016-09-27 18:32:50 +02:00
Martine Lenders
b81ac9ca0e
pkg: lwip: do not re-set values already set in netif_add
...
lwip_netdev2_init() is called by netif_add, which already sets these
values to an according value.
2016-09-27 17:27:25 +02:00
smlng
77250f89a3
cc2538: disable l2 ack recv irq
2016-09-27 15:04:39 +02:00
BytesGalore
9818d053f4
hashes/sha256: changed data pointer parameters to void*
2016-09-27 06:36:08 +02:00
Michael Andersen
68f9916ab6
samd21: spi: fix power regression
...
The MISO pin cannot be left floating as it increases power consumption
2016-09-26 19:59:51 -07:00
Cenk Gündoğan
25e18dad88
Merge pull request #5797 from miri64/dist/doc/profile
...
dist: document IOTLAB_PROFILE variable fo IoT-Lab-support
2016-09-26 16:20:27 +02:00
Martine Lenders
f9e14bdd26
dist: document IOTLAB_PROFILE variable fo IoT-Lab-support
2016-09-26 16:18:45 +02:00