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

18011 Commits

Author SHA1 Message Date
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
Robin Nehls
326be16b90 gnrc_ipv6: fix possible NULL pointer dereference
When the payload length of an encapsulated IPv6 packet is 0, the
`_receive` function of IPv6 can be given a NULL pointer, causing the
IPv6 header checker to crash because of a NULL pointer dereference.
2018-04-03 14:46:12 +02: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
Aurelien Fillau
59b1890ef8 i2c : timeout added on busy waiting loop
A timeout has been added to get out of busy waiting loop.

Signed-off-by: Aurelien Fillau <aurelien.fillau@gmail.com>
2018-03-29 10:23:43 +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
Gaëtan Harter
92535234a2 Makefile.include: add an assert that .DEFAULT_GOAL is all 2018-03-28 16:59:00 +02:00
Gaëtan Harter
fff5810191 Makefile.include: FIX .DEFAULT_GOAL not being all
.DEFAULT_GOAL was reset many times which removed 'all' from being the default
goal.
By chance it was then set to `link` so was working by some magic.
2018-03-28 16:59:00 +02:00
39fec304d2
Merge pull request #8809 from aabadie/pr/pkg/cayenne-lpp
pkg/cayenne-lpp: add support for Cayenne LPP format
2018-03-28 14:55:04 +02:00
217c6a70a5
Merge pull request #8839 from cladmi/pr/make/command_check
Makefile.include: refactor command present check
2018-03-28 13:31:37 +02:00
1406050863
Merge pull request #8840 from cladmi/pr/make/variables_cleanup
makefiles: FIX boards generating a binary '.hex' file
2018-03-28 13:05:36 +02:00
Martine Lenders
76edd4eb1e
Merge pull request #8198 from bergzand/wip/netdev_layered
netdev: Initial implementation of a more layered approach to netdev
2018-03-28 12:23:27 +02:00
8a63b88623
netdev_layer: initial import of layered netdev API 2018-03-28 11:19:09 +02:00
983bbba028
Merge pull request #8805 from miri64/ethos/fix/uart-dependency
ethos: add periph_uart as dependency
2018-03-27 21:18:43 +02:00
Sebastian Meiling
38b8be0d09
Merge pull request #8836 from miri64/gnrc_netreg/fix/netapi-pid-init-with-callbacks
gnrc_netreg: fix static PID initialize for gnrc_netapi_callbacks
2018-03-27 19:37:48 +02:00
smlng
0e26cf849d pkg/relic: adapt cmake xcompile on macOS 2018-03-27 19:03:51 +02:00