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

5453 Commits

Author SHA1 Message Date
Martine Lenders
d198724981 sys: clean-up Makefile 2015-02-20 20:20:47 +01:00
Martine Lenders
dad4e8d5df Merge pull request #2433 from authmillenon/ng_ipv6_addr/feat/initial
ng_ipv6_addr: initial import
2015-02-20 19:27:17 +01:00
Oleg Hahm
2ee9d415e9 Merge pull request #2477 from OlegHahm/unittest_documentation_in_readme
Put the unittest documentation into the readme
2015-02-20 18:49:15 +01:00
Oleg Hahm
10b96f06a3 doc: import unittest documentation from wiki 2015-02-20 17:52:26 +01:00
Martine Lenders
ff36abb2cf ng_ipv6_addr: initial import
The motivation behind this module is to allow for address handling
functions where they, but not the full IPv6 functionality might be
needed. This new version of the IPv6 address data type utilizes the
byteorder.h header to enforce network byte-order on its members.
2015-02-20 17:40:26 +01:00
Joakim Gebart
83c61cb379 Merge pull request #2475 from x3ro/ignore-doxygen-sqlite
Make git ignore doxygen sqlite database
2015-02-19 23:12:15 +01:00
BytesGalore
9e0ccc395a sys/net/routing/rpl: catch hardfault when OCP from DIO is not supported 2015-02-19 19:05:27 +01:00
Oleg Hahm
41575f341c Merge pull request #2468 from OlegHahm/make_travis_whining_about_trailing_whitespaces_are_a_nono
Make travis whining about trailing whitespaces are a nono
2015-02-19 17:25:16 +01:00
Ludwig Ortmann
4f29a7757e Merge pull request #2285 from authmillenon/pktbuf/api/use-pkt
pktbuf: port to use pkt_t instead of void*
2015-02-19 14:46:15 +01:00
Martine Lenders
41f60aca4c pktbuf: port to use ng_ version 2015-02-19 13:51:27 +01:00
Oleg Hahm
05fc8493d3 travis: added whitespace error to travis config 2015-02-19 10:29:47 +01:00
Oleg Hahm
8fa44ee117 dist/tools: check for whitespace errors 2015-02-19 10:29:39 +01:00
Lotte Steenbrink
f08a371f1f Merge pull request #2466 from LudwigOrtmann/pr/trailing_whitespace
cpu, drivers, boards, tests: remove trailing whitespace
2015-02-18 19:10:22 +01:00
Oleg Hahm
b8acfd4e63 Merge pull request #2469 from haukepetersen/ng_opt_netdev
net/ng_netdev: changed return value of rem_cb
2015-02-18 18:52:20 +01:00
Hauke Petersen
f33938078b net/ng_netdev: changed return value of rem_cb 2015-02-18 18:05:23 +01:00
Ludwig Ortmann
9b21729cb1 Merge pull request #2463 from LudwigOrtmann/pr/native-daemonize
native: enhance daemonization
2015-02-18 14:37:40 +01:00
Ludwig Ortmann
51a4f8a43c cpu/kinetis_common/i2c: fix indent, trailing space 2015-02-18 13:52:48 +01:00
Ludwig Ortmann
e9e3f3d148 cpu/samd21/periph/i2c: fix spacing, comment length 2015-02-18 13:52:48 +01:00
Ludwig Ortmann
cec87139a5 core, cpu, drivers, tests: remove trailing space 2015-02-18 13:52:48 +01:00
Lotte Steenbrink
4eefa4aec4 Merge pull request #2465 from Lotterleben/microcoap_trailing_ws
microcoap: remove trailing whitespaces
2015-02-18 13:37:15 +01:00
Thomas Eichinger
9c88fbce2c Merge pull request #2464 from gebart/pr/dist-openocd-refactor
dist/tools/openocd: Add more configurability
2015-02-18 11:26:46 +01:00
Lotte Steenbrink
99731f1cdf microcoap: remove trailing whitespaces 2015-02-18 01:48:36 -08:00
Joakim Gebart
a519aaad3d dist/tools/openocd: Add documentation for newly introduced environment variables 2015-02-18 10:20:26 +01:00
Joakim Gebart
f4006cda2a dist/tools/openocd: Quote file names in shell arguments 2015-02-18 10:11:07 +01:00
Joakim Gebart
b4c3f0c565 dist/tools/openocd: Make openocd command configurable. 2015-02-18 10:11:06 +01:00
Joakim Gebart
6e88b4ab2d dist/tools/openocd: Add support for specifying config file and extra initialization arguments. 2015-02-18 10:10:53 +01:00
Ludwig Ortmann
88f1dc5cbc cpu/native: improve daemonization
- detach from working directory
- detach from process group
- set umask
2015-02-17 22:01:02 +01:00
Ludwig Ortmann
9a130e2e84 cpu/native: add some syscall wrappers
Add wrappers for chdir, setsid, and umask.
2015-02-17 22:00:14 +01:00
Oleg Hahm
ccd3db6ae8 Merge pull request #2431 from BytesGalore/fix_rpl_correct_byte_order
sys/net/routing/rpl: apply correct byte order for RPL messages
2015-02-17 21:46:05 +01:00
BytesGalore
5a0eba2b1e sys/net/routing/rpl: apply correct byte order for RPL messages 2015-02-17 20:41:11 +01:00
Oleg Hahm
a6e902ff42 Merge pull request #2455 from authmillenon/ng_protnum/feat/initial
ng_protonum: Initial import of protocol number defines
2015-02-17 19:54:13 +01:00
Martine Lenders
c4e6504c8e ng_protonum: Initial import of protocol number defines 2015-02-17 19:17:14 +01:00
Joakim Gebart
b6eeb65f70 Merge pull request #2420 from gebart/pr/cortex-m4-crash-bkpt
cortex-m4_common: Add debugger break in crash.c + minor string handling fix
2015-02-17 16:06:33 +01:00
Joakim Gebart
5a09e54e1b cortex-m0_common: Update crash.c with changes from Cortex-M4. 2015-02-17 13:16:40 +01:00
Joakim Gebart
2605b57a35 cortex-m3_common: Update crash.c with changes from Cortex-M4. 2015-02-17 13:16:26 +01:00
Joakim Gebart
972e61529c cortex-m4_common: Update crash.c author and copyright after recent changes. 2015-02-17 13:15:40 +01:00
Joakim Gebart
1e6eca298b Merge pull request #2459 from gebart/pr/rpl-udp-channel0
examples/rpl_udp: User configurable value for unassigned channel
2015-02-16 08:43:04 +01:00
Joakim Gebart
964bfbab41 examples/rpl_udp: User configurable value for unassigned channel
0 is a valid channel on some transceivers (e.g. sub-GHz IEEE802.15.4 band)

