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

2923 Commits

Author SHA1 Message Date
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
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
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
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
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
Hauke Petersen
279b5cc5ca examples: adjusted output and README for IPC pingpong 2014-05-14 15:11:01 +02:00
Thomas Eichinger
ba3088c4bd added iot-lab_M3 and temporarily dropped telosb support; split patch.txt
into separate patch files
2014-05-14 15:06:50 +02:00
Hauke Petersen
fbdc18cd63 examples: added README.md to ipc_pingpong example 2014-05-14 14:46:08 +02:00
Thomas Eichinger
70162eff1b Merge pull request #1170 from Kijewski/fixup-1119-1124
sys/crypo: fix function declarations
2014-05-14 14:41:41 +02:00
René Kijewski
e94912f7be sys/crypo: fix function declarations
In #1119 old-style function declarations are exterminated and forbidden.
I missed the functions in `sys/crypto` because they weren't used
throughout the tests/examples before #1124.
2014-05-14 14:35:35 +02:00
René Kijewski
8038e96d09 Merge pull request #1119 from Kijewski/error_old-style-definition
Exterminate old-style function definitions
2014-05-14 13:31:30 +02:00
René Kijewski
ccc934856f Merge pull request #1124 from Kijewski/consolidate-crypto
sys:crypto: put ciphers into one module
2014-05-14 13:12:21 +02:00
René Kijewski
0246329050 unittests: separate test suites from main.c
This change removes the need to patch the main.c if you add or remove a
test suite. A test suite in `tests/unittests/tests-XXX` needs to export
the function `void tests_XXX(void)`, which gets called by `main()`.

The `tests-XXX/Makefile` looks like your average module:
```
MODULE = tests-XXX
include $(RIOTBASE)/Makefile.base
```
2014-05-14 12:57:52 +02:00
Martine Lenders
4359429168 Merge pull request #1164 from Kijewski/unittests-use-subfolders
unittests: use subfolders for different tests
2014-05-14 12:54:21 +02:00
René Kijewski
297bc52062 unittests: use subfolders for different tests
Unittests for e.g. different libraries can be put into
`tests/unittests/tests-XXX`, where `XXX` is your test suite.

If `unittests` is made with `make all` (or any explicit argument), then
all test suites get built. If you use `make tests-XXX tests-YYY …` then
only the test suites `XXX` and `YYY` get built.
2014-05-14 12:48:56 +02:00
Martine Lenders
07b1dd5538 Merge pull request #1161 from Kijewski/unittests-exit-code
unittests: exit(1) or error
2014-05-14 12:26:58 +02:00
Ludwig Ortmann
ba00bdb853 Merge pull request #1159 from thomaseichinger/fix_license_sam3x8e
sam3x8e: fix license to LGPL
2014-05-14 11:53:52 +02:00
Martine Lenders
9d28ea4d43 Merge pull request #1162 from AlaeddineWeslati/master
added missing Licence in at86rf231 driver files.
2014-05-14 11:17:37 +02:00
Alaeddine Weslati
2427029c1c added missing Licence in at86rf231 driver files. 2014-05-14 10:43:50 +02:00