Martine Lenders
cb2a968a35
gnrc_uhcpc: fix dependencies
...
\#7721 showed, that `posix` is required to include the `arpa/inet.h`
header into the include path of an application using the `uhcpc`
module.
Additionally this PR makes the FIB an optional dependency of
`gnrc_uhcpc`.
2017-10-13 12:13:47 +02:00
52d08ca565
Merge pull request #7714 from OTAkeys/pr/conn_can_raw_fix
...
conn_can: fix conn_can_raw_send and improve doc
2017-10-13 12:09:40 +02:00
Martine Lenders
6e8fc5cbe1
Merge pull request #7644 from smlng/cpu/sam0/flashpage
...
cpu, sam0_common: fix flashpage use bitfield
2017-10-13 12:05:44 +02:00
Hauke Petersen
43dc87f9c2
Merge pull request #7684 from haukepetersen/opt_stm32l0_isrvectores
...
cpu/stm32l0: optimized isr vector definitions
2017-10-13 11:30:53 +02:00
Joakim Nohlgård
688e735879
Merge pull request #7730 from gebart/pr/rm-exec-bit
...
boards: Remove executable bit on various non-executable files
2017-10-13 11:11:36 +02:00
smlng
25378c7dd5
boards: add missing XTIMER_WIDTH
2017-10-13 10:53:11 +02:00
Hauke Petersen
fdc79aebc9
Merge pull request #7724 from aabadie/pr/cpu_samd21_pwm
...
cpu/samd21: skip pwm if not defined in board config
2017-10-13 10:52:32 +02:00
Joakim Nohlgård
329517f08d
boards: Remove executable bit on various non-executable files
2017-10-13 10:29:34 +02:00
Joakim Nohlgård
1fec7e690c
Merge pull request #7717 from gebart/pr/thread-flags-rm-mutex-unlock
...
core/thread_flags: Remove unused THREAD_FLAG_MUTEX_UNLOCKED
2017-10-13 09:14:31 +02:00
99e6324717
Merge pull request #7728 from keestux/fix-autonomo-uartpin
...
boards/sodaq-autonomo: correct TX pin of uart2
2017-10-12 22:41:36 +02:00
Sebastian Meiling
ff8c5a1254
Merge pull request #7622 from smlng/cpu/sam3/adapt2common
...
CPU: adapt SAM3 to sam_common
2017-10-12 22:41:01 +02:00
Kees Bakker
a84bacc662
boards/sodaq-autonomo: correct TX pin of uart2
2017-10-12 21:43:19 +02:00
Joakim Nohlgård
317b013319
core/thread_flags: Remove unused THREAD_FLAG_MUTEX_UNLOCKED
...
and improve docs for THREAD_FLAG_TIMEOUT
2017-10-12 14:30:59 +02:00
6be74db22b
cpu/samd21: skip pwm if not defined in board config
2017-10-12 12:07:41 +02:00
Vincent Dupont
b3ebdab80a
Merge pull request #7723 from haukepetersen/fix_saulreg_devptr
...
saul_reg: make ptr to device descriptor non const
2017-10-12 12:06:10 +02:00
Hauke Petersen
41f0864b67
saul_reg: make ptr to device descriptor non const
2017-10-12 11:51:24 +02:00
Francisco Acosta
6404bb75cf
Merge pull request #7715 from OTAkeys/pr/can_dev_fix
...
can/device: improve bus-off management
2017-10-11 16:13:35 +02:00
Martine Lenders
2e580ea548
Merge pull request #7718 from haukepetersen/fix_drivers_makefileswo
...
drivers: remove accidentally added binary Makefile
2017-10-11 15:46:32 +02:00
Hauke Petersen
1ed335c101
drivers: remove accidentally added binary Makefile
2017-10-11 15:35:35 +02:00
Vincent Dupont
0a23ecb3eb
Merge pull request #7716 from beduino-project/fix-clk_conf
...
cpu/stm32_common: fix clk_conf
2017-10-11 13:33:34 +02:00
Tristan Bruns
1b21eac448
cpu/stm32_common: fix clk_conf
2017-10-11 12:39:02 +02:00
Vincent Dupont
4e832a7d7e
can/device: improve bus-off management
2017-10-11 10:01:33 +02:00
Vincent Dupont
e8e20882ce
conn_can_raw: improve doc
2017-10-11 09:52:44 +02:00
Vincent Dupont
d251456585
conn_can_raw: fix xtimer removal
2017-10-11 09:51:28 +02:00
Francisco Acosta
a82930cf60
Merge pull request #7381 from miri64/slipdev/api/slip-port-to-netdev
...
slip: port to be used with netdev
2017-10-10 23:23:01 +02:00
Sebastian Meiling
af616acd1d
Merge pull request #7409 from miri64/gnrc_netif2/feat/ieee802154
...
gnrc_netif2: add IEEE 802.15.4 support
2017-10-10 23:17:44 +02:00
Cenk Gündoğan
1f03862d01
Merge pull request #7410 from miri64/gnrc_netif2/feat/ethernet
...
auto_init: upgrade bootstrap of Ethernet devices for gnrc_netif2
2017-10-10 23:15:57 +02:00
Martine Lenders
b74ee8869b
slip: port to be used with netdev
2017-10-10 23:14:12 +02:00
Martine Lenders
9f9737dcd8
auto_init: upgrade bootstrap of IEEE 802.15.4 devices for gnrc_netif2
2017-10-10 23:11:55 +02:00
Martine Lenders
60c18cf09f
tests: add tests for IEEE 802.15.4 to gnrc_netif2 tests
2017-10-10 23:11:55 +02:00
Martine Lenders
1d8dcae686
gnrc_netif2: add IEEE 802.15.4 support
2017-10-10 23:11:54 +02:00
Martine Lenders
4083640219
auto_init: upgrade bootstrap of Ethernet devices for gnrc_netif2
2017-10-10 21:49:28 +02:00
Martine Lenders
9368b1deb6
Merge pull request #7711 from miri64/gnrc_netif2/fix/fail-fast
...
gnrc_netif2: make gnrc_netif2_create idempotent and crash on error
2017-10-10 21:42:18 +02:00
Martine Lenders
ad0459c492
tests: adapt gnrc_netif2 test for changes in gnrc_netif2_create()
2017-10-10 21:21:36 +02:00
Martine Lenders
2c7c3d8ae5
nrfmin: adapt for changes to gnrc_netif2_create()
2017-10-10 21:21:14 +02:00
Martine Lenders
3929550ea3
gnrc_netif2: make gnrc_netif2_create idempotent and crash on error
2017-10-10 21:17:32 +02:00
Martine Lenders
d8a97a127b
Merge pull request #7663 from aabadie/ifconfig_standby
...
sys/shell/netif: add 'standby' state setter
2017-10-10 20:27:04 +02:00
Martine Lenders
c8a025635a
Merge pull request #7404 from miri64/gnrc_netif2/feat/sc
...
shell_commands: port ifconfig command for gnrc_netif2
2017-10-10 20:25:05 +02:00
Lucas Jenß
f6cd5572d5
Merge pull request #6024 from x3ro/cppcheck-suppress-explained
...
cppcheck: Provide consistent reason formatting for all cppcheck-suppresses
2017-10-10 20:20:46 +02:00
Martine Lenders
9a907c7068
Merge pull request #6019 from x3ro/refactor-cppcheck-script
...
dist/tools/cppcheck: Improve cmdline parameter handling
2017-10-10 20:17:40 +02:00
Martine Lenders
489a3cfaae
auto_init: add netdev_tap gnrc_netif2 initialization for testing
2017-10-10 20:14:42 +02:00
Martine Lenders
558accbe1a
shell_commands: port ifconfig command for gnrc_netif2
2017-10-10 20:14:42 +02:00
Lucas Jenss
556baf07a1
dist/tools/cppcheck: Allow individual files to be cppchecked
2017-10-10 10:59:02 -07:00
Joakim Nohlgård
7c1c6ac282
Merge pull request #7646 from aabadie/samd21_bootloader
...
cpu/sam0-common: rename mkr ldscript to more a generic name
2017-10-10 19:39:48 +02:00
Lucas Jenss
6998ffbb14
cppcheck: Provide consistent reason formatting for all cppcheck-suppresses
2017-10-10 10:25:20 -07:00
Peter Kietzmann
9964a60759
Merge pull request #7545 from kaspar030/add_prng_xorshift
...
sys: random: add xorshift prng
2017-10-10 19:13:49 +02:00
d377a17784
sys: random: add xorshift prng
2017-10-10 18:59:58 +02:00
Martine Lenders
72edaa3e47
Merge pull request #7586 from cladmi/pr/saul/gpio
...
saul/gpio: Low footprint handling of active-low signals + state initialization
2017-10-10 18:49:02 +02:00
55b2d484f7
Merge pull request #7638 from smlng/cpu/sam0_common/fix_uart
...
cpu, sam0_common: fix uart TXC check
2017-10-10 18:39:09 +02:00
Martine Lenders
a13eca1bdd
Merge pull request #7696 from aabadie/driver_sx127x_fixes
...
drivers/sx127x: several fixes
2017-10-10 18:32:11 +02:00