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

15255 Commits

Author SHA1 Message Date
c585f0f525 Merge pull request #7705 from OTAkeys/pr/stm32_uart_fix
cpu/stm32_common: use pseudomodule for UART hardware flow control
2017-10-10 14:29:22 +02:00
Joakim Nohlgård
ca0db13467 Merge pull request #7704 from gebart/pr/xtimer-shift-32768hz
xtimer: Set XTIMER_SHIFT to 0 if underlying timer is 32768 Hz
2017-10-10 14:24:56 +02:00
Vincent Dupont
be588c2f0e cpu/stm32_common: use pseudomodule for UART HW FC 2017-10-10 14:09:05 +02:00
Joakim Nohlgård
a4ba6c12bc xtimer: Set XTIMER_SHIFT to 0 if underlying timer is 32768 Hz 2017-10-10 12:20:04 +02:00
Martine Lenders
a295b0eb91 Merge pull request #7417 from miri64/gnrc_netif2/feat/nrfmin
nrfmin: port for gnrc_netif2
2017-10-10 12:09:25 +02:00
Martine Lenders
4597193da4
nrfmin: port for gnrc_netif2 2017-10-10 11:48:53 +02:00
Cenk Gündoğan
814dc95553 Merge pull request #7703 from miri64/gnrc_ipv6_nib/fix/return-ar-state
gnrc_ipv6_nib: return registration state on upstream registration
2017-10-10 11:35:47 +02:00
Martine Lenders
eb76e8034d
gnrc_ipv6_nib: return registration state on upstream registration
The function `_update_nce_ar_state()` was introduced during the review
of \#7424, but it's return value never used, causing faulty behavior.
2017-10-10 11:06:47 +02:00
Cenk Gündoğan
d51c058c70 Merge pull request #7370 from miri64/gnrc_netif2/feat/new-netif-api-for-gnrc
gnrc_netif2: Introduction of a new GNRC network interface API
2017-10-10 11:03:20 +02:00
Martine Lenders
77d977032c
tests: add tests for gnrc_netif2 2017-10-10 10:36:28 +02:00
Martine Lenders
0b80c7ed17
gnrc_netif2: Introduction of a new GNRC network interface API 2017-10-10 10:36:28 +02:00
Martine Lenders
8d941d59ea Merge pull request #7014 from miri64/gnrc_ipv6_nib/feat/ndp-link-local
nib: implement public NIB functions up to link-local AR
2017-10-10 10:30:10 +02:00
Martine Lenders
6a7de28cd1
gnrc: integrate NIB for testing 2017-10-10 10:12:19 +02:00
Martine Lenders
00b63e9803
tests: add tests for 6LN NDP behavior 2017-10-10 10:12:19 +02:00
Martine Lenders
545f54c913
tests: add tests for host NDP behavior 2017-10-10 10:12:19 +02:00
Martine Lenders
1b36cdf79e
nib: implement public NIB functions up to link-local AR 2017-10-10 10:12:19 +02:00
Francisco Acosta
52efba5b31 Merge pull request #7476 from gebart/pr/kinetis-rtt-alarm
kinetis: Adjust RTT alarm trigger time
2017-10-09 14:34:09 +02:00
Francisco Acosta
6da78131e7 Merge pull request #7675 from kaspar030/fix_sam0_uart
cpu/sam0/periph/uart: ensure uart_init() idempotency
2017-10-09 13:59:20 +02:00
ef1a8c66ac cpu/sam0/periph/uart: ensure uart_init() idempotency 2017-10-09 13:45:46 +02:00
Vincent Dupont
f13207b79b Merge pull request #7679 from haukepetersen/opt_stm32f0_isrvectors
cpu/stm32f0: optimized isr vector definitions
2017-10-09 12:24:36 +02:00
Vincent Dupont
b7b451daf8 Merge pull request #7683 from haukepetersen/opt_stm32f7_isrvectors
cpu/stm32f7: optimized isr vector definitions
2017-10-09 12:18:22 +02:00
Vincent Dupont
802ed40b30 Merge pull request #7678 from haukepetersen/opt_stm32f4_isrvectors
cpu/stm32f4: optimized isr vector definitions
2017-10-09 12:16:23 +02:00
Hauke Petersen
a0dae5f595 Merge pull request #7621 from smlng/cpu/sam_common
CPU: add sam_common with CMSIS headers
2017-10-09 10:50:22 +02:00
Hauke Petersen
b75672628a Merge pull request #7632 from smlng/cpu/sam0_common/vendor_header
cpu, sam0_common: update vendor headers
2017-10-09 10:45:36 +02:00
Hauke Petersen
35902daba4 Merge pull request #7681 from haukepetersen/opt_stm32f2_isrvectors
cpu/stm32f2: optimized isr vector definitions
2017-10-09 09:22:29 +02:00
Martine Lenders
d30216dcbe gnrc_ipv6_nib: add configuration pseudo-modules 2017-10-06 23:21:18 +02:00
Cenk Gündoğan
d5c964415b Merge pull request #7253 from miri64/gnrc_ipv6_nib/feat/ft-component
gnrc_ipv6_nib: add forwarding table component
2017-10-06 23:08:20 +02:00
Martine Lenders
c60caccf43 tests: extend gnrc_ipv6_nib unittests for FT component 2017-10-06 23:01:10 +02:00
Martine Lenders
e1a37a01ac shell: commands: extend nib shell command for forwarding table 2017-10-06 23:01:10 +02:00
Martine Lenders
d8acdc9d2d gnrc_ipv6_nib: add forwarding table component 2017-10-06 23:01:10 +02:00
da7ef18a8d Merge pull request #7692 from kaspar030/fix_xtimer_config
sys/xtimer: fix default config / XTIMER_WIDTH
2017-10-06 22:17:02 +02:00
Cenk Gündoğan
7af0f916fe Merge pull request #7270 from miri64/gnrc_ipv6_nib/feat/abr-component
gnrc_ipv6_nib: provide component to handle ABRO
2017-10-06 22:16:17 +02:00
Martine Lenders
361dc1423f tests: extend gnrc_ipv6_nib unittests for internal ABR component 2017-10-06 22:09:53 +02:00
Martine Lenders
0b2bc25ee0 gnrc_ipv6_nib: provide component to handle ABRO 2017-10-06 22:09:53 +02:00
Martine Lenders
79115a38bc Merge pull request #7689 from miri64/tests/cleanup/gnrc_ipv6_nib_pl-tests
tests: unittests: actually do TODO in NIB-PL tests
2017-10-06 21:59:46 +02:00
Cenk Gündoğan
460bede96d Merge pull request #7690 from miri64/gnrc_ipv6_nib/fix/doc-fix
doc: gnrc_ipv6_nib_nc: remove false advertisement about iteration
2017-10-06 21:55:50 +02:00
Cenk Gündoğan
3ddfee0ad6 Merge pull request #7691 from miri64/gnrc_ipv6_nib/fix/doc-fix-pl
gnrc_ipv6_nib_pl: doc: add comment about changes during iteration
2017-10-06 21:52:59 +02:00
e8aacc19ce sys/xtimer: fix default config / XTIMER_WIDTH 2017-10-06 21:48:51 +02:00
Martine Lenders
786768eb29 gnrc_ipv6_nib_pl: doc: add comment about changes during iteration 2017-10-06 21:44:54 +02:00
Martine Lenders
eccfc70d4f doc: gnrc_ipv6_nib_nc: remove false advertisement about iteration 2017-10-06 21:43:04 +02:00
Francisco Acosta
ae3beb613e Merge pull request #7673 from gebart/pr/mulle-flash-bank
mulle: Remove second flash bank declaration from OpenOCD configuration
2017-10-06 18:11:51 +02:00
Martine Lenders
11e81907d5
tests: unittests: actually do TODO in NIB-PL tests 2017-10-06 17:25:35 +02:00
Sebastian Meiling
34a63f1c53 Merge pull request #7484 from bergzand/at86rf2xx/tx-retries
at86rf2xx: add NETOPT_TX_RETRIES_NEEDED support
2017-10-06 17:11:47 +02:00
Hauke Petersen
5d3084bbc0 cpu/stm32f0: optimized isr vector definitions 2017-10-06 16:41:05 +02:00
Hauke Petersen
9d5bb0979a cpu/stm32f2: optimized isr vector definitions 2017-10-06 16:39:12 +02:00
Hauke Petersen
73de5236a4 cpu/stm32f4: optimized isr vector definitions 2017-10-06 16:37:51 +02:00
Hauke Petersen
0360e8b96e cpu/stm32f7: optimized isr vector definitions 2017-10-06 16:36:20 +02:00
Cenk Gündoğan
080590f587 Merge pull request #7222 from miri64/gnrc_ipv6_nib/feat/pl-component
gnrc_ipv6_nib: add prefix list component
2017-10-06 15:42:39 +02:00
Martine Lenders
32746b45ac
shell: commands: extend nib shell command for prefix list 2017-10-06 15:35:41 +02:00
Martine Lenders
32d48a81a1
tests: extend gnrc_ipv6_nib unittests for prefix list component 2017-10-06 15:35:41 +02:00