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

4818 Commits

Author SHA1 Message Date
Fabian Nack
f7b11dda3e tools/licenses: add revised 1c-BSD pattern used in utlist 2014-12-12 12:18:33 +01:00
Ludwig Ortmann
536d3f4786 Merge pull request #2180 from OlegHahm/doccheck_fix_grep_sed
doccheck: grep for all lines with a warning
2014-12-12 12:01:15 +01:00
Martine Lenders
55dfd3d053 Merge pull request #2182 from phiros/tests_bloom_transform_into_unittest
tests: transformed tests/bloom into an unittest
2014-12-12 10:02:59 +01:00
Philipp Rosenkranz
f5d941ac22 tests: transformed tests/bloom into an unittest 2014-12-11 22:56:40 +01:00
Ludwig Ortmann
40264b49b5 Merge pull request #2178 from cgundogan/ip_fix_null_check
ip: check for null before ip_get_next_hop is used
2014-12-11 18:13:14 +01:00
René Kijewski
0d6bc7eba6 Merge pull request #1913 from Kijewski/issue-1910
make: allow tagged RIOT_VERSION
2014-12-11 17:46:43 +01:00
Oleg Hahm
b9eb4ebe5c Merge pull request #2124 from Kijewski/all-flash-term
make: term depends on flash
2014-12-11 17:31:06 +01:00
Oleg Hahm
bb7453dc70 doccheck: grep for all lines with a warning 2014-12-11 16:35:41 +01:00
Cenk Gündoğan
2a7ce79947 ip: check for null before ip_get_next_hop is used 2014-12-11 15:43:16 +01:00
René Kijewski
19a017cf03 make: term depends on flash
If you provide both `flash` and `term` as Make goals, then `term` needs
to wait for flash.
2014-12-11 14:23:39 +01:00
Oleg Hahm
bd80cbcaff Merge pull request #2172 from haukepetersen/add_mbed_makeflash
board/mbed_lpc1768: added flash script
2014-12-09 17:17:07 +01:00
Hauke Petersen
b0fb2a601c Merge pull request #2167 from haukepetersen/add_lpc1768_uart
cpu/lpc1768: added basic UART driver
2014-12-09 16:27:41 +01:00
Hauke Petersen
8161689337 board/mbed_lpc1768: added flash script 2014-12-09 15:57:20 +01:00
Ludwig Ortmann
122d488a42 Merge pull request #2165 from haukepetersen/fix_test_uart
test/periph_uart_xx: switched to feature based whitelisting
2014-12-09 14:44:15 +01:00
Oleg Hahm
baffd73a38 Merge pull request #2171 from haukepetersen/fix_mbed_binfile
board/mbed_lpc1768: changed binary ouput to .bin
2014-12-09 13:51:24 +01:00
Hauke Petersen
6e87ee19ff board/mbed_lpc1768: changed binary ouput to .bin 2014-12-09 13:31:17 +01:00
Ludwig Ortmann
e850078769 Merge pull request #2162 from cgundogan/vtimer_set_msg_param_type
vtimer: set custom msg_t.type with vtimer_set_msg
2014-12-09 11:12:52 +01:00
Cenk Gündoğan
6ee5e737f9 vtimer: set custom msg_t.type with vtimer_set_msg
Currently, when using vtimer_set_msg the corresponding msg_t is filled
with the MSG_TIMER ("12345") type.
This approach makes it difficult to differentiate between incoming
messages via vtimer_set_msg.