UNASSIGNED_CHANNEL is set to INT_MIN by default, but can be overridden via CFLAGS.
2015-02-16 07:15:34 +01:00
Joakim Gebart
f6ce0561ed Merge pull request #2412 from jfischer-phytec-iot/pr@kinetis-startup
Add common startup.c for Kinetis MCUs.
2015-02-15 18:48:19 +01:00
Ludwig Ortmann
496695bf1a Merge pull request #2452 from authmillenon/net/doc/fix-doc-issue-2422
net: update ng_* version documentation + some fixes
2015-02-15 14:26:09 +01:00
Martine Lenders
1126c97dcf ng_pktqueue: fix documentation 2015-02-15 12:57:43 +01:00
Martine Lenders
fc441064b9 ng_pkt: fix documentation 2015-02-15 12:57:43 +01:00
Martine Lenders
3837e31f59 ng_nettype: fix documentation 2015-02-15 12:57:42 +01:00
Martine Lenders
d32aa48413 ng_netreg: fix documentation 2015-02-15 12:57:42 +01:00
Ludwig Ortmann
bb019df426 Merge pull request #2458 from haukepetersen/add_sam3x_crash
cpu/sam3x8e: use core_panic for fault ISRs
2015-02-15 12:30:33 +01:00
haukepetersen
28655049a5 cpu/sam3x8e: use core_panic for fault ISRs 2015-02-15 11:20:59 +01:00
Johann Fischer
8afc8dfdc3 cpu/kinetis_common: add common startup.c
cpu/kinetis_common/wdog.c: move wdog disable code to initial wdog driver
  cpu/kinetis_common/wdog.c: add COP WDOG
  cpu/kinetis_common/include/wdog.h: add configuration example
  cpu/kinetis_common: add fault handlers
  cpu/kinetis_common: add .ramcode and ISR vector relocation to startup.c
2015-02-15 10:28:13 +01:00
Joakim Gebart
4b814c79f1 Merge pull request #2406 from gebart/pr/kinetis-rtt
kinetis: Refactor RTC into RTT, add RTC wrapper.
2015-02-14 14:52:58 +01:00
Joakim Gebart
a745c018da kinetis: Refactor RTC into RTT, add RTC wrapper. 2015-02-14 14:20:26 +01:00
Joakim Gebart
ebe0cb4516 Merge pull request #2456 from fnack/mpu_bugfix
drivers/mpu9150: Add missing I2C release for error case
2015-02-14 11:41:14 +01:00