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

15211 Commits

Author SHA1 Message Date
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
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
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
Martine Lenders
3685fa02ae
gnrc_ipv6_nib: add prefix list component 2017-10-06 15:35:40 +02:00
Martine Lenders
940195fa3c Merge pull request #7677 from cladmi/pr/deps/gnrc_netdev
drivers/Makefile.dep: Remove already fulfilled 'gnrc_netdev' dependency
2017-10-06 13:56:50 +02:00
Cenk Gündoğan
43283ef16b Merge pull request #7064 from miri64/gnrc_ndp2/api/initial
gnrc_ndp2: Provide GNRC abstraction layer for NIB for sending
2017-10-06 13:33:36 +02:00
Martine Lenders
78474fc917
tests: provide tests for gnrc_ndp2 2017-10-06 13:06:17 +02:00
Martine Lenders
08447ed51e
gnrc_ndp2: Provide GNRC abstraction layer for NIB for sending 2017-10-06 12:11:05 +02:00
Cenk Gündoğan
c3d3e7d024 Merge pull request #7212 from miri64/gnrc_ipv6_nib/feat/internal-offl
gnrc_ipv6_nib: provide internal implementation for off-link entries
2017-10-06 12:02:43 +02:00
Cenk Gündoğan
11baf130a3 Merge pull request #6988 from miri64/gnrc_ipv6_nib/feat/nc-component
gnrc_ipv6_nib: add neighbor cache component
2017-10-06 11:57:46 +02:00
Martine Lenders
c1f9b15c3a
tests: extend nib-internal unittests for off-link entry handling 2017-10-06 11:50:59 +02:00
Martine Lenders
f249c0c2a0
gnrc_ipv6_nib: provide internal implementation for off-link entries 2017-10-06 11:50:59 +02:00
Martine Lenders
40be23b551
shell: commands: add nib shell command 2017-10-06 11:33:13 +02:00
Martine Lenders
9558a3d14a
tests: extend gnrc_ipv6_nib unittests for NC component 2017-10-06 11:33:13 +02:00
Martine Lenders
4df88c89bf
gnrc_ipv6_nib: add neighbor cache component 2017-10-06 11:33:12 +02:00
Gaëtan Harter
c547daa04a drivers/Makefile.dep: Remove already fulfilled 'gnrc_netdev' dependency
gnrc_netdev is already set as a dependency for gnrc_netdev_default in the
general Makefile.dep.
2017-10-06 11:18:40 +02:00
268f9b718c Merge pull request #7599 from aabadie/coap_examples_cleanup
coap: examples cleanup
2017-10-06 10:15:34 +02:00
Andreas "Paul" Pauli
69476a7a6f Merge pull request #7624 from smlng/boards/cc2650_launchpad
boards: initial support for TI CC2650 LaunchPad
2017-10-05 17:26:06 +02:00
Andreas "Paul" Pauli
f4a44ce303 Merge pull request #6691 from smlng/pr/tests/xtimer_hang/fix_32bit_timers
tests, xtimer_hang: fix 32Bit timers, 16MHz
2017-10-05 17:15:43 +02:00
4a5b9b592d Merge pull request #6702 from smlng/xtimer/refine_macros
xtimer: refine config macros
2017-10-05 13:43:47 +02:00
Joakim Nohlgård
4ee2e0c82b mulle: Remove second flash bank declaration from OpenOCD configuration
This is no longer required and causes problems with modern OpenOCD which
will automatically add all flash banks when probing Kinetis CPUs.
2017-10-05 12:33:37 +02:00
Sebastian Meiling
ccca27db8f Merge pull request #7176 from haukepetersen/opt_gpio_donotclearoninit
cpu/gpio: adapt GPIO implementations to #7173
2017-10-05 11:31:51 +02:00
smlng
7f73b756da tests, xtimer_hang: fix 32Bit timers, 16MHz 2017-10-05 11:24:46 +02:00
f689599f0d Merge pull request #7671 from gebart/pr/border-router-default-uart
examples/gnrc_border_router: Use STDIO UART for ethos
2017-10-05 09:42:24 +02:00
31f9105d10 Merge pull request #6582 from haukepetersen/opt_sam3_uarttxonly
cpu/sam3: uart driver enhancements
2017-10-04 18:19:29 +02:00
Martine Lenders
f3ee6dc033 Merge pull request #7668 from travisgriggs/core_print_stack_macro
correct print_stack macro
2017-10-04 17:04:46 +02:00
Joakim Nohlgård
7edc421258 examples/gnrc_border_router: Use STDIO UART for ethos
If ETHOS_UART is not defined, then the default behaviour is to fall back
to UART_STDIO_DEV.

Fixes broken default configuration on boards which are not using UART0
for STDIO (e.g. Mulle)
2017-10-04 13:12:01 +02:00
Hauke Petersen
1a3fefb6bf cpu/sam3: uart driver enhancements
- enabled driver to run in TX only mode
- make use of gpio_init_mux() for pin intialization
- simplyfied pin configuration
- adapted pin configuartion for arduino-due and udoo
2017-10-04 12:42:38 +02:00
15c22e9ab7 at86rf2xx: add NETOPT_TX_RETRIES_NEEDED support 2017-10-04 12:20:15 +02:00
Hauke Petersen
70e17ee5a3 cpu/cc2538/gpio: do not clear output pin on init 2017-10-04 12:15:03 +02:00
Hauke Petersen
bad9d99159 cpu/cc26x0/gpio: do not clear output pin on init 2017-10-04 12:15:03 +02:00
Hauke Petersen
7342974b17 cpu/ezr32wg/gpio: do not clear output pin on init 2017-10-04 12:15:03 +02:00
Hauke Petersen
be456915e9 cpu/kinetis/gpio: do not clear output pin on init 2017-10-04 12:15:03 +02:00
Hauke Petersen
cf54fbb167 cpu/msp430/gpio: do not clear output pin on init 2017-10-04 12:15:03 +02:00
Hauke Petersen
5711b5d53d cpu/sam0/gpio: do not clear pin on init 2017-10-04 12:12:43 +02:00
Hauke Petersen
b08188efd2 cpu/stm32/gpio: do not clear pin on init 2017-10-04 12:12:16 +02:00
Travis Griggs
2fd324a52f correct print_stack macro 2017-10-03 14:39:25 -07:00
f0d0009820 Merge pull request #7382 from photonthunder/samd21_rtt_prescaler
samd21:add prescaler option for rtt.c
2017-10-03 09:01:42 +02:00
Dan Evans
a59714b02c samd21:add prescaler option for rtt.c 2017-10-02 20:35:07 -07:00
Hauke Petersen
938ba0b3c5 Merge pull request #7535 from haukepetersen/opt_cortexm_vectordefs
cpu: use shared Cortex-M base vector table
2017-10-01 21:46:17 +02:00
385623fb43 Merge pull request #7559 from dylad/sam0_gpio
cpu/sam0_common: merge GPIO driver
2017-10-01 14:59:46 +02:00
dylad
1e5262506d cpu/sam0: merge GPIO driver 2017-10-01 14:48:12 +02:00