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

10899 Commits

Author SHA1 Message Date
Oleg Hahm
b61b8e9f00 sockets: add documentation about implicite binding 2016-03-08 19:48:20 +01:00
Oleg Hahm
ee0f31df9a conn_udp: document correct create & recv usage
Both functions must be called from the same thread.
2016-03-08 19:48:20 +01:00
Oleg Hahm
8c7cfca340 make: missing dependency to gnrc_netdev2
If netdev2_tap is used with gnrc, this module is also required.
2016-03-08 16:38:45 +01:00
Oleg Hahm
7552867858 make: removed non-existing gnrc_netdev_eth 2016-03-08 16:33:57 +01:00
Oleg Hahm
c2ebeb1281 gnrc: removed deprecated and unused header 2016-03-08 16:33:12 +01:00
Joakim Nohlgård
7fa56b8d3b boards/wsn430-common: Use another module name for drivers subdirectory 2016-03-08 14:20:01 +01:00
Joakim Nohlgård
e9d7087a05 boards/native: Use another module name for drivers subdirectory 2016-03-08 14:19:52 +01:00
Joakim Nohlgård
047a522e8c boards/msba2-common: Use another module name for drivers subdirectory 2016-03-08 14:19:43 +01:00
Joakim Nohlgård
1d2d6bae44 boards/msb-430-common: Use another module name for drivers subdirectory 2016-03-08 14:19:34 +01:00
Joakim Nohlgård
d11b0bfd12 boards/chronos: Use another module name for drivers subdirectory 2016-03-08 14:19:23 +01:00
Joakim Nohlgård
90aa327614 boards/avsextrem: Use another module name for drivers subdirectory 2016-03-08 14:19:14 +01:00
Joakim Nohlgård
49a7368c33 Merge pull request #4970 from kaspar030/fix_board_common_module_names
boards: fix board common module names
2016-03-08 14:06:03 +01:00
Martine Lenders
b38a06cf9e Merge pull request #4983 from authmillenon/gnrc_netdev2_eth/fix/error-handling-on-send
gnrc_netdev_eth: handle error on iovec initialization.
2016-03-08 13:31:41 +01:00
kYc0o
afeaea02aa Merge pull request #2652 from locicontrols/cc2538-uart-mis
cpu/cc2538: clear only the latched UART interrupt flags
2016-03-08 11:56:28 +01:00
Joakim Nohlgård
44fcde36ab boards/mulle: Avoid RMW bitbanding in LED macros 2016-03-08 09:48:10 +01:00
10f190300e Merge pull request #4969 from LudwigKnuepfer/pr/board-msb-430-doc
boards/msb-430: fix and improve documentation
2016-03-08 00:45:59 +01:00
Ian Martin
705879741c cpu/cc2538: use the MCU's default UART FIFO interrupt levels 2016-03-07 17:52:06 -05:00
Ian Martin
5f05a956db cpu/cc2538: clear only the latched UART interrupt flags
Otherwise incoming bytes can remain in the receive FIFO indefinitely.
2016-03-07 17:52:06 -05:00
f488998c3f Merge pull request #3723 from A-Paul/test_thread_flood
tests: Adding test for thread_create
2016-03-07 23:47:34 +01:00
fd703188b6 Merge pull request #4984 from kaspar030/fix_cc2538_periph_conf
cpu: cc2538: add missing include to periph_cpu.h
2016-03-07 23:39:33 +01:00
a6a98dc5a9 cpu: cc2538: add missing include to periph_cpu.h 2016-03-07 23:25:20 +01:00
Ludwig Knüpfer
9dd666768a boards/msb-430: fix style 2016-03-07 22:45:09 +01:00
Ludwig Knüpfer
94709cfcdf boards/msb-430: fix and improve Doxygen
Add reference URL, fix typos.
2016-03-07 22:45:08 +01:00
Ludwig Knüpfer
5ad3073a7d boards/msb-430: fix components documentation 2016-03-07 22:45:08 +01:00
Martine Lenders
d8c3301492 gnrc_netdev_eth: handle error on iovec initialization. 2016-03-07 21:36:35 +01:00
Peter Kietzmann
e5500072d2 Merge pull request #4957 from botmayank/develop
stm32f0: GPIO enable IRQ for EXTI0_1
2016-03-07 21:36:15 +01:00
Martine Lenders
b1a9dfe384 netdev2_ieee802154: import of common IEEE802.15.4 netdev2 module 2016-03-07 21:11:05 +01:00
Martine Lenders
32e0c7ae66 Merge pull request #4636 from authmillenon/ieee802154/enh/general-hdr
ieee802154: provide general header build and read functions
2016-03-07 21:02:52 +01:00
Martine Lenders
dc16cb188a Merge pull request #4433 from aeneby/openmote-cca
Update OpenMote board header file to define UPDATE_CCA
2016-03-07 20:02:45 +01:00
kYc0o
740635daaa Merge pull request #3765 from locicontrols/cc2538-i2c
cpu/cc2538: add periph/i2c driver
2016-03-07 18:22:32 +01:00
Martine Lenders
ab0505dfff tests: provide unittests for ieee802154 module 2016-03-07 16:40:30 +01:00
Martine Lenders
399b8026d3 ieee802154: provide general header build and read functions 2016-03-07 16:40:30 +01:00
Peter Kietzmann
dcc58da35a Merge pull request #4959 from shady33/fix-stm32l1-timer
Mistyped argument name
2016-03-07 15:50:12 +01:00
IldarValiev
4f5bea7d99 core: thread: Added stack size validation 2016-03-07 18:56:51 +05:00
IldarValiev
bad2b5c187 core: thread: Added validation of pid 2016-03-07 18:56:47 +05:00
botmayank
35154e0c84 cpu/stm32f0: GPIO enable IRQ for EXTI0_1
Removed unnecessary EXTI2_3 interrupt enable

