1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

18454 Commits

Author SHA1 Message Date
Simon Brummer
370fe1e475 gnrc_tcp: Set src addr in outgoing packets by tcp layer. 2018-06-10 13:26:23 +02:00
PeterKietzmann
f9eb43cf97 pkg/ccnl: clean up build dependencies 2018-06-10 13:24:28 +02:00
PeterKietzmann
917707ef1c pkg/ccnl: version bump 2018-06-10 12:11:45 +02:00
PeterKietzmann
d3d012c077 shell/ccnl: use new CS add method 2018-06-10 12:11:44 +02:00
Martine Lenders
fd1a987bf1
Merge pull request #9266 from aabadie/pr/tool/doc_group_check
dist/tools/doccheck: add check for undefined groups
2018-06-07 19:43:47 +02:00
2f21e16915 dist/tools/doccheck: add check for undefined groups 2018-06-07 19:29:38 +02:00
Cenk Gündoğan
c135f2639e
Merge pull request #9300 from miri64/gnrc_ipv6_nib/fix/rtr-timeout-wrong-ctx
gnrc_ipv6_nib: use router instead of netif for router timeout context
2018-06-07 13:40:48 +02:00
Cenk Gündoğan
5ab519c7fa
Merge pull request #9305 from haukepetersen/opt_emcute_usebyteorder
net/emcute: use global byteorder functions
2018-06-07 12:23:14 +02:00
Hauke Petersen
36ecaa6e4b net/emcute: use global byteorder functions 2018-06-07 12:10:58 +02:00
Martine Lenders
baf9a62a96
Merge pull request #9301 from haukepetersen/add_core_byteorder_lebufs
core/byteorder: add uint16 from/to buffer funcs
2018-06-07 11:24:56 +02:00
Martine Lenders
44614d53fc
Merge pull request #9304 from haukepetersen/fix_servo_deps
drivers/servo: add periph_pwm as dependency
2018-06-07 11:24:17 +02:00
Cenk Gündoğan
598028a13f
Merge pull request #9303 from miri64/gnrc_netif/enh/conf-ipv6-groups
gnrc_netif: increase number of maximum IPv6 groups
2018-06-07 11:17:43 +02:00
Hauke Petersen
976a6b54e6 tests/servo: remove redundant periph_pwm dep 2018-06-07 11:11:57 +02:00
Hauke Petersen
203a5ecfb4 drivers/Make.dep: add servo dependencies 2018-06-07 11:11:39 +02:00
Martine Lenders
6e31ce7c74 gnrc_netif: increase number of maximum IPv6 groups 2018-06-07 10:14:52 +02:00
Cenk Gündoğan
4ddbf43226
Merge pull request #9302 from miri64/gnrc_netreg/doc/enhance-register-pre
gnrc_netreg: Further specify gnrc_netreg_register() precondition
2018-06-06 22:41:23 +02:00
Martine Lenders
fbe391723b gnrc_netreg: Further specify gnrc_netreg_register() precondition
While browsing through the rendered doc, I found the precondition of
`gnrc_netreg_register()` somewhat lacking. What is a "message queue"?
`gnrc_netreg_entry_t`s have types. Does this apply for all types?
This specifies the requirement more: The calling thread **only** needs
a message queue (also provides a link to `msg_init_queue()` now for
further information), if the provided `gnrc_netreg_entry_t` is of type
`GNRC_NETREG_TYPE_DEFAULT` (i.e. thread-wise IPC).
2018-06-06 22:19:53 +02:00
fc6892585e
Merge pull request #9295 from jia200x/pr/ttn_rx2
tests/pkg_semtech_loramac: improve README
2018-06-06 16:15:10 +02:00
Jose Alamos
71bd5584d5 tests/pkg_semtech_loramac: add information about frame counters and ABP 2018-06-06 15:52:54 +02:00
Jose Alamos
04dd2a90ba test/pkg_semtech_loramac: add class A specifics to README 2018-06-06 15:52:54 +02:00
75a16918dc
Merge pull request #9184 from haukepetersen/add_mynewt_nimble
pkg: add support for the NimBLE BLE stack
2018-06-06 14:04:37 +02:00
smlng
1adb5852ec tools: allow static checks to be run from any directory 2018-06-06 14:03:31 +02:00
Hauke Petersen
f4dccc402e examples: add NimBLE GATT server example app 2018-06-06 13:52:58 +02:00
Hauke Petersen
24a7f26eee pkg: add support for NimBLE as package 2018-06-06 13:52:58 +02:00
Hauke Petersen
e99010ac3e cpu/nrf5x: include nrfx.h compatibility header 2018-06-06 13:52:57 +02:00
Hauke Petersen
f68b243dfc core/byteorder: add uint16 from/to buffer funcs 2018-06-06 13:18:48 +02:00
Jose Alamos
cf8ce6858a tests/pkg_semtech_loramac: improve test documentation 2018-06-06 12:18:52 +02:00
Martine Lenders
b6ab9eb343 gnrc_ipv6_nib: use router instead of netif for router timeout context
`GNRC_IPV6_NIB_RTR_TIMEOUT` [expects a default router entry][doc] as
context, so using the `netif` here is clearly wrong. This causes the
hardfault described in #9297.

