Ludwig Ortmann
dc916ad458
Merge pull request #2102 from Kijewski/embunit-module
...
tests: make embUnit a normal sys module
2014-12-22 12:50:26 +01:00
Ludwig Ortmann
5e0973ca89
Merge pull request #2150 from OlegHahm/more_doc_cleanup
...
doc: More documentation cleanup
2014-12-22 11:58:59 +01:00
René Kijewski
91050cd72d
embunit: fix outputters for msp430
2014-12-21 20:04:57 +01:00
René Kijewski
f684aa4b2d
tests: make embUnit a normal sys module
...
There is nothing quite special about embUnit.
This PR makes it a normal sys module, so that you can use it in any
application / test.
2014-12-21 20:04:57 +01:00
Ludwig Ortmann
bdfa6a26ee
Merge pull request #2227 from LudwigOrtmann/make-escape
...
make: change escape sequence
2014-12-20 19:24:43 +01:00
Ludwig Ortmann
049a6880c1
make: change escaped quotation marks
...
The '""' pattern is used so that the variable can be processed as a string
after the preprocessors evaluation. Change to \"\" instead, so that single
quotes can be used externally. The extra quotation marks are unneeded.
Related to #2213
2014-12-20 18:53:51 +01:00
Ludwig Ortmann
dd18ef2935
Merge pull request #2185 from Kijewski/issue-2184
...
x86: QEMU has changed its command line arguments
2014-12-20 18:51:23 +01:00
Oleg Hahm
db58a8b226
Merge pull request #2214 from rousselk/msp430-fix-intr
...
Msp430 misc interrupt-related fixes
2014-12-19 16:35:39 +01:00
Hauke Petersen
6a35845203
Merge pull request #2223 from kaspar030/stm32f1_fix_function_definition
...
stm32f1: make function definition match declaration
2014-12-19 15:58:43 +01:00
547ddddad2
stm32f1: make function definition match declaration
2014-12-19 15:15:00 +01:00
Hauke Petersen
1bd63978a8
Merge pull request #2222 from haukepetersen/fix_lpc1768_uartclk
...
cpu/lpc1768: fixed UART PCLK selection
2014-12-19 14:21:08 +01:00
Hauke Petersen
28751d8773
board/mbed_lpc1768: added CLKSEL to periph_conf
2014-12-19 13:48:08 +01:00
Hauke Petersen
31a6e81bd9
cpu/lpc1768: fixed UART PCLK selection
2014-12-19 13:47:58 +01:00
Oleg Hahm
798a48bd95
Merge pull request #1113 from rousselk/msp430-use-timerB
...
Use Timer B on MSP430 architecture
2014-12-19 11:56:46 +01:00
Oleg Hahm
bf525a57bf
Merge pull request #1791 from Kijewski/msg_send_int-typo
...
core: introduce `msg_sent_by_int()`
2014-12-19 11:56:05 +01:00
Kévin Roussel
892268d74b
Ensure only GIE bit is touched in splx_()
2014-12-19 11:11:15 +01:00
Kévin Roussel
07b170595c
Ensure interrupts are enabled before going in low-power mode
2014-12-19 11:11:14 +01:00
Kévin Roussel
91fd567c8f
Use custom assembly code instead of MSP GCC primitives for dINT()/eINT()
...
and all other functions that enable or disable interrupts
2014-12-19 11:11:14 +01:00
Kévin Roussel
f9b0df7e4b
Use TimerB for 'hwtimer' module implementation
2014-12-19 10:53:12 +01:00
Kévin Roussel
25ac0db606
Robust use of TimerA for 'hwtimer' module
2014-12-19 10:53:12 +01:00
René Kijewski
a76c029eda
x86: Fix make term
for BOARD=qemu-i386
...
Fixes #2184 .
QEMU has changed its command line arguments.
2014-12-19 08:53:50 +01:00
Martine Lenders
8f65d26769
Merge pull request #2154 from authmillenon/tests/cq/remove-do-while-0
...
tests: remove do-while(0) blocks for netdev tests or comment on them
2014-12-19 08:20:16 +01:00
Martine Lenders
c991f3dcec
tests: remove do-while(0) blocks for netdev tests or comment on them
2014-12-19 08:19:56 +01:00
René Kijewski
5f29fed076
core: introduce msg_sent_by_int()
...
msg_send_int() sets `m->sender_pid = target_pid`. This was used to flag a
message as having been sent by an ISR.
This PR introduces a static inline function `msg_sent_by_int()` and a
specific define for this purpose.
2014-12-18 23:04:03 +01:00
Oleg Hahm
a17d89fbed
Merge pull request #1619 from rousselk/msp430-hwtimer-16bit
...
Only use 16 significative bits for MSP430 hwtimers
2014-12-18 18:49:02 +01:00
Ludwig Ortmann
695d702b4f
Merge pull request #2212 from Lotterleben/fix_ipv6_iface_set_routing_provider
...
exclude ``ipv6_iface_set_routing_provider()`` from ``#ifdef MODULE_RPL``...
2014-12-17 19:03:47 +01:00
Thomas Eichinger
ca53077e3c
Merge pull request #1998 from Troels51/samr21-hwtimer-fix
...
samr21: 32 hwtimer
2014-12-17 17:29:36 +01:00
Hauke Petersen
3a2867fa50
Merge pull request #2179 from PeterKietzmann/adapt_srf08_ultrasonic_driver
...
drivers/srf08: improved and adapted ultrasonic ranger driver to general i2c interface
2014-12-17 15:41:20 +01:00
PeterKietzmann
46fdcf64c1
drivers/srf08: initial import of the updated ultrasonic driver
2014-12-17 15:37:25 +01:00
Troels Hoffmeyer
7124ec6258
samr21: implemented 32 bit hwtimer
2014-12-17 14:44:54 +01:00
Ludwig Ortmann
b8b50e8579
Merge pull request #2210 from Lotterleben/fix_sixlowpan_typos
...
fix typos in ip.h, mac.h, ndp.h and types.h
2014-12-17 12:32:35 +01:00
Lotte Steenbrink
743146a803
fix typos in ip.h, mac.h, ndp.h and types.h
2014-12-17 03:29:37 -08:00
Kévin Roussel
1fb12b770e
Reduce variable scope in init function
2014-12-17 12:21:16 +01:00
Kévin Roussel
d101b30dd8
Make hwtimer_spin() work even with interrupts disabled
...
by using only 16 significative bits on MSP430 hardware timers
2014-12-17 12:21:07 +01:00
Ludwig Ortmann
2feb6423a7
Merge pull request #2208 from Lotterleben/cbor_add_define_parentheses
...
add parentheses to ENABLE_DEBUG in CBOR_NO_PRINT
2014-12-17 12:06:37 +01:00
Lotte Steenbrink
1bd60400f0
add parentheses to ENABLE_DEBUG in CBOR_NO_PRINT
2014-12-17 03:03:33 -08:00
Thomas Eichinger
5689a7d218
Merge pull request #1997 from Troels51/samr21-transceiver-port
...
samr21: implemention of transceiver via spi
2014-12-17 11:56:37 +01:00
Lotte Steenbrink
a8b3c9f535
exclude `ipv6_iface_set_routing_provider()
from
#ifdef MODULE_RPL
` so that other routing protocols can use it too.
2014-12-17 02:09:09 -08:00
Ludwig Ortmann
2ec5f9daf6
Merge pull request #2205 from LudwigOrtmann/periph-rtc-doc
...
periph/rtc: move struct tm note to the top
2014-12-17 10:44:48 +01:00
Ludwig Ortmann
624ef19dd7
Merge pull request #2193 from LudwigOrtmann/libfixmath-test
...
Revert "tests: don't build test/libfixmath on Travis CI"
2014-12-17 10:38:02 +01:00
Hauke Petersen
765c4f38e5
Merge pull request #2201 from BytesGalore/mbed_lpc1768_uartUSB
...
board/mbed_lpc1768 changed the serial device to UART0
2014-12-17 10:35:03 +01:00
Ludwig Ortmann
c070afb883
periph/rtc: move struct tm note to the top
...
The remark is valid for the whole interface, not just `rtc_get_time`.
2014-12-17 09:58:54 +01:00
Ludwig Ortmann
a7f7d7e516
Revert "tests: don't build test/libfixmath on Travis CI"
...
This reverts commit f061d0214e
.
2014-12-17 09:47:43 +01:00
BytesGalore
c40e5267a6
board/mbed_lpc1768 changed the serial device to UART0
...
-> enables USB/serial communication
2014-12-17 07:27:28 +01:00
Martine Lenders
5c9d749649
Merge pull request #2204 from authmillenon/riot_and_cpp/fix/not-link-stm32f0discovery
...
riot_and_cpp: do not link on build tests for stm32f0discovery
2014-12-16 21:31:55 +01:00
Martine Lenders
58e8b75fc7
riot_and_cpp: do not link on build tests for stm32f0discovery
2014-12-16 21:31:03 +01:00
Ludwig Ortmann
e7f6f640f6
Merge pull request #2060 from OlegHahm/periph_rtc
...
drivers: Adapt old platforms to periph rtc
2014-12-16 18:56:59 +01:00
Troels Hoffmeyer
33ef43c8e2
samr21: implemented transceiver via spi, gpio changes
2014-12-16 17:43:30 +01:00
Oleg Hahm
124c13bbab
pttu: add periph_rtc also to this MSB-A2 variant
2014-12-16 17:02:44 +01:00
Oleg Hahm
f7b197007d
travis: make travis happy for empty header files
2014-12-16 17:02:44 +01:00