cpu/stm32f0: gpio removed trailing whitespace
2016-03-07 14:18:39 +01:00
lakshbhatia
773453e187 stm32l1/timer: fix callback argument initialization 2016-03-07 12:41:15 +01:00
Peter Kietzmann
2f0b4c20bf Merge pull request #4849 from haukepetersen/add_test_leds
tests: added test for on-board LED macros
2016-03-07 09:42:13 +01:00
Martine Lenders
cba05cc028 Merge pull request #4873 from Yonezawa-T2/zero_udp_checksum
udp: fixed a corner case for checksum computation.
2016-03-07 09:21:24 +01:00
Martine Lenders
9201063bd1 Merge pull request #3307 from OlegHahm/sixlowpan-tests_0
unittests: initial import of 6LoWPAN tests
2016-03-07 09:16:05 +01:00
Martine Lenders
1a34075388 Merge pull request #4972 from kaspar030/higher_testrunner_default_timeout
dist: tools: testrunner: increase default timeout to 10 secs
2016-03-07 08:29:18 +01:00
Yonezawa-T2
b1dd2818fe udp: discard UDP packets with zero checksum.
RFC 2460 Section 8.1

> IPv6 receivers must discard UDP packets containing a zero checksum,
> and should log the error.
2016-03-07 15:46:29 +09:00
18e55c6f67 dist: tools: testrunner: increase default timeout to 10 secs 2016-03-07 01:56:39 +01:00
Martine Lenders
c72bae6dba Merge pull request #4968 from immesys/fix-ndp
ndp: fix neighbor advertisement byte ordering
2016-03-06 21:18:28 +01:00
Oleg Hahm
e0c38f9899 unittests: initial import of 6LoWPAN tests 2016-03-06 21:00:24 +01:00
Oleg Hahm
4bc7028d1f Merge pull request #4733 from immesys/feature-fix-jlink
Fix JLink flash scripts
2016-03-06 20:19:46 +01:00
db096931ac boards: x86: fix x86-multiboot-common module name 2016-03-06 17:09:35 +01:00
d005861f5c Merge pull request #4966 from kaspar030/buildtest_always_rebuild
make: buildtest: build with -B
2016-03-06 00:44:31 +01:00
Martine Lenders
cf9bef8f16 Merge pull request #4965 from kaspar030/add_testrunner
tests: add shared pexpect test code
2016-03-05 23:59:29 +01:00
08b8ac4ba1 boards: msb-430: fix common module name 2016-03-05 23:47:51 +01:00