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

2166 Commits

Author SHA1 Message Date
Ludwig Ortmann
e0311459b6 Merge pull request #656 from LudwigOrtmann/stale_includes
remove stale cc110x_ng includes
2014-02-08 12:44:25 +01:00
Christian Mehlis
8076d1c3a6 Merge pull request #647 from benpicco/patch-1
proper line breaks in payload debug output
2014-02-08 12:23:28 +01:00
Ludwig Ortmann
1c9d4f8720 remove stale cc110x_ng includes 2014-02-07 19:22:27 +01:00
Ludwig Ortmann
3ba156883b Merge pull request #278 from LudwigOrtmann/transeiver_command
unify tranceiver shell commands
2014-02-07 18:57:19 +01:00
Ludwig Ortmann
7584fd04a4 fix maca get_channel transceiver switch 2014-02-07 18:56:04 +01:00
Ludwig Ortmann
04b94e0e9a replace uint16_t with radio_address_t in cc2420
adpot includes
2014-02-07 18:56:04 +01:00
Ludwig Ortmann
170bfb8aa5 replace uint16_t with radio_address_t in at86rf231
adpot includes
2014-02-07 18:56:04 +01:00
Ludwig Ortmann
85c6b6587e replace uint16_t with radio_address_t in maca
adpots includes and makes them adhere to the coding conventions
2014-02-07 18:56:04 +01:00
Ludwig Ortmann
e091c17040 make transceiver get/set address type safe 2014-02-07 18:56:04 +01:00
Ludwig Ortmann
062a5b93f4 replace shell commands for different transceivers with one transceiver command 2014-02-07 18:56:04 +01:00
Oleg Hahm
33ef849197 Merge pull request #632 from benpicco/add_name
add name to sysconfig
2014-02-07 18:16:46 +01:00
Oleg Hahm
355f6610d5 Merge pull request #482 from OlegHahm/driver_includes
Driver includes
2014-02-07 17:21:45 +01:00
Oleg Hahm
02341bc79a removed no longer needed include path 2014-02-07 17:06:50 +01:00
Oleg Hahm
f3c9e800df Merge pull request #648 from BytesGalore/fix_possible_access_violation_transceiver
fix changed checking order to avoid possible access violation
2014-02-07 12:26:50 +01:00
Oleg Hahm
62046d6ea0 Merge pull request #649 from BytesGalore/fix_missing_typecasts
Fix added missing typecasts to stack (arm/msba2) and send/receive buffer (native)
2014-02-07 12:25:08 +01:00
Oleg Hahm
844a272129 Merge pull request #624 from LudwigOrtmann/native_readme_update
native readme update
2014-02-07 12:16:45 +01:00
Martin
22b777300d added typecasts for the used send/receive buffer pointer buff 2014-02-07 09:26:56 +01:00
Martin
b4f36f4af9 added typecast for starck_start in arm_cpu to ensure correct calculation 2014-02-07 09:17:21 +01:00
Martin
f19ec9649f added typecast for starck_start in native 2014-02-07 09:14:58 +01:00
Martin
78874331de fix changed checking order to avoid possible access violation 2014-02-07 09:06:34 +01:00
benpicco
86b2df0ca6 proper line breaks in payload debug output
I guess the idea was to make a new line after every 16 elements, not every element except for every 16th
2014-02-07 09:05:28 +01:00
Benjamin Valentin
bbe616f167 add name to sysconfig
there is still quite some space left on the persistent flash config area, make it possible to give nodes a name (e.g. hostname of the meshrouter) for nicer debugging
2014-02-06 18:13:48 +01:00
Ludwig Ortmann
52c92aa3b2 Merge pull request #634 from LudwigOrtmann/uart_posix_dep
uart related cleanup
2014-02-06 15:48:19 +01:00
Ludwig Ortmann
b6c8ceb57c update test_shell/ReadMe.txt 2014-02-06 12:34:59 +01:00
Ludwig Ortmann
8815d22390 remove superfluous uart USEMODULEs from test 2014-02-06 12:34:59 +01:00
Ludwig Ortmann
c6be9ad3fc remove superfluous uart USEMODULEs from examples 2014-02-06 12:34:54 +01:00
Ludwig Ortmann
87a7211e59 remove trailing newlines 2014-02-06 12:29:18 +01:00
Ludwig Ortmann
2ab55174a7 model uart dependency on posix 2014-02-06 12:29:02 +01:00
Oleg Hahm
2499b342bb Merge pull request #631 from authmillenon/fix-transceiver-types
Fix types in transceiver.c
2014-02-06 12:02:49 +01:00
Martin Lenders
4e57b54650 Fix types in transceiver.c 2014-02-06 02:32:38 +01:00
Oleg Hahm
48b5dacde8 Merge pull request #620 from LudwigOrtmann/buildtest_fail
upgrade buildtest for CI
2014-02-05 22:47:44 +01:00
Oleg Hahm
535c49acb4 Merge pull request #628 from Kijewski/fno-delete-null-pointer-checks
Do not assume 0x0 to be an unusable address
2014-02-05 20:20:37 +01:00
Oleg Hahm
e28ded5520 Merge pull request #611 from haukepetersen/periph_driver_doc
Introduction of a low-level device driver interface
2014-02-05 20:20:09 +01:00
Oleg Hahm
26ca054abd moved board dependent cc110x stub 2014-02-05 18:57:54 +01:00
Oleg Hahm
70747d8bb4 streamlined driver include pathes 2014-02-05 18:56:47 +01:00
René Kijewski
c728041f54 Do not assume 0x0 to be an unusable address 2014-02-05 15:16:33 +01:00
Ludwig Ortmann
9ab441e091 make buildtest fail on error 2014-02-05 09:02:29 +01:00
Ludwig Ortmann
351dea1dbd decolorize buildtest output for jenkins/monochrome 2014-02-05 09:01:43 +01:00
Ludwig Ortmann
3864d33ede make buildtest more readable 2014-02-05 09:01:32 +01:00
Hauke Petersen
db048999d5 Fixed spelling errors 2014-02-04 18:47:05 +01:00
Ludwig Ortmann
5681fcc481 native readme update 2014-02-04 18:41:38 +01:00
Christian Mehlis
64c46b0a9f Merge pull request #618 from mehlis/test-license
added LGPL header and doxygen headers
2014-02-04 04:25:04 -08:00
Martin Lenders
7035a6d194 Merge pull request #601 from LudwigOrtmann/valgrind_target
valgrind target for native
2014-02-04 04:12:07 -08:00
Oleg Hahm
2c008aa01e Merge pull request #617 from mehlis/examples-license
added LGPL header and doxygen headers
2014-02-04 04:03:48 -08:00
Christian Mehlis
341b095acf added LGPL header and doxygen headers 2014-02-04 12:57:06 +01:00
Christian Mehlis
55c84d95b6 added LGPL header and doxygen headers 2014-02-04 12:52:52 +01:00
Oleg Hahm
fb423e2c48 Merge pull request #606 from OlegHahm/license_issues
added license headers and doxygen file information
2014-02-04 03:01:23 -08:00
Oleg Hahm
930b6887ae Merge pull request #619 from mehlis/sys-license
added LGPL header and doxygen headers
2014-02-04 02:47:21 -08:00
Christian Mehlis
439b0d2ba5 added LGPL header and doxygen headers 2014-02-03 23:21:41 +01:00
Christian Mehlis
0652aeaace Merge pull request #605 from Lotterleben/documentation
added README that explains how to use the rpl_udp example application
2014-02-03 13:33:39 -08:00