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

277 Commits

Author SHA1 Message Date
Hauke Petersen
729e4d1992 examples/gnrc_border_router: blacklisted boards 2015-10-28 09:48:18 +01:00
Paul Rathgeb
cefe2a6698 make: Blacklisted the board 'weio' for some test due to insufficient
RAM/ROM
      Blacklisted LPC11Uxx.h for doxygen
2015-10-01 20:11:48 +02:00
Oleg Hahm
b538c74229 examples: spending the main thread a message queue
Since it is likely that the main thread will send netapi IPC calls that expects a reply. These replies may come faster than the thread can handle them, causing the layers below to stuck.
2015-09-30 23:21:29 +02:00
Cenk Gündoğan
bab642bd37 examples/gnrc_border_router: README fixes 2015-09-28 14:24:48 +02:00
Ludwig Knüpfer
eda6328e21 documentation: update my name (Ortmann -> Knüpfer) 2015-09-27 18:58:30 +02:00
Martine Lenders
4508e22da8 Merge pull request #3646 from authmillenon/posix/feat/sockets
posix: redo socket API to use conn
2015-09-22 23:04:03 +02:00
Martine Lenders
a345a9dfa6 examples: add POSIX socket example 2015-09-22 22:25:02 +02:00
Martine Lenders
00a0c90269 Merge pull request #3919 from authmillenon/examples/fix/gnrc-networking-output
examples/gnrc_networking: address output according to RFC 3986 and 5952
2015-09-22 06:38:38 +02:00
Martine Lenders
ea3d4310d0 examples/gnrc_networking: address output according to RFC 3986 and 5952 2015-09-21 20:43:07 +02:00
Martine Lenders
1ba5cb8157 examples: unblacklist boards in gnrc_networking 2015-09-20 22:24:21 +02:00
Oleg Hahm
04bda78e7f examples: removed superfluous blacklisting
ATmega now has a panic function, no need for blacklisting any more.
2015-09-20 21:47:15 +02:00
Oleg Hahm
474c6d63c8 gnrc_border_router: added a first draft for a README 2015-09-20 16:08:28 +02:00
Martine Lenders
f6be1cee25 examples: provide example application for a 6LoWPAN border router 2015-09-20 16:08:28 +02:00
Oleg Hahm
2841a08574 Merge pull request #3899 from OlegHahm/default_gnrc_optional
example: disable gnrc modules without netif
2015-09-20 01:51:13 +02:00
Oleg Hahm
0e3669b957 examples: only include gnrc for board with netif 2015-09-20 01:31:16 +02:00
Martine Lenders
207ad677fa examples/default: fix indentation in Makefile 2015-09-19 13:27:23 +02:00
Oleg Hahm
d32c99a683 default example: updated README 2015-09-18 06:53:24 +02:00
Oleg Hahm
e156bd820e examples: networking support for default example
Adds basic link layer functionality to the default example application.
2015-09-18 06:53:24 +02:00
69c9a9c82f examples: default: remove obsolete vtimer dependency 2015-09-16 10:58:55 +02:00
a13bc46f3e sys: remove uart0 2015-09-04 17:46:23 +02:00
Hauke Petersen
3936e32afa examples: removed blacklistings for redbee-econotag 2015-09-04 10:45:03 +02:00
25f900e489 tests, examples: adapt to simplified shell 2015-09-03 13:33:49 +02:00
448e90ba3a Revert "applications: only use uart0 for none-newlib boards"
This reverts commit 9c6ab1007b.
2015-09-03 13:33:18 +02:00
Martine Lenders
289d40d84e gnrc_networking example: add capability to send UDP packets repeatedly 2015-09-02 13:45:50 +02:00
Cenk Gündoğan
9f14a1e8c5 examples/riot_and_cpp: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY 2015-08-28 18:27:36 +02:00
Cenk Gündoğan
8cb76d248a examples/gnrc_networking: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY 2015-08-28 18:26:54 +02:00
DipSwitch
ef3fe7e2c5 examples: Add local shell handlers for gnrc_networking 2015-08-26 09:05:22 +02:00
bd40b2c56b Merge pull request #3661 from authmillenon/auto_init/api/auto_init_gnrc_netif
sys: auto_init: rename auto_init_ng_netif to auto_init_gnrc_netif
2015-08-25 21:17:19 +02:00
Cenk Gündoğan
ed3a33982c Merge pull request #3690 from OlegHahm/shell_uart0_newlib_distinction
shell: uart0 newlib distinction (workaround)
2015-08-25 21:15:44 +02:00
Oleg Hahm
9c6ab1007b applications: only use uart0 for none-newlib boards 2015-08-25 20:11:23 +02:00
6d1aab7126 Merge pull request #2926 from kaspar030/wtimer
sys: add new timer subsystem
2015-08-25 19:20:07 +02:00
c44c022ac4 examples: timers: add timer_periodic_wakeup example 2015-08-25 13:20:36 +02:00
Frank Holtz
ee952f79fe boards: added nrf6310 support. (NRF51 MCU) 2015-08-23 17:00:01 +02:00
Martine Lenders
64c6d49cbd iot-lab_M3: rename to iotlab-m3 2015-08-19 20:59:06 +02:00
Martine Lenders
d46f542220 iot-lab_M3: rename to iotlab_m3 2015-08-19 18:29:17 +02:00
Martine Lenders
c2706ef492 auto_init: rename auto_init_ng_netif to auto_init_gnrc_netif 2015-08-19 17:21:28 +02:00
Martine Lenders
58ff31bfe9 gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00
Martine Lenders
87c222d2fa Merge pull request #3595 from authmillenon/gnrc/api/mv
gnrc: rename ng_netbase to gnrc
2015-08-18 16:59:34 +02:00
Martine Lenders
b969eeb217 gnrc: rename ng_netbase to gnrc 2015-08-18 16:11:55 +02:00
Cenk Gündoğan
d1b1949c23 gnrc_networking: add ng_rpl to example 2015-08-18 12:34:50 +02:00
Hauke Petersen
3922b6c852 Merge pull request #3530 from kaspar030/update_msba2
cpu: lpc2387: provide periph/* implementations, update to use newlib module.
2015-08-17 21:45:16 +02:00
Martine Lenders
f12499717c examples: rename ng_networking to gnrc_networking 2015-08-17 18:09:46 +02:00
Oleg Hahm
8da1c429d3 ng_networking: configure as router per default 2015-08-14 17:22:00 +02:00
ab531a5719 boards: msba2-common: remove ltc4150
(it depends on obsolete gpioint module)
2015-08-14 16:50:41 +02:00
Martine Lenders
203561e741 ipv6_addr: remove ng_ prefix 2015-08-11 13:27:07 +02:00
75bc87cd6f examples: default: remove obsolete networking docs 2015-08-06 12:13:54 +02:00
42e49fcd46 examples: default: remove defaulttransceiver dependency 2015-08-06 12:13:18 +02:00
323137c4d8 remove examples/rpl_udp/rpl.c 2015-08-06 12:13:18 +02:00
5d8349298f remove bulk of legacy network stack and drivers 2015-08-06 12:12:47 +02:00
Oleg Hahm
93013afb35 examples: added fib to ng_networking 2015-08-05 17:34:30 +02:00