Vincent Dupont
92dfd8a347
shell_commands: fix rtc shell command
2017-11-09 13:11:55 +01:00
Vincent Dupont
f2466fb8dc
periph/rtc: move init from auto_init to periph_init
2017-11-09 12:56:43 +01:00
Martine Lenders
f6c9eb03c5
Merge pull request #7824 from Hyungsin/hamilton-tmp006
...
tmp006: optional raw values, low power mode, SAUL type
2017-11-07 22:51:56 +01:00
Martine Lenders
6da479a4dd
Merge pull request #7186 from miri64/gnrc_pktbuf/enh/assert-users-gt-0
...
gnrc_pktbuf_static: assert that users > 0 on release
2017-11-06 15:39:24 +01:00
Martine Lenders
f8c2078f94
gnrc_pktbuf_static: assert that users > 0 on release
2017-11-06 15:27:44 +01:00
Martine Lenders
0954dba17d
Merge pull request #6000 from kaspar030/add_event_system
...
sys: add asynchronous event system
2017-11-06 14:25:18 +01:00
0e09213e53
sys/event: initial commit of handler-based event system
2017-11-06 14:19:31 +01:00
Martine Lenders
046f30b918
Merge pull request #7722 from miri64/gnrc_uhcpc/fix/dep
...
gnrc_uhcpc: fix dependencies
2017-11-06 11:21:55 +01:00
Martine Lenders
772ee47e28
Merge pull request #7790 from OTAkeys/pr/fix_can_set_get_filters
...
can/device: wake up device before getting/setting filters
2017-11-06 11:01:53 +01:00
Hyungsin
3dbe604d96
tmp006: optional raw values, low power mode, SAUL type
2017-11-06 00:04:50 -08:00
6f43e98b95
drivers/si70xx: cleanup and use pseudomodules
2017-11-05 18:13:19 +01:00
b60bb03f2b
Merge pull request #7901 from kroesche/feature/ringbuf_doc_update
...
ringbuffer: add hint about tsrb to doc
2017-11-03 10:03:56 +01:00
Joe Kroesche
abb6913480
sys/include/tsrb.h: move usage doc to main API page.
...
Modified file doc header so that important info about usage and buffer
size show up on main API doc page instead of file doc page;
added comment in a couple of places to remind reader that buffer size
must be powewr of 2.
2017-11-02 21:59:37 -05:00
c02ee081d9
Merge pull request #7174 from miri64/gnrc_sock/fix/return-EINVAL-for-inval-sock
...
sock: specify invalid parameter error
2017-11-02 17:30:35 +01:00
Martine Lenders
d8b7055008
Merge pull request #7870 from cgundogan/pr/trickle_timer_fix
...
trickle: correctly reset t
2017-10-26 15:48:07 +02:00
Cenk Gündoğan
5852517614
trickle: correctly reset t
2017-10-26 15:13:11 +02:00
Martine Lenders
67179e6253
Merge pull request #7863 from roberthartung/pm_fix_pm_layered_conflict_set_lowest
...
pm_layered: make sure no conflict for pm_set_lowest exists
2017-10-26 14:31:37 +02:00
Cenk Gündoğan
0541fe3ceb
Merge pull request #7849 from miri64/sys/fix/native-libc
...
sys: libc: only add include path on non-native boards
2017-10-26 13:58:50 +02:00
Robert Hartung
9678f13408
pm_layered: make sure no conflict for pm_set_lowest and periph_common exists
2017-10-26 10:09:09 +02:00
Martine Lenders
1964d156f0
sys: libc: only add include path on non-native boards
2017-10-25 17:58:47 +02:00
kYc0o
edb3178b86
sys/can/device.c: remove unused _can_event_error_to_msg function
2017-10-25 16:20:00 +02:00
kYc0o
00b9022bd1
sys/include/can/device.h: make CAN_DLL_NUMOF int
2017-10-25 16:18:51 +02:00
Francisco Acosta
a6cb09cfa6
Merge pull request #7783 from kYc0o/fix_cbor_arm
...
sys/cbor: fix compilation with newlib
2017-10-24 16:21:44 +02:00
kYc0o
4839a1cbbf
sys/cbor/cbor.c: add <time.h> if ctime module is used
2017-10-24 16:03:31 +02:00
kYc0o
084aa48e21
sys/cbor/Makefile: align to two spaces
2017-10-24 16:02:58 +02:00
Vincent Dupont
b4d68e320d
can/device: wake up device before getting/setting filters
2017-10-23 16:53:05 +02:00
167bd30453
all: fix my email address
2017-10-20 15:02:41 +02:00
416ac62fbf
pm: unify and set safe default pm_blocker
2017-10-16 14:32:27 +02:00
Hauke Petersen
5920d99752
pm: fix weak-based default implementations
...
Instead of using `weak` function definitions, this PR handles
default implementations using `PROVIDES_x` defines, allowing
for cpus/pm realted modules to use their own implementations.
2017-10-16 14:27:35 +02:00
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
Hauke Petersen
41f0864b67
saul_reg: make ptr to device descriptor non const
2017-10-12 11:51:24 +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
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
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
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
6998ffbb14
cppcheck: Provide consistent reason formatting for all cppcheck-suppresses
2017-10-10 10:25:20 -07:00