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

5534 Commits

Author SHA1 Message Date
Martine Lenders
5b3cf47acd ng_netconf: add source length identifier
The rational is that for devices with dual addressing modes (or more) as
for example IEEE 802.15.4 you can get or set these addressing modes for
the source address of a packet. The length of the destination address is clear
since it usually arrives through the `ng_netif_hdr_t`.

In case of IEEE 802.15.4 this is needed to determine the compression
state of source IPv6 addresses in 6LoWPAN IPHC.
2015-03-13 14:59:10 +01:00
Joakim Gebart
5286b68f2e Merge pull request #2573 from kushalsingh007/scope
Reducing the scope of variable after running static code analyser.
2015-03-11 14:18:25 +01:00
Johann Fischer
aed18c5f5a Merge pull request #2574 from gebart/pr/kinetis-uart-fifo
cpu/kinetis_common: Enable UART hardware FIFO buffers.
2015-03-11 09:11:08 +01:00
Martine Lenders
8c8b378ef0 Merge pull request #2525 from haukepetersen/ng_netif_shell
sys/shell: added (ng_)netif shell commands
2015-03-11 02:07:32 +01:00
Joakim Gebart
f8eb76caec kinetis: Enable UART hardware FIFO buffers. 2015-03-10 17:52:07 +01:00
Hauke Petersen
40f7227c02 sys/shell: added (ng_)netif shell commands 2015-03-10 17:43:48 +01:00
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.
2015-03-10 22:03:18 +05:30
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
2015-03-10 15:14:05 +01:00
Hauke Petersen
3540ff9a26 Merge pull request #2560 from authmillenon/ng_netif_hdr/fix/static-inline
ng_netif_hdr: make inline functions static
2015-03-10 14:23:32 +01:00
Joakim Gebart
bda0b999bd Merge pull request #2522 from cgundogan/rpl_prefix_info
rpl: implement basic prefix information option for DIOs
2015-03-10 14:00:01 +01:00
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
2015-03-10 12:52:46 +01:00
Joakim Gebart
0bc3ff5b19 rpl: Send DAOs for adding /128 routes (host-only) to the parent instead of /16 2015-03-10 12:35:09 +01:00
Martine Lenders
b2beba5d35 Merge pull request #2544 from kushalsingh007/unix_line_ending
Adding a script to check for line endings (valid UNIX ending)
2015-03-10 07:42:43 +01:00
Martine Lenders
e9be0f451d Merge pull request #2567 from kushalsingh007/code_analyser
Fixing warnings after running static code analyser.
2015-03-10 07:37:24 +01:00
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.
2015-03-10 05:51:07 +05:30
kushalsingh007
390e030f84 Removing the warnings after running static code analyser.
-Changes to fix all the clarifyCalulation warnings.
-Fixes a part of issue number 480
2015-03-10 04:08:43 +05:30
Joakim Gebart
139f8efa65 Merge pull request #2554 from kushalsingh007/markup
Transform existing documentation for PORTING and USING to markdown
2015-03-09 22:53:35 +01:00
Martine Lenders
b540e65e72 ng_netif_hdr: simplify address getter/setter 2015-03-09 17:36:33 +01:00
kushalsingh007
992d16a2cf Transform existing documentation for PORTING and USING to markdown
- Converted the existing documentation to markdown format.
- Fix for #1458.
- Changes font to bold at some places to improve readability
2015-03-09 19:31:29 +05:30
Martine Lenders
081784d16a ng_netif_hdr: fix documentation 2015-03-09 03:52:12 +01:00
Martine Lenders
84713f4873 ng_netif_hdr: make inline functions static 2015-03-08 22:54:06 +01:00
Martine Lenders
c66612b50b ng_netdev: change event_type to same type as msg_t::content::value 2015-03-08 22:42:35 +01:00
Martine Lenders
fd0d83711a ng_netdev: fix documentation 2015-03-08 22:41:35 +01:00
Ludwig Ortmann
0b8271a08a Merge pull request #2429 from authmillenon/all/doc/enable-helper-macros
doc: enable helper macros for doxygen
2015-03-07 11:32:04 +01:00
Oleg Hahm
96e6d2aee3 Merge pull request #2471 from haukepetersen/fix_openocd_shutdown
dist/openocd.sh: added shutdown to flash commands
2015-03-05 17:18:10 +01:00
Peter Kietzmann
7ae25c06d8 Merge pull request #2542 from OlegHahm/missing_semicolon_breaks_everything
core: added missing semicolon in header
2015-03-05 17:14:10 +01:00
Oleg Hahm
e75d9505ae core: added missing semicolon in header 2015-03-05 17:08:52 +01:00
Oleg Hahm
bbefdcaba7 Merge pull request #2533 from authmillenon/unittests/fix/remove-unnecessary-macro
unittests: remove unnecessary MODULE macro definition
2015-03-05 16:42:05 +01:00
Peter Kietzmann
0ae274d5c5 Merge pull request #2541 from OlegHahm/tiny_ccnl_dbg_fix
ccnl: correct debug output
2015-03-05 16:32:35 +01:00
Oleg Hahm
c1fe7f0095 ccnl: correct debug output 2015-03-05 16:27:37 +01:00
Oleg Hahm
cbbc2d9937 Merge pull request #2539 from OlegHahm/msg_reply_int_documentation
core: document msg_reply_int()
2015-03-05 16:07:05 +01:00
Oleg Hahm
b441cdfb3a core: documentation: document msg_reply_int() 2015-03-05 16:03:08 +01:00
Oleg Hahm
460dcdf8bb core: documentation: msg_reply returns -1 on error 2015-03-05 15:54:43 +01:00
Oleg Hahm
579377a6a1 Merge pull request #2535 from authmillenon/netif/fix/add-missing-include
ng_netif: Add missing include
2015-03-04 22:23:34 +01:00
Martine Lenders
878bc94b38 ng_netif: Add missing include 2015-03-04 18:30:45 +01:00
Martine Lenders
904b363b77 unittests: remove unnecessary MODULE macro definition 2015-03-04 18:07:03 +01:00
Lotte Steenbrink
1793eb7ec8 Merge pull request #2450 from authmillenon/netreg/api/pointer-based
RFC: netreg: move to pointer-based API
2015-03-04 15:33:15 +01:00
Martine Lenders
ec5f686cd0 netreg: move to pointer-based API
Moving to a pointer-based API simplifies a lot, since there is no need
for an internal pool of entries anymore. Therefore, a lot of
organizational overhead and some restrictions (e.g. an upper limit on
entries) are dropped.