In this PR I introduce another parameter for the vtimer_set_msg
function to specify a custom msg_t type.
2014-12-09 10:07:26 +01:00
Hauke Petersen
67b4dfd89d cpu/lpc1768: added basic UART driver 2014-12-08 19:48:20 +01:00
Hauke Petersen
e4fa4a61b7 board/mbed_lpc1768: added UART configuration 2014-12-08 19:48:20 +01:00
Hauke Petersen
3db9935fa5 boards: added missing UART feature
added for:
- airfy-beacon
- arduino-mega2560
- cc2538dk
- msbiot
- openmote
- pca1000[0|5]
- spark-core
- stm32f4discovery
- yunjia-nrf51822
2014-12-08 18:15:46 +01:00
Hauke Petersen
e859d74ea4 tests: fixed blacklisting for UART tests
changed from explicit blacklisting to feature based approach
2014-12-08 18:08:49 +01:00
Hauke Petersen
934f7b6b33 Merge pull request #2161 from haukepetersen/fix_test_nrf24
test/driver_nrf24l01p: changed default GPIOs
2014-12-08 16:16:37 +01:00
Hauke Petersen
ec62cbf7ac test/driver_nrf24l01p: changed default GPIOs
not all boards have GPIO_x > GPIO_7, so the new values are
safer to use.
2014-12-08 15:41:54 +01:00
Philipp Rosenkranz
536c910980 Merge pull request #2157 from LudwigOrtmann/unittests-lib
tests/unittests: merge lib-ringbuffer into core
2014-12-08 15:36:41 +01:00
Peter Kietzmann
cf87bc10df Merge pull request #2160 from PeterKietzmann/fix_srf_ultrasonic_doxy_warnings
doc: doxygen fix srf02/srf08 ultrasonic warnings
2014-12-08 15:22:35 +01:00
PeterKietzmann
a84419e321 doc: fix drivers/srf08 documentation 2014-12-08 13:38:51 +01:00
PeterKietzmann
522b7d470e doc: fix drivers/srf02 documentation 2014-12-08 13:38:44 +01:00
Ludwig Ortmann
0027f90be4 Merge pull request #2118 from OlegHahm/simplify_cpu_folder_structure
cpu: simplify folder structure
2014-12-08 13:10:13 +01:00
Ludwig Ortmann
da412a8212 Merge pull request #2151 from OlegHahm/lib_hash_string
sys: rename lib to hash_string
2014-12-08 13:09:39 +01:00
Ludwig Ortmann
4feec9243f tests/unittests: merge lib-ringbuffer into core
Fixup for https://github.com/RIOT-OS/RIOT/pull/2017
2014-12-08 10:15:48 +01:00
Martine Lenders
0e649e1fd5 Merge pull request #2152 from authmillenon/netdev-default-fix
netdev: Fix netdev/default.h
2014-12-06 18:04:31 +01:00
Martine Lenders
c63d029653 netdev: Fix netdev/default.h 2014-12-06 18:03:49 +01:00
Oleg Hahm
6ad89ff46c sys: rename lib to hash_string
That was the onyl remaining module in this folder.
2014-12-06 15:42:01 +01:00
René Kijewski
973f9c795b Merge pull request #2149 from OlegHahm/doxygen_sys_cleanup
doc: doxygen sys cleanup
2014-12-06 14:05:13 +01:00
Oleg Hahm
a9ed34a293 doc: fixed documentation for crypto headers 2014-12-06 11:55:28 +01:00
Oleg Hahm
26ab4829d7 doc: fix posix wrapper documentation 2014-12-06 02:05:51 +01:00
Oleg Hahm
364e60d84c doc: fix quat_math documentation 2014-12-06 01:27:23 +01:00
Oleg Hahm
1288b3f9cb doc: fix bloom filter documentation 2014-12-06 01:26:12 +01:00
Oleg Hahm
04b67f1ff0 doc: avr cleanup 2014-12-06 01:12:31 +01:00
Oleg Hahm
fb3e8939df doc: fix vtimer documentation 2014-12-05 20:33:10 +01:00
Oleg Hahm
6c762d683b doc: added missing documentation for PRIu32 2014-12-05 20:33:10 +01:00
Oleg Hahm
a3ea98c063 doc: fixed documentation for transceiver 2014-12-05 20:33:10 +01:00
Oleg Hahm
45ea87f403 doc: cbor: complemented documentation 2014-12-05 20:33:10 +01:00
Oleg Hahm
1270edace6 cbor: fixe line length 2014-12-05 20:33:10 +01:00
Oleg Hahm
93c7627f07 doc: fix doxygen warnings for CBOR 2014-12-05 20:33:10 +01:00
Oleg Hahm
67a2b37ff8 cc110x: cleanup cc110x_legacy_csma driver
Remove unused radio_t struct and fixed documentation.
2014-12-05 20:33:10 +01:00
Oleg Hahm
da3377bf6d doc: document board_uart0 module 2014-12-05 20:33:10 +01:00
Oleg Hahm
cd81c040d8 uart0: remove superfluous prototype from header
Declare and document prototype in CPU part instead.
2014-12-05 20:33:10 +01:00
Oleg Hahm
752836f0b6 doc: document auto_init 2014-12-05 20:33:09 +01:00