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

7491 Commits

Author SHA1 Message Date
Cenk Gündoğan
533b9d6492 Merge pull request #3526 from haukepetersen/rm_deprecated_autoinitnetif
boards: removed deprecated netif initializations
2015-07-30 14:46:17 +02:00
Peter Kietzmann
f172973702 Merge pull request #3524 from cgundogan/pr/fib/print_addresstypo_fix
ng_fib: fix fib_print_address typo
2015-07-30 13:29:12 +02:00
Hauke Petersen
b6a38b1db2 boards: removed deprecated netif initializations 2015-07-30 13:13:17 +02:00
Cenk Gündoğan
56170819d9 ng_fib: fix fib_print_address typo 2015-07-30 12:31:44 +02:00
220371c54a Merge pull request #3521 from benoit-canet/native_no_obsolette_irq
native: irq: Get rid of dINT() and eINT()
2015-07-30 10:07:00 +02:00
Lucas Jenß
56ec95e0c0 Merge pull request #3520 from backenklee/ng_networking-extended-documentation
extended the documentation for the ng_networking example
2015-07-29 16:56:26 +02:00
Benoît Canet
4893d4daea native: irq: Get rid of dINT() and eINT()
Get rid of internal usage of the old IRQ
API and keep it's implementation while
waiting for other modules to kill it.
2015-07-29 16:51:22 +02:00
backenklee
59564649c3 extended the documentation for the ng_networking example 2015-07-29 15:08:09 +02:00
Martine Lenders
c699fbaaf0 Merge pull request #3448 from authmillenon/ng_netreg/doc/its-a-trap
ng_netreg: warn about context overwrite
2015-07-29 14:22:19 +02:00
21238b2ccc Merge pull request #3347 from benoit-canet/timer
native: timer: synchronize HWTIMER_SPIN_BARRIER with native timer min resolution
2015-07-29 10:14:58 +02:00
Martine Lenders
3d9945667f Merge pull request #3496 from authmillenon/ng_pktbuf/enh/new_default
ng_pktbuf: new default packet buffer implementation
2015-07-29 02:08:46 +02:00
Martine Lenders
386d9f30cc Merge pull request #3516 from authmillenon/ng_sixlowpan/fix/fix-the-dereviewed-fixes
ng_sixlowpan: fix the kaputt-reviewed fixes
2015-07-29 02:04:00 +02:00
Oleg Hahm
60198e494c Merge pull request #3515 from haukepetersen/rm_net_deprecated
net: removed deprecated non-gnrc netapi
2015-07-29 01:07:21 +02:00
Martine Lenders
810654e178 ng_sixlowpan: fix the kaputt-reviewed fixes 2015-07-29 00:50:22 +02:00
Martine Lenders
377f5ccbee gnrc: replace ng_pktbuf_add() with ng_pktbuf_mark() where it's needed 2015-07-29 00:47:30 +02:00
Martine Lenders
9e823076f4 ng_pktbuf: new default packet buffer implementation 2015-07-29 00:47:30 +02:00
Martine Lenders
f747b07db8 unittests: adapt ng_pktbuf tests for new API 2015-07-29 00:47:30 +02:00
Martine Lenders
41b0a2661a ng_pktbuf: simplify API by extension
This simplifies the `ng_pktbuf` API by adding a new function
`ng_pktbuf_mark()` which takes over some functionality of
`ng_pktbuf_add()`. `size == 0` for `ng_pktbuf_add()` is now illegal.
2015-07-29 00:47:29 +02:00
Martine Lenders
9aff73b4a9 Merge pull request #3514 from authmillenon/shell/fix/icmpv6-stupid
shell: sc_icmpv6_echo: prepare for stupid users
2015-07-28 23:58:27 +02:00
Martine Lenders
952bee6804 Merge pull request #3513 from authmillenon/shell/fix/icmpv6_echo_pktbuf_full
shell: sc_icmpv6_echo: don't fail if packet buffer is full
2015-07-28 23:18:33 +02:00
Hauke Petersen
bce198ebf8 net: removed deprecated non-gnrc netapi 2015-07-28 23:10:21 +02:00
Martine Lenders
ce9b6e1990 shell: sc_icmpv6_echo: prepare for stupid users 2015-07-28 23:05:15 +02:00
Martine Lenders
8960be109d Merge pull request #3494 from authmillenon/ng_sixlowpan_frag/fix/rbuf
ng_sixlowpan: Fixes
2015-07-28 22:36:28 +02:00
Martine Lenders
e9cbadd3cd shell: sc_icmpv6_echo: don't fail if packet buffer is full 2015-07-28 22:35:20 +02:00
Martine Lenders
cc298d8dd2 ng_sixlowpan: DEBUG fixes 2015-07-28 22:07:02 +02:00
Martine Lenders
c6fb2618c4 ng_{sixlowpan|ipv6}_netif: don't create ng_sixlowpan_netif_ts adhoc 2015-07-28 22:07:02 +02:00
Martine Lenders
dc2113d67a ng_sixlowpan_frag: fixes 2015-07-28 22:07:02 +02:00
Cenk Gündoğan
d5284948f4 Merge pull request #3482 from OlegHahm/remove_scan_build_folder
make: remove scan-build folder in clean
2015-07-28 21:22:43 +02:00
Oleg Hahm
4c9729a548 Merge pull request #3511 from OlegHahm/set_pendsv_to_default_priority
cpu: cortexm_common: set pendSV to default priority
2015-07-28 21:04:05 +02:00
d359c86c60 cpu: cortexm_common: set pendSV to default priority 2015-07-28 20:02:45 +02:00
Peter Kietzmann
c0706da1e5 Merge pull request #3211 from haukepetersen/add_board_nrf51dongle
boards: added support for the Nordic nRF51 Dongle
2015-07-28 19:00:05 +02:00
Oleg Hahm
03b7c7349a Merge pull request #3457 from authmillenon/gnrc/api/rename-netconf
gnrc: rename ng_netconf to ng_netopt
2015-07-28 18:21:09 +02:00
Hauke Petersen
ccf91572f8 tests: blacklisted nrf51dongle for some tests 2015-07-28 18:11:32 +02:00
Hauke Petersen
ec921d2445 examples: blacklisted nrf51dongle for ng_networking 2015-07-28 18:10:27 +02:00
haukepetersen
ecefad3435 boards: added support for the nRF51 Dongle 2015-07-28 18:03:01 +02:00
Peter Kietzmann
04110fbd0a Merge pull request #3405 from A-Paul/fix_stm32f3_pwm_driver
cpu/stm32f3: PWM driver, some corrections.
2015-07-28 16:17:29 +02:00
Philipp Rosenkranz
935e2d81b4 Merge pull request #3409 from phiros/dist_drone_script_fail_if_gh_label_not_set
dist: make drone build script fail if gh label not set
2015-07-28 15:03:02 +02:00
Andreas "Paul" Pauli
82c16f2b93 cpu/stm32f3: corrected register and return value, edit comment 2015-07-28 14:52:52 +02:00
Martine Lenders
de7dc143b7 ng_netapi: piggy-back cppcheck catch 2015-07-28 13:33:24 +02:00
Martine Lenders
6f56b983f0 gnrc: replace all instances of ng_netconf with ng_netopt 2015-07-28 13:33:12 +02:00
Martine Lenders
6a868d5f4c gnrc: rename ng_netconf to ng_netopt
Since [NETCONF](https://tools.ietf.org/html/rfc4741) is also a network
protocol, the naming of this module already led to some issues regarding
communicating about it. This is just an initial rename commit to ask for
comments. If there is interest I will adapt the code using the types
defined here.
2015-07-28 13:30:17 +02:00
Martine Lenders
a583482c06 Merge pull request #3498 from authmillenon/ng_ipv6/fix/write-protect
ng_ipv6: fix write protect
2015-07-28 09:57:48 +02:00
Martine Lenders
26458336a8 ng_ipv6: fix write protect 2015-07-28 09:42:27 +02:00
Oleg Hahm
199736d8db Merge pull request #3499 from authmillenon/ng_ipv6/enh/send-dispatch-for-6lowpan
ng_ipv6: use ng_netapi_dispatch_send to dispatch to 6LoWPAN
2015-07-27 16:42:37 +02:00
Martine Lenders
f29f3ab97d ng_ipv6: piggy-back some astyle-fixes 2015-07-27 00:58:58 +02:00
Martine Lenders
f4989cc002 ng_ipv6: use ng_netapi_dispatch_send to dispatch to 6LoWPAN 2015-07-27 00:58:21 +02:00
Martine Lenders
4efdb99597 Merge pull request #3497 from tfar/tm/2015/07/fix_ping_stats
Fix statistic calculation in ping shell command
2015-07-26 16:28:38 +02:00
Tobias Markmann
f5a991c476 shell: Fix statistic calculation in ping shell command 2015-07-26 16:15:30 +02:00
Hauke Petersen
cdbb130321 Merge pull request #3407 from rakendrathapa/master
Support For Stellaris Launchpad board LM4F120
2015-07-24 11:54:13 +02:00
Martine Lenders
44253f41f4 Merge pull request #3493 from authmillenon/shell/enh/iphc-flag
shell: ifconfig: add capability to (un)set IPHC
2015-07-24 07:31:37 +02:00