The entries can be stored in the stack of the respective thread.
2015-03-04 13:17:00 +01:00
Oleg Hahm
023fef4d1c Merge pull request #2100 from haukepetersen/fix_stm32f3_spinbarrier
cpu/stm32f3: set cpu specific hwtimer spin barrier
2015-03-04 13:08:35 +01:00
Hauke Petersen
d19515d590 cpu/stm32f3: set cpu specific hwtimer spin barrier 2015-03-04 10:44:26 +01:00
Peter Kietzmann
0c2cc6af95 Merge pull request #2529 from gebart/pr/lis3dh-test-spi-conf-define-fix
tests/lis3dh: Fix SPI_CONF #define
2015-03-04 09:42:24 +01:00
Peter Kietzmann
1a9c01d1fa Merge pull request #2481 from gebart/pr/kinetis-i2c-speed
kinetis: Add configuration macros for I2C bus speed parameters.
2015-03-04 09:41:04 +01:00
Joakim Gebart
f317cf42a8 kinetis: Add configuration macros for I2C bus speed parameters. 2015-03-04 08:55:06 +01:00
Joakim Gebart
6a4c61534c tests/lis3dh: Fix SPI_CONF #define 2015-03-04 08:51:41 +01:00
Oleg Hahm
a846409a55 Merge pull request #2523 from gebart/pr/lowpan-eui-short-addr-local
sixlowpan: Handle short hardware addresses correctly
2015-03-04 02:38:40 +01:00
Martine Lenders
36c757b8c8 Merge pull request #2448 from haukepetersen/fix_doc_shell
sys/shell: fixed and unified doxygen headers
2015-03-03 23:14:46 +01:00
Thomas Eichinger
8b5f784e0b Merge pull request #2446 from thomaseichinger/ng_netconf_reset
net/ng_netconf: improve comment describing NETCONF_STATE_*
2015-03-03 23:07:43 +01:00
Thomas Eichinger
40062c3ac3 net/ng_netconf.h: fix doxygen comments 2015-03-03 23:06:32 +01:00
Oleg Hahm
f978282ff8 Merge pull request #2326 from PeterKietzmann/make_drivers_thread_safe
drivers/... : Acquire exclusive access to I2C bus
2015-03-03 22:38:44 +01:00
Joseph Noir
f614d4b186 Merge pull request #1222 from BytesGalore/add_pthread_simple_tls
Everything seems to work, so here we go: sys:posix:pthread added dynamic pthread thread local storage
2015-03-03 22:38:27 +01:00