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
Joakim Gebart
390b8394d6
msba2: Use --gc-sections when linking.
...
- Add `-Wl,--gc-sections` to LDFLAGS
- Add `-fdata-sections` and `-ffunction-sections` to CFLAGS
- Update lpc2387 linker script to keep the isr vector and init
sections when garbage collecting.
- Keep .ctors and .dtors sections (similar to what binutils default
linker script does when building for Linux targets)
Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2014-12-17 11:37:58 +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
Oleg Hahm
60cd0d357d
periph_rtc: streamline lpc2387 and cc430 naming
2014-12-16 17:02:44 +01:00
Oleg Hahm
849580a9c9
cpu: lpc2387: further rtc cleanup
2014-12-16 17:02:44 +01:00
Oleg Hahm
587920cc49
cpu: remove superfluous gettimeofday functions
2014-12-16 17:02:44 +01:00
Oleg Hahm
93cf446b55
rtc: cleanup of lpc2387-rtc implementation
2014-12-16 17:02:44 +01:00
Oleg Hahm
498edb1854
cc430: lpc2387: switch to new periph/rtc interface
...
Removes the old interface.
2014-12-16 17:02:44 +01:00
Oleg Hahm
ed54a5765a
boards: created periph-conf.h for remaining boards
2014-12-16 17:02:44 +01:00
Hauke Petersen
652abe7517
Merge pull request #2168 from haukepetersen/add_lpc1768_timer
...
cpu/lpc1768: added basic timer implementation
2014-12-16 16:56:49 +01:00
Hauke Petersen
78eed22dd2
cpu/lpc1768: added basic timer implementation
2014-12-16 16:57:31 +01:00
Hauke Petersen
54ca0b9a65
board/mbed_lpc1768: added timer definitions
2014-12-16 16:57:31 +01:00
Hauke Petersen
216de4c473
Merge pull request #2202 from haukepetersen/fix_driver_timerdoc
...
driver/timer: adjusted doxygen for speed value
2014-12-16 16:48:51 +01:00
Hauke Petersen
f80c4a4d7e
driver/timer: adjusted doxygen for speed value
2014-12-16 16:36:36 +01:00
Ludwig Ortmann
ca36e9c4a7
sys/shell: refactor _parse_time
2014-12-16 16:15:17 +01:00
Ludwig Ortmann
8ec17560e4
examples/default: use periph/rtc instead of rtc
...
The rtc module is deprecated and will be removed.
2014-12-16 16:09:15 +01:00
Ludwig Ortmann
3729789dc3
sys/shell: use more common libc calls
...
use strtol instead of sscanf
use plain printf instead of asctime
2014-12-16 16:08:49 +01:00
Ludwig Ortmann
4942882949
sys/shell: rewrite rtc command for periph/rtc
2014-12-16 16:07:01 +01:00
Ludwig Ortmann
2ec0a1ca02
native/rtc: apply naming conventions
2014-12-16 15:46:56 +01:00
Ludwig Ortmann
474c8afd93
native/rtc: define ENABLE_DEBUG, move include
2014-12-16 15:41:51 +01:00
Ludwig Ortmann
17d2f57473
Merge pull request #2200 from haukepetersen/fix_i2c_doc
...
driver/i2c: additional docu for pull resistors
2014-12-16 15:36:34 +01:00
Hauke Petersen
f3de73fe54
driver/i2c: additional docu for pull resistors
2014-12-16 15:17:42 +01:00
Hauke Petersen
01c558146f
Merge pull request #2199 from PeterKietzmann/adapt_i2c_doc
...
doc: extend i2c description for pull-up
2014-12-16 12:37:33 +01:00
Ludwig Ortmann
ad14b60fe7
Merge pull request #1958 from Kijewski/sched_switch-on-run-queue
...
core: `sched_switch()` switch if not on runqueue
2014-12-16 11:41:39 +01:00
Oleg Hahm
e64ab2aed5
Merge pull request #2024 from OlegHahm/ccnl_802154
...
ccn-lite: fixes for working with IEEE 802.15.4 radios
2014-12-16 11:03:20 +01:00
PeterKietzmann
aab94e50f9
doc: extend i2c description for pull-up
2014-12-16 10:54:31 +01:00
Oleg Hahm
5d42cfc982
Merge pull request #2192 from BytesGalore/rpl_addition_to_readme
...
examples:rpl_udp updated `README.md` on using the build parameters
2014-12-16 09:47:33 +01:00
BytesGalore
b8948740e1
examples:rpl_udp updated README.md
on using the build parameters
2014-12-16 09:42:45 +01:00
Oleg Hahm
1bd4b1b407
ccnl: convert C++ comments into C style comments
2014-12-16 09:35:46 +01:00
Oleg Hahm
ee386a4778
ccn: add line breaks if limit was exceeded
2014-12-16 09:35:44 +01:00
Oleg Hahm
a3d2f4a777
ccnl: fix argument passing in example app
2014-12-16 09:34:57 +01:00
Oleg Hahm
5cf625fc03
ccnl: adapt for 802154 devices
2014-12-16 09:34:56 +01:00
Thomas Eichinger
29c5822e02
Merge pull request #2016 from bapclenet/master
...
cpu/samd21: I2C driver implementation (Master mode)
2014-12-15 16:58:19 +01:00
René Kijewski
f0e31ef174
Merge pull request #2196 from thomaseichinger/fix_color_echo
...
make: migrate OS variable for COLOR_ECHO too
2014-12-15 16:28:16 +01:00
Thomas Eichinger
d7d45482af
make: migrate OS variable for COLOR_ECHO too
2014-12-15 16:16:44 +01:00
Ludwig Ortmann
d61a91fafe
Merge pull request #2170 from LudwigOrtmann/native-bswap
...
native: workaround for missing __builtin_bswap16
2014-12-15 11:40:44 +01:00