Martine Lenders
f51e4ca767
fixup! gnrc_pktbuf: move common auxiliary functions to common module
2017-06-15 15:15:02 +02:00
Martine Lenders
d8336c38b6
gnrc_pktbuf: move common auxiliary functions to common module
...
The packet buffer was originally designed to have a replaceable
back-end. This is why the actual module is called `gnrc_pktbuf_static`.
However, since than some auxiliary functions snuck into the static
back-end, which should go into the common module (which is a
pseudo-module at the moment).
This fix makes the `gnrc_pktbuf` pseudo-module an actual module and
moves the auxiliary functions to that module.
2017-06-14 12:24:56 +02:00
Cenk Gündoğan
58067bd489
Merge pull request #7179 from miri64/ndp/enh/backoff-max
...
ndp: Add constant for retrans. timer exp. backoff maximum
2017-06-13 14:13:48 +02:00
Martine Lenders
7a444e56c1
ndp: Add constant for retrans. timer exp. backoff maximum
2017-06-13 14:08:26 +02:00
Hauke Petersen
50ea5b0665
Merge pull request #7147 from smlng/saul/gpio/phynode
...
saul: add support for LEDs and buttons on pba-d-01-kw2x
2017-06-13 11:32:29 +02:00
smlng
367247242f
saul: add support for LEDs and buttons on pba-d-01-kw2x
2017-06-13 11:25:46 +02:00
Joakim Nohlgård
54b68844e0
Merge pull request #7165 from mfrey/kinetis-uart
...
kinetis: Use 9 bit UART config for 8E1, 8O1 modes
2017-06-13 09:04:04 +02:00
Francisco Acosta
5f0b8e5b80
Merge pull request #6978 from gebart/pr/kinetis-mcg
...
kinetis: MCG improvements
2017-06-12 23:27:39 +02:00
Sebastian Meiling
863bda7bc8
Merge pull request #7163 from cgundogan/pr/trickle_fix
...
trickle: adjust old_interval to max / 2 in case of I > Imax
2017-06-12 09:48:03 +02:00
Martine Lenders
ec9073e48e
Merge pull request #7171 from cgundogan/pr/nib_acronym
...
doc: nib: neighbor information base everywhere you look
2017-06-12 01:14:23 +02:00
Cenk Gündoğan
ef9ee54fe2
doc: nib: neighbor information base everywhere you look
2017-06-12 00:49:07 +02:00
Martine Lenders
38a99fb7cf
Merge pull request #7170 from smlng/enh/drivers/coding_style
...
drivers: coding style, use {} for empty while loops
2017-06-11 21:53:35 +02:00
smlng
a7b049f98a
drivers: coding style, use {} for empty while loops
2017-06-11 20:08:10 +02:00
Michael Frey
282dafdd25
kinetis: Use 9 bit UART config for 8E1, 8O1 modes
2017-06-11 18:34:27 +02:00
25bff148d4
Merge pull request #7169 from gebart/pr/xtimer-while
...
xtimer: Use {} for empty while loops
2017-06-10 10:28:04 +02:00
Joakim Nohlgård
8e10e6e3fa
xtimer: Use {} for empty while loops
2017-06-10 06:34:24 +02:00
Cenk Gündoğan
72c3c9cf6a
Merge pull request #6325 from miri64/gnrc_ipv6_nib/feat/internal
...
gnrc_ipv6_nib: initial import of internal NIB functions
2017-06-09 22:05:47 +02:00
Martine Lenders
0bf52f07f7
tests: provide unittests for internal NIB functions
2017-06-09 21:52:37 +02:00
Martine Lenders
e92f97cb12
gnrc_ipv6_nib: initial import of internal NIB functions
2017-06-09 21:52:37 +02:00
Martine Lenders
0b42721511
Merge pull request #7155 from zhuoshuguo/gnrc_mac_use_csma_sender
...
gnrc_mac: use csma_sender API when needed for csma transmission
2017-06-09 17:48:37 +02:00
zhuoshuguo
7565cd1d10
gnrc_mac: use software csma when needed.
2017-06-09 16:45:24 +02:00
Cenk Gündoğan
933b3cb378
trickle: adjust old_interval to max / 2 in case of I > Imax
2017-06-09 16:13:49 +02:00
Martine Lenders
1a4c01a912
Merge pull request #7138 from gebart/pr/netopt-ed-level
...
netopt: Add NETOPT_LAST_ED_LEVEL
2017-06-09 10:34:33 +02:00
BytesGalore
89716729c8
Merge pull request #7161 from cgundogan/pr/trickle_enhancements
...
trickle: enhancements
2017-06-09 09:15:54 +02:00
Cenk Gündoğan
4a73d1b7e1
tests: add trickle test
2017-06-09 09:03:24 +02:00
Cenk Gündoğan
9a62bb8307
shell: sc_gnrc_rpl: adjust to trickle enhancements
2017-06-09 09:03:24 +02:00
Cenk Gündoğan
04d89d3381
rpl: adjust to trickle enhancements
2017-06-09 09:03:24 +02:00
Cenk Gündoğan
e0fbb14963
trickle: enhancements
2017-06-09 09:03:24 +02:00
BytesGalore
bb48818b40
Merge pull request #7160 from cgundogan/pr/rpl_parent_lifetime_fix
...
rpl: send dis near parent timeout
2017-06-09 07:30:07 +02:00
Joakim Nohlgård
533542314d
netopt: Add NETOPT_LAST_ED_LEVEL
2017-06-09 07:14:58 +02:00
Cenk Gündoğan
6add982d3f
rpl: send dis near parent timeout
2017-06-08 21:46:06 +02:00
Thomas Eichinger
2a2855631e
Merge pull request #7118 from photonthunder/sam0_adc_resolution
...
sam0/adc: assert resolution check fix
2017-06-08 10:14:48 -07:00
Dan Evans
4cc0e585d1
sam0/adc: assert resolution check fix
2017-06-08 11:04:11 -06:00
Vincent Dupont
a75e7df541
Merge pull request #6987 from aabadie/nucleo144_f767
...
boards/nucleo144-f767: add initial support
2017-06-08 17:45:09 +02:00
6ca3567e1b
boards/nucleo144-f767: add initial support
2017-06-08 17:35:22 +02:00
ed4d9003cc
cpu/stm32f7: add support for stm32f767zi
2017-06-08 17:35:22 +02:00
Vincent Dupont
c606a23042
Merge pull request #7150 from smlng/enh/shell/sc_rtc
...
shell: add param checks to rtc commands settime and setalarm
2017-06-08 17:02:25 +02:00
Cenk Gündoğan
bc18105e2f
Merge pull request #7142 from smlng/enh/doc/drivers/periph
...
Doc: several improvements on docu of common periph interfaces
2017-06-08 13:20:14 +02:00
Hauke Petersen
078bf23a17
Merge pull request #7143 from haukepetersen/fix_sdcard_xtimerinit
...
drivers/sdcard_spi: remove xtimer_init
2017-06-08 11:28:06 +02:00
1934ae15ad
Merge pull request #7132 from Marc-Aurele/ws-integration
...
cpu/stm32l0: add i2c driver
2017-06-08 09:45:05 +02:00
2a27cb245a
boards/nucleo-l073: add configuration for I2C periph
2017-06-08 09:39:20 +02:00
750b98c541
cpu/stm32l0: add I2C driver
2017-06-08 09:38:45 +02:00
f5a1e8216b
Merge pull request #7153 from photonthunder/samd21_xpro_periph_misspelled
...
samd21-xpro:missing r in periph_flashpage
2017-06-08 09:31:12 +02:00
8ce9b29add
Merge pull request #7141 from Marc-Aurele/uart1-l0-impl
...
boards/nucleo-l073: add third UART (USART1) configuration
2017-06-08 09:24:38 +02:00
Aurelien Fillau
6a36c7d5aa
boards/nucleo-l073: add third UART (USART1) configuration
...
UART1 definition has been added to the nucleo-l073 board
definition.
Signed-off-by: Aurelien Fillau <aurelien.fillau@gmail.com>
2017-06-07 23:52:17 +02:00
7ce6c8f5a1
Merge pull request #7135 from smlng/tests/periph_spi/fix_unused_vars
...
tests, periph_spi: fix unused variable
2017-06-07 23:25:01 +02:00
Dan Evans
c02bb03078
samd21-xpro:missing r in periph_flashpage
2017-06-07 15:03:42 -06:00
smlng
1187376d9a
shell: add param checks to rtc commands settime and setalarm
2017-06-07 15:56:40 +02:00
db46dbc60e
Merge pull request #7146 from biboc/samr21/fix-edbg-serial-flash
...
sam0: fix edbg flash with serial number
2017-06-07 15:14:02 +02:00
biboc
ff235803f4
Sam0: fix edbg flash with serial number
2017-06-07 14:16:55 +02:00