4177e54723
tests/pthread_barrier: Convert UTF-8 to ASCII
2018-04-04 13:53:41 +02:00
Bas Stottelaar
5e912b9482
Merge pull request #8873 from basilfx/feature/efm32_update
...
pkg: gecko_sdk: update version
2018-04-04 12:50:43 +02:00
7b61a96b10
Merge pull request #8874 from basilfx/feature/lpc1768_pm_2
...
cpu: lpc1768: correct number of power modes
2018-04-04 11:52:14 +02:00
Bas Stottelaar
6f99dce581
cpu: lpc1768: correct number of modes.
2018-04-04 11:37:42 +02:00
16ff8a51bd
Merge pull request #8795 from gebart/pr/newlib-rm-lnosys
...
newlib: link without -lnosys
2018-04-04 10:51:09 +02:00
4b5e36434a
Merge pull request #8861 from basilfx/feature/lpc1768_pm
...
cpu: lpc1768: provide periph_pm
2018-04-04 10:24:09 +02:00
Vincent Dupont
e7b0ace6fe
Merge pull request #8870 from aabadie/pr/boards/nucleo-f429zi_spi_fix
...
boards/nucleo-f429zi: fix spi divtable
2018-04-03 17:36:49 -07:00
d9993cc8d2
Merge pull request #8642 from OTAkeys/feat/static_assert
...
assert: add static_assert if using c11
2018-04-03 22:10:46 +02:00
Bas Stottelaar
a8e57ff496
pkg: gecko_sdk: update to 2.2
2018-04-03 19:25:17 +02:00
Bas Stottelaar
c2a7ee0c8c
cpu: efm32: update vendor files to 5.4.0
2018-04-03 19:02:03 +02:00
Martine Lenders
cff4a4572d
Merge pull request #8872 from man0lis/fix_zero_length_payload_with_next_header
...
gnrc_ipv6: discard non-NONXT packets with 0 payload length
2018-04-03 17:47:22 +01:00
Robin Nehls
ad5617fb83
gnrc_ipv6: discard non-NONXT packets with 0 payload length
...
If the payload length is zero and the next header field is not set to
NONXT, GNRC will interpret the current header as the payload because the
first snip is always interpreted as the payload. This can lead to loops
and or crashes.
2018-04-03 18:34:48 +02:00
Bas Stottelaar
587a41ceab
cpu: lpc1768: provide periph_pm.
2018-04-03 18:33:18 +02:00
Martine Lenders
53c30eef4b
gnrc_netif: check if input for address search is ::
2018-04-03 17:38:26 +02:00
Martine Lenders
1b7de325b3
tests: gnrc_netif: provide test cases for invalid input
2018-04-03 17:33:19 +02:00
Bas Stottelaar
77ad70ebb6
Merge pull request #6472 from basilfx/feature/lpc1768_gpio
...
cpu/lpc1768: add gpio peripheral (+ board adaptions)
2018-04-03 17:06:47 +02:00
Bas Stottelaar
29b3798988
boards: seeeduino_arch-pro: adapt to gpio driver.
2018-04-03 16:47:26 +02:00
Bas Stottelaar
c99c07aeb2
boards: mbed_lpc1768: adapt to gpio driver.
2018-04-03 16:47:25 +02:00
Bas Stottelaar
6be31d1faa
cpu: lpc1768: implement gpio driver
2018-04-03 16:47:25 +02:00
Pieter Willemsen
729441fdb6
assert: add static_assert if using c11
2018-04-03 16:09:31 +02:00
35a1ca043e
boards/nucleo-f429zi: fix spi divtable
2018-04-03 16:05:07 +02:00
Francisco Acosta
69f4d632e3
Merge pull request #8837 from kaspar030/refactor_atmega_stdio
...
cpu/atmega: refactor stdio init code
2018-04-03 15:56:33 +03:00
ff0e76a5a1
boards/mega-xplained: use boards_common_atmega
2018-04-03 14:18:32 +02:00
9c18e62364
boards/jiminy-mega256rfr2: make use of common/atmega
2018-04-03 14:18:32 +02:00
60a55eb06d
boards/common/arduino-atmega: use common/atmega shared code
2018-04-03 14:18:32 +02:00
ae8822ff46
boards/common/atmega: initial commit of atmega shared code
2018-04-03 14:18:32 +02:00
64791d0c82
boards/waspmote-pro: make use of common stdio init code
2018-04-03 14:18:32 +02:00
391cc83881
cpu/atmega_common: provide common stdio initialization
2018-04-03 14:18:32 +02:00
Dylan Laduranty
c4ec3ae955
Merge pull request #8852 from basilfx/feature/bugfix_periph_i2c
...
tests: periph_i2c: map speed to i2c_speed_t
2018-04-03 13:14:26 +02:00
cc17a74fc2
Merge pull request #8866 from basilfx/feature/seeeduino_arch_pro_image_file
...
boards: seeeduino_arch-pro: use hex file.
2018-04-03 13:03:05 +02:00
Bas Stottelaar
0779ccc04e
boards: seeeduino_arch-pro: use hex file.
2018-04-03 11:45:43 +02:00
Ken Bannister
c23d85ab3a
Merge pull request #8854 from kb2ma/gcoap/internalize_gcoap_state
...
net/gcoap: Internalize definition of state struct
2018-03-31 12:15:00 +01:00
Ken Bannister
3da9145018
net/gcoap: Internalize definition of state struct
2018-03-31 06:46:05 -04:00
Ken Bannister
118b14a199
Merge pull request #8843 from llueder/gcoap_doc
...
net/gcoap: improve documentation
2018-03-30 10:25:57 +01:00
Bas Stottelaar
f3e36d58bc
Merge pull request #8853 from basilfx/feature/jlink_dbg
...
dist/tools: jlink: use GDB as default for DBG
2018-03-30 11:02:27 +02:00
Josarn
2ef1001ec7
cpu/atmega_common: use __temp_reg__
2018-03-30 10:22:32 +02:00
Lasse Lueder
a456c19898
net/gcoap: improve documentation
...
add hint to alphabetical ordering of resources
2018-03-29 20:50:12 +02:00
Joakim Nohlgård
59d6f10cf6
Merge pull request #8655 from gebart/pr/netopt-docs
...
netopt: Clarify documentation
2018-03-29 20:28:31 +02:00
Bas Stottelaar
c04d831754
dist/tools: jlink: use GDB as default for DBG
2018-03-29 19:54:48 +02:00
Joakim Nohlgård
cf8b370517
netopt: Clarify documentation
2018-03-29 19:49:06 +02:00
Sebastian Meiling
ee3196a6b6
Merge pull request #8726 from smlng/remote/add_uart1
...
boards: add UART1 config for Zolertia Remotes
2018-03-29 14:22:23 +02:00
Gaëtan Harter
b502637f60
Merge pull request #8509 from smlng/cmake/xcompile
...
pkg: fix cross compiling with cmake on macOS
2018-03-29 14:20:11 +02:00
Bas Stottelaar
9e5a2e9a63
tests: periph_i2c: map speed to i2c_speed_t.
2018-03-29 13:13:10 +02:00
c3ac794e6b
Merge pull request #8801 from kaspar030/add_some_hil
...
murdock: initial hardware-in-the-loop support
2018-03-28 18:43:34 +02:00
0a553401c8
tests/unittests: support CI on-hardware testing
2018-03-28 18:28:54 +02:00
a5ed5e283c
tests: enable CI testing for some tests
2018-03-28 18:28:54 +02:00
58a0fd8eb6
murdock: add support for running tests on hardware
2018-03-28 18:28:54 +02:00
35c73c83d0
make: add test-murdock target
2018-03-28 18:28:42 +02:00
8060f55227
Merge pull request #8846 from cladmi/pr/make/default_goal
...
Makefile.include: FIX .DEFAULT_GOAL not being all
2018-03-28 18:01:49 +02:00
Gaëtan Harter
655186c986
Makefile.include: rm deprecated comment on default goal
2018-03-28 17:32:11 +02:00