Commit Graph

5573 Commits (67abf81a0287b832e212660d22d3899ad5f20326)
 

Author SHA1 Message Date
Oleg Hahm 67abf81a02 Merge pull request #2576 from fnack/nhdp_ext_seqno
sys/nhdp: Add interface-specific sequence number to created RFC5444 packets
8 years ago
Oleg Hahm 0144bb589b Merge pull request #2546 from authmillenon/ng_ipv6_addr/api/add_string_functions
[RFC] ng_ipv6_addr: add (optional) string conversion functions
8 years ago
Hauke Petersen 77edb92ed8 Merge pull request #2588 from authmillenon/nomac/fix/compilable
ng_nomac: add to sys/Makefile
8 years ago
Martine Lenders ad01da751a Merge pull request #2591 from OlegHahm/doc_example_cleanup
Documentation and example cleanup
8 years ago
Thomas Eichinger 64410350bd Merge pull request #2552 from jhollister/add_cpuid
Added cpuid_get for STM boards
8 years ago
Oleg Hahm 9e4328311d examples: fix wording in warning 8 years ago
Oleg Hahm ddfc88323d examples: radio thread needs more stack
The radio stack in default examples uses printf() and thus needs more
stack.
8 years ago
Oleg Hahm 8537344db9 doc: update outdated vtimer documentation
vtimer was changed in 6ee5e737f9 to use a
user specified type for vtimer_set_msg(), but documentation didn't
reflect this new API.
8 years ago
Oleg Hahm 4fec8fd31e doc: improvement to IPC documentation
Per default, doxygen will take only the part until the first dot into
account for the brief description. In this case this leads to an
ambiguous overview over the IPC send functions.
8 years ago
Fabian Nack 133aeedea5 sys/nhdp: Add interface specific packet sequence number 8 years ago
Martine Lenders 95432fadaa ng_nomac: add to sys/Makefile 8 years ago
Martine Lenders ba14149695 Merge pull request #2426 from haukepetersen/ng_nomac
net: added ng_nomac MAC implementation
8 years ago
Martine Lenders b63d610451 unittests: add IPv6 string conversion function tests 8 years ago
Martine Lenders 0cca4867ea ng_ipv6_addr: add string to address conversion function 8 years ago
Martine Lenders 9f2e2121c1 ng_ipv6_addr: add address to string conversion function 8 years ago
Martine Lenders 67526938c7 Merge pull request #2537 from kushalsingh007/fix-1
Updating the README.md for examples/default
8 years ago
Fabian Nack 75e1467c58 Merge pull request #2549 from fnack/nhdp_opt_if
sys/nhdp: Allocate memory for NHDP's if table static
8 years ago
Hauke Petersen 549867b57e net: added ng_nomac module 8 years ago
Fabian Nack 4d4b4bf348 sys/nhdp: Allocate memory for NHDP's if table static 8 years ago
Hauke Petersen 4bebf3b01a net/nomac: removed legacy implementation 8 years ago
Martine Lenders d67d983773 Merge pull request #2579 from authmillenon/net/feat/initial-ethertype-ethernet
net: initial import of ethertypes and the ethernet header
8 years ago
Oleg Hahm 329d9f5bd3 Merge pull request #2345 from cladmi/master
Remove RPL warning removal in rpl_udp example
8 years ago
kushalsingh007 11ad51cc18 Updating the README.md for examples/default
-Replaced date by rtc in examples/default/README.md as date is part of rtc.
8 years ago
Hauke Petersen fde32bf066 Merge pull request #2578 from fnack/msb_feat
boards/msbiot: Extend the provided features
8 years ago
Hauke Petersen 2ebf6006a6 Merge pull request #2509 from fnack/ocd_msb
boards/msbiot: Switch from st-util to openocd
8 years ago
Martine Lenders 4364493051 ng_ethernet: intial import 8 years ago
Martine Lenders dab8f9f6c0 ng_ethertype: initial import 8 years ago
Oleg Hahm 5a3a6e392c Merge pull request #2584 from gebart/pr/auto-init-eui64-local
sys: Set Local bit in EUI64 generated from CPU ID
8 years ago
Oleg Hahm 7256a1399a Merge pull request #2566 from kushalsingh007/fd
Changed description for fd_t::fd in sys/include/fd.h
8 years ago
Joakim Gebart 57bf21a471 sys: Set Local bit in EUI64 generated from CPU ID 8 years ago
kushalsingh007 cf75c04b41 fd: Clean-up documentation and rename members
-Fixes  #1759
-Changes fd_t::__active to fd_t::internal_active
-Changes fd_t::fd to fd_t::internal_fd
-Made changes in the associated files that use the above fields.
8 years ago
kushalsingh007 b61ea12879 Minor correction in examples/ccn-lite-client/HOWTO
-Fixes small typo error.
8 years ago
Joakim Gebart 5286b68f2e Merge pull request #2573 from kushalsingh007/scope
Reducing the scope of variable after running static code analyser.
8 years ago
Fabian Nack 54d98a4c68 boards/msbiot: Add DAC feature 8 years ago
Fabian Nack faf6a1d3da boards/msbiot: Add ADC feature 8 years ago
Fabian Nack b66ed3ab73 boards/msbiot: Add random feature 8 years ago
Johann Fischer aed18c5f5a Merge pull request #2574 from gebart/pr/kinetis-uart-fifo
cpu/kinetis_common: Enable UART hardware FIFO buffers.
8 years ago
Martine Lenders 8c8b378ef0 Merge pull request #2525 from haukepetersen/ng_netif_shell
sys/shell: added (ng_)netif shell commands
8 years ago
Joakim Gebart f8eb76caec kinetis: Enable UART hardware FIFO buffers. 8 years ago
Hauke Petersen 40f7227c02 sys/shell: added (ng_)netif shell commands 8 years ago
kushalsingh007 3dbe4cd8af Reducing the scope of variable after running static code analyser.
- Part of fix for issue number 480 (variableScope)
- Suppression of warnings that are not needed.
8 years ago
Hauke Petersen b9f4cdc3ae Merge pull request #2559 from authmillenon/ng_netdev/doc/fixes
ng_netdev: fix some documentation and a suggestion for a type change
8 years ago
Hauke Petersen 3540ff9a26 Merge pull request #2560 from authmillenon/ng_netif_hdr/fix/static-inline
ng_netif_hdr: make inline functions static
8 years ago
Joakim Gebart bda0b999bd Merge pull request #2522 from cgundogan/rpl_prefix_info
rpl: implement basic prefix information option for DIOs
8 years ago
Cenk Gündoğan 4eee5c045b Merge pull request #2570 from gebart/pr/rpl-dao-prefix-len
rpl: Send DAOs for adding /128 routes (host-only) to the parent instead of /16
8 years ago
Joakim Gebart 0bc3ff5b19 rpl: Send DAOs for adding /128 routes (host-only) to the parent instead of /16 8 years ago
Martine Lenders b2beba5d35 Merge pull request #2544 from kushalsingh007/unix_line_ending
Adding a script to check for line endings (valid UNIX ending)
8 years ago
Martine Lenders e9be0f451d Merge pull request #2567 from kushalsingh007/code_analyser
Fixing warnings after running static code analyser.
8 years ago
kushalsingh007 41ad9946ad Adding a script to check for line endings (valid UNIX ending)
-Created a bash script using grep to check for carriage return at line endings.
-Works for modified and new files only (if choosen)
-Modified build_and_run.sh to include the new check.sh and run it.
8 years ago
kushalsingh007 390e030f84 Removing the warnings after running static code analyser.
-Changes to fix all the clarifyCalulation warnings.
-Fixes a part of issue number 480
8 years ago