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
Fabian Nack
b913288685
drivers/mpu9150: Release I2C bus in compass error case
2015-02-14 09:24:51 +01:00
Ludwig Ortmann
fa47573b21
Merge pull request #2453 from authmillenon/core/doc/thread-create-return
...
core: expand documentation of thread_create()
2015-02-14 09:23:06 +01:00
Martine Lenders
ffe9678bd1
core: expand documentation of thread_create()
...
Adds specific documentation for the error return values of
thread_create().
2015-02-13 21:34:33 +01:00
Martine Lenders
554d6dec4c
Merge pull request #2368 from fnack/mpu9150
...
drivers: Add support for the MPU-9150 9-Axis motion sensor
2015-02-13 14:14:38 +01:00
Martine Lenders
84754c1b83
ng_netif: fix documentation
2015-02-13 12:43:42 +01:00
Martine Lenders
580eb63835
ng_netdev: fix documentation
2015-02-13 12:43:37 +01:00
Martine Lenders
0b95b3ae40
ng_netconf: fix documentation
2015-02-13 12:42:46 +01:00
Martine Lenders
c601b72ba7
ng_netapi: fix documentation
2015-02-13 12:42:24 +01:00
Oleg Hahm
6dded1be19
Merge pull request #2442 from authmillenon/debug/enh/platform-ind-debugf
...
debug: Make DEBUGF more platform-independent
2015-02-13 11:50:13 +01:00
Fabian Nack
bb6f7926fc
tests: Add test for MPU-9150 9-Axis motion sensor driver
2015-02-13 10:09:16 +01:00
Fabian Nack
ae4616c5d8
drivers: Added MPU-9150 9-Axis motion sensor driver
2015-02-13 10:08:38 +01:00
Fabian Nack
b2fb894c90
board - msbiot: Prepare msbiot for mpu9150 driver usage
2015-02-13 10:08:38 +01:00
Hauke Petersen
12e301352d
Merge pull request #2444 from haukepetersen/fix_doc_boardqemu
...
board/qemu-i386: some cleanup in file headers
2015-02-12 23:46:16 +01:00
Lotte Steenbrink
e9afa1e236
Merge pull request #2404 from authmillenon/netreg/feat/initial
...
netreg: Initial import
2015-02-12 18:05:44 +01:00
Martine Lenders
cd711ea934
unittests: add ng_netreg tests
2015-02-12 16:13:38 +01:00
Martine Lenders
c80c04d6ed
netreg: Initial import
2015-02-12 16:13:38 +01:00
Hauke Petersen
4a9c5b4302
board/qemu-i386: changed to use default license header
2015-02-12 16:08:04 +01:00
Martine Lenders
f3fccf2072
Merge pull request #2440 from authmillenon/msp430/api/add-assert
...
msp430: add assert header
2015-02-12 16:06:49 +01:00
Hauke Petersen
ae20715bca
board/qemu-i386: cleanup doxygen headers
...
- fixed doxygen group name
- fixed some minor formatting
- added missing file description
2015-02-12 16:05:41 +01:00
Hauke Petersen
a96c2b5943
Merge pull request #2443 from haukepetersen/fix_doc_boards1
...
boards: unified doxygen group names
2015-02-12 15:54:40 +01:00
Hauke Petersen
98924db846
Merge pull request #2445 from haukepetersen/fix_doc_boardx86multi
...
board/x86-multiboot: doxygen header fix
2015-02-12 15:53:46 +01:00
Hauke Petersen
d45ab123bf
board/z1: fixed doxygen group name
2015-02-12 15:11:01 +01:00
Hauke Petersen
f70aeeb0d2
board/udoo: fixed doxygen group name
2015-02-12 15:11:01 +01:00
Hauke Petersen
63fc72979d
board/stm32f4discovery: fixed doxygen group name
2015-02-12 15:11:01 +01:00
Hauke Petersen
6bc5088712
board/stm32f3discovery: fixed doxygen group name
2015-02-12 15:11:01 +01:00
Hauke Petersen
622045f934
board/stm32f0discovery: fixed doxygen group name
2015-02-12 15:11:01 +01:00
Hauke Petersen
7b98e71139
board/spark-core: fixed doxygen group name
2015-02-12 15:11:01 +01:00