Ludwig Ortmann
|
98bbb80571
|
documentation: append my email to my name everywhere
|
2014-05-15 18:07:17 +02:00 |
|
Ludwig Ortmann
|
3a3c04e66e
|
native/tramp.S: add missing license header
|
2014-05-15 18:07:17 +02:00 |
|
Ludwig Ortmann
|
2c5c177f75
|
native: unify license headers
|
2014-05-15 18:07:17 +02:00 |
|
Jan S
|
836b8b9d2d
|
sys/ping/ping.c: malloc size of type, not size of pointer
|
2014-05-15 17:43:25 +02:00 |
|
Jan S
|
ba907471f3
|
fixed printf specifiers
|
2014-05-15 17:42:57 +02:00 |
|
René Kijewski
|
6b4d2de74e
|
Merge pull request #961 from authmillenon/core-unittests
unittests: Unittests for core module data strutures
|
2014-05-15 15:57:56 +02:00 |
|
René Kijewski
|
0b9c0fb475
|
Merge pull request #1154 from Kijewski/issue-1150
msp430: fix missing members in `struct tm`
|
2014-05-15 14:59:24 +02:00 |
|
René Kijewski
|
a68f4f2d75
|
Merge pull request #1177 from LudwigOrtmann/issue-1118
native: initialize maybe uninitialized variable
|
2014-05-15 14:56:37 +02:00 |
|
Ludwig Ortmann
|
3fb35835a1
|
Merge pull request #1041 from LudwigOrtmann/issue_951
Fix doxygen comments for hwtimer.h, queue.h and io.h
|
2014-05-15 13:51:34 +02:00 |
|
Ludwig Ortmann
|
a0e9f3680b
|
core/doc: complete io.h
|
2014-05-15 13:48:56 +02:00 |
|
Ludwig Ortmann
|
c42a56181b
|
core/doc: complete queue.h
|
2014-05-15 13:48:56 +02:00 |
|
Ludwig Ortmann
|
93647306d7
|
core/doc: complete hwtimer.h and hwtimer_arch.h
|
2014-05-15 13:48:55 +02:00 |
|
Kévin Roussel
|
30f8f606df
|
Asks Git to ignore IDE-related (TI CCS) files
|
2014-05-15 12:41:39 +02:00 |
|
Thomas Eichinger
|
6bec1bf643
|
Merge pull request #1179 from LudwigOrtmann/native_minifix
Native minifix
|
2014-05-15 12:22:57 +02:00 |
|
Thomas Eichinger
|
293b5934f3
|
Merge pull request #1108 from haukepetersen/board_udoo
board: Initial import of the UDOO board
|
2014-05-15 11:59:56 +02:00 |
|
Hauke Petersen
|
cbd4f91656
|
examples/tests: blacklisted udoo board
blacklisted for:
- ccn-lite-client
- ccn-lite-relay
- rpl_udp
- test_net_if
- test_pnet
|
2014-05-15 11:53:14 +02:00 |
|
Hauke Petersen
|
ea18816d99
|
Merge pull request #958 from haukepetersen/doxygen_fix_core_1
core: improved doxygen documentation
|
2014-05-15 11:53:06 +02:00 |
|
Hauke Petersen
|
1c6b021d11
|
board: Initial import of the UDOO board
- fixed comment style and bracketing
- disabled newlib nano, added mac support
- fixed OSX compatibility in Makefile.include
|
2014-05-15 11:52:54 +02:00 |
|
Martine Lenders
|
363c2928ba
|
Merge pull request #1064 from mehlis/CONTRIBUTING
github: added CONTRIBUTING.md
|
2014-05-15 11:47:45 +02:00 |
|
Christian Mehlis
|
c5912d8182
|
README.md: make link a markdown link
|
2014-05-15 11:38:35 +02:00 |
|
Christian Mehlis
|
8adf38137d
|
github: added CONTRIBUTING.md
|
2014-05-15 11:38:35 +02:00 |
|
Ludwig Ortmann
|
b43fa2327e
|
native/tramp.S: use ret instead of manual return
|
2014-05-15 11:38:24 +02:00 |
|
Ludwig Ortmann
|
e0a1217f20
|
native: refactor one debug/errx use in irq_cpu.c
|
2014-05-15 11:37:18 +02:00 |
|
René Kijewski
|
beb91163ab
|
unittests: Move tests-core into subdirectoy
|
2014-05-15 11:07:11 +02:00 |
|
Martin Lenders
|
1b042e75c4
|
Implement core unittests
|
2014-05-15 11:07:11 +02:00 |
|
Hauke Petersen
|
7df411e7b7
|
core: improved doxygen documentation
improved files complient to issue #950
- thread.h
- flags.h
- debug.h
- crash.h
|
2014-05-15 10:52:34 +02:00 |
|
Thomas Eichinger
|
b06eaeeefd
|
Merge pull request #1176 from thomaseichinger/fix_1160
boards: fix license headers to LGPL
|
2014-05-15 09:05:26 +02:00 |
|
Thomas Eichinger
|
c6bf3f1ab1
|
boards: fix license headers to LGPL
harmonises license headers in msb-430, msba2-common,
msba2 and wsn430-common
fixes #1160
|
2014-05-15 09:04:09 +02:00 |
|
Ludwig Ortmann
|
d7b3d21bfe
|
native: initialize maybe uninitialized variable
fixes #1118
|
2014-05-15 08:54:01 +02:00 |
|
Ludwig Ortmann
|
ec9740142b
|
Merge pull request #1174 from Kijewski/remove-Makefile.unsupported
make: Remove `Makefile.unsupported`
|
2014-05-15 08:11:44 +02:00 |
|
Thomas Eichinger
|
16638d1760
|
Merge pull request #1173 from thomaseichinger/fix_rpl_udp_osx
native: net: OSX: Fix rpl_udp example
|
2014-05-15 08:05:07 +02:00 |
|
Martine Lenders
|
47373a9e4a
|
Merge pull request #1098 from authmillenon/make-addon
make: Make make more flexible
|
2014-05-15 01:19:11 +02:00 |
|
Thomas Eichinger
|
b3947785f0
|
Merge pull request #1137 from authmillenon/no_c_doc
doc: Exclude *.c files from make doc
|
2014-05-14 23:57:33 +02:00 |
|
René Kijewski
|
8950ab49a5
|
make: Remove Makefile.unsupported
This mechanism was replaced by #535. It was only used in one project.
|
2014-05-14 22:58:25 +02:00 |
|
René Kijewski
|
55b12034a9
|
msp430: fix missing members in struct tm
Closes #1150.
|
2014-05-14 19:57:41 +02:00 |
|
Thomas Eichinger
|
7a031e5669
|
net: handle macro redefinitions for OS X
undefine macros and reorder header includes to get rid of system
defined macros on OS X
fixes #1165
|
2014-05-14 19:43:58 +02:00 |
|
Thomas Eichinger
|
46acc2f5d5
|
shell: renaming isnumber to is_number in sc_net_if.c
fix name collision on OS X by renaming
|
2014-05-14 19:43:58 +02:00 |
|
René Kijewski
|
446d4a7db9
|
Merge pull request #1169 from Kijewski/buildtest-minus-j
make: supply `-j` on `buildtest`
|
2014-05-14 19:12:59 +02:00 |
|
René Kijewski
|
72ffa980ab
|
make: supply -j on buildtest
We support `make -j` for a while now. `make buildtest` takes ages to
finish. So just supply `-j` on buildtest.
|
2014-05-14 19:12:10 +02:00 |
|
René Kijewski
|
97fca16cbe
|
make: delete everything in buildtest beforehand
|
2014-05-14 19:12:09 +02:00 |
|
René Kijewski
|
fe8710ce05
|
make: put buildtest goals into an own file
`Makefile.include` is too long as is.
|
2014-05-14 19:12:09 +02:00 |
|
Martin Lenders
|
8fd09c575c
|
Make directory creation in object compilation more makey
|
2014-05-14 18:16:40 +02:00 |
|
Martin Lenders
|
85b7eca19e
|
Move .elf file to it's own target
|
2014-05-14 18:16:40 +02:00 |
|
Martin Lenders
|
c710062f86
|
Introduce macro to define files that should be deleted on make clean
|
2014-05-14 18:16:39 +02:00 |
|
Martine Lenders
|
991a5dccf1
|
Merge pull request #1168 from Kijewski/unittests-use-subfolders-and-dark-magic
unittests: separate test suites from main.c
|
2014-05-14 17:56:53 +02:00 |
|
René Kijewski
|
7ebd97d986
|
Merge pull request #1172 from Kijewski/fixup-166b88f1
native: fixup #1145: function declaration
|
2014-05-14 17:06:54 +02:00 |
|
René Kijewski
|
d98ebf62cd
|
native: fixup #1145: function declaration
|
2014-05-14 16:54:34 +02:00 |
|
Hauke Petersen
|
bdad2ba997
|
Merge pull request #1171 from haukepetersen/example_ipcpingpong_readme
examples: added README.md to ipc_pingpong example
|
2014-05-14 16:08:01 +02:00 |
|
Hauke Petersen
|
47ce60ccdc
|
examples: IPC ping-pong README adjustments
|
2014-05-14 15:40:52 +02:00 |
|
Thomas Eichinger
|
e8e7f3ab6e
|
Merge pull request #1056 from thomaseichinger/pkg-openwsn
pkg: openwsn: update with iot-lab_M3 support and split patch files
|
2014-05-14 15:11:42 +02:00 |
|