[doc]: http://doc.riot-os.org/group__net__gnrc__ipv6__nib.html#ga1c7e892ef6533f699c4e64737c2847c2
2018-06-06 11:37:51 +02:00
Ken Bannister
2c02ed2093 net/gcoap: refine observe re-registration
Fix re-register when using the same token.
Handle edge cases when change token for a resource.
Only set observer and resource on initial registration.
Discuss re-registration in documentation.
2018-06-05 09:23:16 -04:00
smlng
c5f2ea6320 tools/flake8: add files exclude pattern for imported scripts 2018-06-05 15:22:07 +02:00
smlng
1891d42bc8 tools/flake8: fix files regex for macOS 2018-06-05 15:21:26 +02:00
Cenk Gündoğan
59e18df6c8
Merge pull request #6918 from BytesGalore/rpl_add_solicited_information_option
rpl: add solicited information option to DIS
2018-06-04 22:35:15 +02:00
dbc70f39c6
Merge pull request #8865 from Josar/xtimer_usleep_improved
tests/xtimer_usleep: improved test, added pin toggle
2018-06-04 22:06:33 +02:00
Francisco Acosta
188886d9f1
Merge pull request #9127 from basilfx/feature/efm32_uart_modes
cpu: efm32: provide non-standard UART modes
2018-06-04 18:38:25 +02:00
Bas Stottelaar
6789c49822 boards: efm32: add UART mode option. 2018-06-04 18:16:41 +02:00
Bas Stottelaar
0c47233f97 cpu: efm32: add support for non-standard UART modes. 2018-06-04 18:16:41 +02:00
Bas Stottelaar
63ca613012 pkg: gecko_sdk: upgrade SDK to include utility methods 2018-06-04 18:16:41 +02:00
BytesGalore
0c034c9220 rpl: add DIS Solicited Information option 2018-06-04 18:10:22 +02:00
Anthony
a650a43df2 pkg/jerryscript: update Javascript example up to date 2018-06-04 16:22:23 +02:00
Francisco Acosta
42d58373f5
Merge pull request #8802 from basilfx/feature/efm32_slstk3402a
boards: slstk3402a: add support
2018-06-04 15:35:22 +02:00
Kevin Weiss
28f2eaa381
Merge pull request #9126 from maribu/stm32f103c8_boards
boards: add stm32mindev (clone of the Blue Pill board)
2018-06-04 10:48:57 +02:00
Marian Buschsieweke
e0bf20728c
examples, tests: Updated BOARD_INSUFFICIENT_MEMORY
Added stm32mindev to BOARD_INSUFFICIENT_MEMORY where needed
2018-06-04 09:03:30 +02:00
Marian Buschsieweke
8bc666d0dd
boards: New board stm32mindev
Added support for the STM32 Minimum System Development Board, which is
identical to the Blue Pill except for the GPIO pin wired to the on-board LED.
2018-06-04 08:52:26 +02:00
Marian Buschsieweke
bb6d0e304c
boards: Added module boards_common_stm32f103c8 & refactored bluepill
- Moved common code for STM32F103C8 based boards to the new module
- Updated board `bluepill` to use the new module
2018-06-04 08:52:23 +02:00
Francisco Acosta
5e5773c631
Merge pull request #9279 from ZetaR60/RIOT_c99_static_assert
core/assert: provide static_assert for c99
2018-06-03 19:50:04 +02:00
Bas Stottelaar
bfb820b989 tests: unittests: add to list of ARM boards. 2018-06-03 16:48:30 +02:00
Bas Stottelaar
dfc50024b8 boards: slstk3402a: add support 2018-06-03 16:48:30 +02:00
Bas Stottelaar
c3161ce524 cpu/efm32: efm32pg12b: add support 2018-06-03 16:48:04 +02:00
Bas Stottelaar
9b3f8ca047 cpu/efm32: efm32pg12b: add vendor headers 2018-06-03 16:48:04 +02:00
Matthew Blue
2bd1d7f045 core/assert: provide static_assert for c99 2018-06-03 03:15:17 -04:00