Martine Lenders
0620028e90
xtimer: doc: document required initialization of target fields
2016-03-31 19:08:53 +02:00
Martine Lenders
dcda44e9ea
tests: xtimer_msg_receive_timeout: initialize values
...
Fixes #4372
2016-03-31 18:09:11 +02:00
kYc0o
ecf7b46155
Merge pull request #4443 from Yonezawa-T2/native_tty_uart
...
native: add UART driver based on /dev/tty
2016-03-31 12:50:13 +02:00
Martine Lenders
dd0fe60789
Merge pull request #5210 from gtrpucp/BOARD_Z1_FIX_UART
...
Board z1: Fix UART pin assignment
2016-03-31 12:36:18 +02:00
Hauke Petersen
a41efb672e
Merge pull request #5212 from authmillenon/board/fix/udoo-led-macros
...
udoo: fix LED macro
2016-03-31 11:52:50 +02:00
Oleg Hahm
d699ff1e5e
Merge pull request #5214 from gebart/pr/newlib-prototype-fixes
...
sys/newlib: Fix function definitions to match newlib prototypes
2016-03-31 11:24:00 +02:00
Joakim Nohlgård
be8cf8b7fb
sys/newlib: Fix function definitions to match newlib prototypes
2016-03-31 10:32:51 +02:00
Yonezawa-T2
c4bc42419b
netdev2_tap: continue reading even if no spaces left in pktbuf
...
On OS X, `netdev2_tap` suspends monitoring file descriptor until `_recv` is
called. If no spaces in left in pktbuf, `gnrc_netdev2_eth` does not call `_recv`
that results in deadlock.
With this commit, `gnrc_netdev2_eth` calls `_recv` with NULL buffer and non-zero
length parameter, that indicates the driver to drop frame and resume working.
2016-03-31 16:59:12 +09:00
Yonezawa-T2
79d33897cb
native: add UART driver based on /dev/tty
...
uart0 functionality is removed by #3164 . This patch implements periph/uart,
rather than deprecated uart0, using /dev/tty.
To use with netdev2_tap simultaneously, this patch adds asynchronus read system
and modifies netdev2_tap to use it.
A TTY device is specified on command line with -c (COM) option, since -t was
used by the old implementation.
This patch also implements empty GPIO driver needed by the xbee driver.
2016-03-31 16:59:12 +09:00
Oleg Hahm
4f17d2bd9c
Merge pull request #5211 from kaspar030/ethos_fixes
...
drivers: ethos: misc fixes
2016-03-31 00:43:55 +02:00
Martine Lenders
0f9dec977e
udoo: fix LED macro
2016-03-31 00:40:40 +02:00
Oleg Hahm
0e3a9c693e
Merge pull request #4819 from Lotterleben/microcoap_example_copper_fix
...
microcoap_server: make app fully work with Copper
2016-03-31 00:05:31 +02:00
Oleg Hahm
c09190b979
Merge pull request #3851 from kaspar030/make_messaging_optional
...
core: make messaging optional
2016-03-30 23:56:55 +02:00
a833d838b9
drivers: ethos: don't error if recv buffer is larger than needed
2016-03-30 23:47:07 +02:00
58a12e5034
core: make messaging optional
2016-03-30 23:27:09 +02:00
b1c06be9e4
drivers: ethos: add missing dependency to random module
2016-03-30 22:51:57 +02:00
Joel Palomino
28d0097e5b
z1: Fix UART pin assignment
2016-03-30 11:59:38 -05:00
Martine Lenders
4dbc26fd4e
Merge pull request #3551 from authmillenon/pkg/port/lwip
...
lwIP: Initial import
2016-03-30 18:22:10 +02:00
Martine Lenders
3ddff58a27
Merge pull request #5200 from kaspar030/optimize_thread_flags
...
core: thread_flags: optimize thread_flags_wait_one, fix doxygen
2016-03-30 17:43:39 +02:00
Martine Lenders
c5dc5b2d24
Merge pull request #5208 from kaspar030/fix_ethos_compile
...
drivers: ethos: fix compile errors
2016-03-30 17:37:52 +02:00
Martine Lenders
9b8417fbb9
tests: intial import of lwIP test application
2016-03-30 17:35:51 +02:00
Martine Lenders
5431df6a7e
lwip: initial import of conn_udp wrapper
2016-03-30 17:35:51 +02:00
Martine Lenders
410f44f07d
lwip: initial import of conn_ip wrapper
2016-03-30 17:35:50 +02:00
412b3637d8
tests: thread_flags: add thread_flags_wait_one() test
2016-03-30 17:11:49 +02:00
46143c6bdc
core: thread_flags: optimize thread_flags_wait_one, fix doxygen
2016-03-30 17:11:49 +02:00
036e7f248d
drivers: ethos: fix compile errors
2016-03-30 17:09:58 +02:00
dc1616ba8a
Merge pull request #5202 from kaspar030/pkg_add_jsmn
...
pkg: add jsmn minimal JSON parser
2016-03-30 17:04:00 +02:00
Peter Kietzmann
dcafbb8d0c
Merge pull request #4835 from authmillenon/netdev2_test/feat/init
...
netdev2_test: initial import
2016-03-30 16:59:08 +02:00
Martine Lenders
076a49b512
tests: add test application for netdev2_test
2016-03-30 16:49:17 +02:00
Oleg Hahm
2db2d1f859
Merge pull request #5204 from OTAkeys/include_stdint
...
sys/include: include stdint in uart_stdio.h
2016-03-30 16:01:01 +02:00
Martine Lenders
97de8aa52b
netdev2_test: initial import
...
Imports a generic framework to test and experiment with netdev2-based
modules.
2016-03-30 15:56:25 +02:00
Toon Stegen
eae002c957
sys/include: include stdint when using uint8_t
2016-03-30 15:34:25 +02:00
Peter Kietzmann
3fa8a267b3
Merge pull request #5155 from OlegHahm/diskio_cleanup
...
doc diskio: RIOTized style and added doxygen
2016-03-30 15:14:25 +02:00
Oleg Hahm
230e105599
Merge pull request #4738 from authmillenon/gnrc_ipv6/fix/accept-dst-for-all-if
...
gnrc_ipv6: accept packets for global dst at all interfaces
2016-03-30 15:05:35 +02:00
Martine Lenders
5532f92057
gnrc_ipv6: accept packets for global dst at all interfaces
2016-03-30 14:54:48 +02:00
Oleg Hahm
1f4d73dde1
Merge pull request #4801 from OlegHahm/netstats
...
netstats: introduce L2 netstats
2016-03-30 14:42:49 +02:00
4692f3df58
tests: add jsmn package test application
2016-03-30 14:35:58 +02:00
e7f13218ea
pkg: add jsmn minimal JSON parser
2016-03-30 14:35:36 +02:00
Oleg Hahm
506e23f481
Merge pull request #2362 from kaspar030/add_lgpl_compliance_simplified
...
add infrastructure for binary LGPL compliance checks
2016-03-30 13:56:02 +02:00
Oleg Hahm
7800f46593
Merge pull request #5199 from Yonezawa-T2/fix_driver_pir_unused_arg
...
driver_pir: fix unused parameter
2016-03-30 13:51:13 +02:00
Oleg Hahm
3dfedd3fc7
Merge pull request #5198 from Yonezawa-T2/fix_compile_auto_init_slip
...
auto_init_slip: fix comparison between signed and unsigned
2016-03-30 13:41:06 +02:00
Cenk Gündoğan
4e82028a9d
Merge pull request #5170 from OTAkeys/use_APPDIR_iso_CURDIR
...
Makefile.include: use defined application directory
2016-03-30 13:19:06 +02:00
Oleg Hahm
0925737e28
doc diskio: RIOTized style and added doxygen
2016-03-30 12:54:51 +02:00
Toon Stegen
d5195b6bbc
make: Use defined application directory
...
Instead of looking in the current directory for the application source
files, look into the defined APPDIR directory.
2016-03-30 12:23:26 +02:00
5f81284270
Merge pull request #4103 from kaspar030/add_thread_flags
...
core: add thread flags
2016-03-30 12:17:53 +02:00
Yonezawa-T2
5f904f13b6
driver_pir: fix unused parameter
2016-03-30 19:10:25 +09:00
Yonezawa-T2
266ed4a2c8
auto_init_slip: fix comparison between signed and unsigned
2016-03-30 19:08:43 +09:00
Cenk Gündoğan
9dbfdcac0b
Merge pull request #4279 from BytesGalore/fib_prefix_handling_change
...
fib: changed handling of the net prefix by the FIB
2016-03-30 11:19:49 +02:00
1a003ebb97
examples: add example for "make bindist"
2016-03-30 11:00:31 +02:00
37bbdacd38
tests: thread_flags: initial commit
2016-03-30 10:38:53 +02:00