Ludwig Ortmann
|
fb75b65df7
|
periph/rtt: fix documentation
Fix some typos, grammar and style.
|
2014-11-19 17:04:20 +01:00 |
|
Oleg Hahm
|
459f550be5
|
Merge pull request #2042 from Kijewski/restrict
c++: `s/restrict/__restrict/`
|
2014-11-19 15:29:23 +01:00 |
|
Ludwig Ortmann
|
6eaaac6372
|
Merge pull request #2041 from LudwigOrtmann/native-random
native: peripheral random interface
|
2014-11-19 06:25:39 -08:00 |
|
Oleg Hahm
|
771b3a4506
|
Merge pull request #1984 from Kijewski/net_help-is-odd
core: move NTOHL and friends into byteorder.h
|
2014-11-19 15:11:43 +01:00 |
|
René Kijewski
|
f89e1f4a3d
|
c++: s/restrict/__restrict/
`restrict` is not a keyword in C++, but `__restrict` is understood by
GCC-ish compilers.
|
2014-11-19 14:27:19 +01:00 |
|
Ludwig Ortmann
|
3d9003f18a
|
tests/periph_random: fix warnings, conventions
|
2014-11-19 14:26:58 +01:00 |
|
Ludwig Ortmann
|
adb24b06b8
|
native: add random peripheral implementation
|
2014-11-19 14:26:58 +01:00 |
|
Ludwig Ortmann
|
d8641ff525
|
native: add random syscalls
|
2014-11-19 14:26:58 +01:00 |
|
René Kijewski
|
3ea777ff14
|
Merge pull request #2017 from kaspar030/move_ringbuffer_to_core
Move ringbuffer to core
|
2014-11-19 14:22:16 +01:00 |
|
|
9ce0b676b4
|
core: sys: move ringbuffer to core
|
2014-11-19 14:18:39 +01:00 |
|
Ludwig Ortmann
|
e6b08b004c
|
Merge pull request #2038 from N8Fear/cppcheck
cppcheck: suppress unusedStructMembers by default
|
2014-11-19 04:20:20 -08:00 |
|
Hauke Petersen
|
b8b9341dbe
|
Merge pull request #2040 from haukepetersen/fix_mbed_makefile
board/mbed_lpc1768: cleaned up Makefile.include
|
2014-11-19 12:57:52 +01:00 |
|
Hinnerk van Bruinehsen
|
c2a30f1e49
|
lint: remove unusedStructMember supressions
|
2014-11-19 11:22:49 +01:00 |
|
Hinnerk van Bruinehsen
|
edd948c176
|
dist: default cppcheck to ignore unusedStructMember
|
2014-11-19 11:22:42 +01:00 |
|
Hauke Petersen
|
b4327e491c
|
board/mbed_lpc1768: cleaned up Makefile.include
|
2014-11-19 11:17:56 +01:00 |
|
René Kijewski
|
2c370862b7
|
core: allow inclusion of byteorder.h in C++ code
|
2014-11-19 00:47:25 +01:00 |
|
René Kijewski
|
c85610437b
|
sys: use byteorder.h in cbor.c
|
2014-11-19 00:46:45 +01:00 |
|
René Kijewski
|
434d6a1f65
|
core: move NTOHL and friends into byteorder.h
|
2014-11-19 00:46:41 +01:00 |
|
Oleg Hahm
|
73dddfb601
|
Merge pull request #1635 from thomaseichinger/import_agilefox
boards: initial import for HiKoB Agilefox
|
2014-11-18 19:44:24 +01:00 |
|
Hauke Petersen
|
cff1dfc32d
|
Merge pull request #2034 from haukepetersen/fix_mbed_cpp
board/mbed_lpc1768: enabled C++ support
|
2014-11-18 19:43:42 +01:00 |
|
Hauke Petersen
|
6cb72c273d
|
board/mbed_lpc1768: enabled C++ support
|
2014-11-18 19:23:19 +01:00 |
|
BytesGalore
|
b5435fa707
|
Merge pull request #2031 from haukepetersen/fix_sam3x_cpp
ACK then ;)
and go!
|
2014-11-18 18:38:00 +01:00 |
|
Hauke Petersen
|
92f5b150b6
|
cpu/lpc1768: made _kill(_r) syscalls weak
|
2014-11-18 18:34:30 +01:00 |
|
Hauke Petersen
|
fdbf6720c3
|
boards: enabled C++ for arduino-due and udoo
|
2014-11-18 18:11:25 +01:00 |
|
Hauke Petersen
|
e7f2e04a6a
|
cpu/sam3x8e: made _kill(_r) syscalls weak
|
2014-11-18 18:10:15 +01:00 |
|
Ludwig Ortmann
|
fff57484eb
|
Merge pull request #2028 from haukepetersen/fix_riotandcpp_makefile
examples/riot_and_cpp: cleanup in Makefile
|
2014-11-18 08:45:10 -08:00 |
|
Thomas Eichinger
|
256ce73d2c
|
boards: initial import for HiKoB fox
|
2014-11-18 17:24:47 +01:00 |
|
Hauke Petersen
|
63455f7dd9
|
examples/riot_and_cpp: cleanup in Makefile
removed some deprecated comments about C++
|
2014-11-18 16:56:20 +01:00 |
|
Martine Lenders
|
4d674ef107
|
Merge pull request #2019 from authmillenon/cleanup-net_help
net_help: Cleanup
|
2014-11-18 16:41:20 +01:00 |
|
Martine Lenders
|
c9219b87d6
|
net_help: prefix csum properly and add documentation
|
2014-11-18 14:59:37 +01:00 |
|
Hauke Petersen
|
594d9251c9
|
Merge pull request #1987 from BytesGalore/EasyCPPMixing_stm32f0discovery_support_fix
cpu/stm32f0 C++ stmf0discovery support fix
|
2014-11-17 18:21:19 +01:00 |
|
Hauke Petersen
|
d1e57faf34
|
Merge pull request #1994 from BytesGalore/EasyCPPMixing_samr21_xpro_support_fix
cpu/samd21 C++ samr21-xpro support fix
|
2014-11-17 18:20:50 +01:00 |
|
Martine Lenders
|
d4e651ad8b
|
Merge pull request #2015 from LudwigOrtmann/native_real-accept
native: add missing syscall declarations
|
2014-11-17 17:40:32 +01:00 |
|
Oleg Hahm
|
9cf42d587f
|
Merge pull request #2002 from OlegHahm/ccnl_malloc_all_over
ccn-lite: use always ccnl_malloc
|
2014-11-17 16:01:31 +01:00 |
|
Ludwig Ortmann
|
3e5ace259b
|
Merge pull request #2020 from LudwigOrtmann/native_daemonize_filter
native: add daemonize argv filter
|
2014-11-17 04:47:05 -08:00 |
|
Ludwig Ortmann
|
8d2a5b22b4
|
native: add daemonize argv filter
When daemonizing, only the first instance should do so.
|
2014-11-17 12:51:42 +01:00 |
|
Hauke Petersen
|
bb347e0a30
|
Merge pull request #1989 from BytesGalore/EasyCPPMixing_stm32f3discovery_support_fix
cpu/stm32f3 C++ stm32f3discovery support fix
|
2014-11-17 11:21:04 +01:00 |
|
Ludwig Ortmann
|
42e43d5e12
|
FIXUP: remove erroneous comment
|
2014-11-17 09:56:03 +01:00 |
|
Martine Lenders
|
4d82c2c646
|
net_help: remove IPV6_CMP_ADDR macro
Used nowhere; alternative: ipv6_addr_is_equal(), since other use-cases
(is an IPv6 address smaller than the other) are not applicable anyway.
|
2014-11-17 09:42:07 +01:00 |
|
Martine Lenders
|
53eaa4feb8
|
net_help: remove printArrayRange()
The od module does the same, much less specialized, much more
sophisticated.
|
2014-11-17 09:39:45 +01:00 |
|
Christian Mehlis
|
d56ebcbff2
|
Merge pull request #1932 from haukepetersen/fix_nrf_isrstacksize
cpu/nrf51822: changed ISR stack size to 512 byte
|
2014-11-16 17:44:20 +01:00 |
|
Ludwig Ortmann
|
acaa6481cb
|
native: add more syscall declarations
|
2014-11-14 20:52:17 +01:00 |
|
Ludwig Ortmann
|
a1b530a98d
|
native: shutdown -> native_shutdown
|
2014-11-14 20:51:34 +01:00 |
|
Ludwig Ortmann
|
641cb4c488
|
native: add accept syscall declaration
|
2014-11-14 17:49:56 +01:00 |
|
BytesGalore
|
8060825c81
|
cpu/stm32f3: c++: initial support for c++, added _kill (weak) and weak attribute for _kill_r
boards/stm32f3discovery: provided c++ feature (cpp)
|
2014-11-14 13:26:15 +01:00 |
|
BytesGalore
|
3154bc8bc5
|
cpu/stm32f0: c++: initial support for c++, added _kill (weak) and weak attribute for _kill_r
boards/stm32f0discovery: provided c++ feature (cpp)
|
2014-11-14 13:25:02 +01:00 |
|
BytesGalore
|
ae3492b017
|
cpu/samd12: c++: initial support for c++, added _kill (weak) and weak attribute for _kill_r
boards/samr21-xpro: provided c++ feature (cpp)
|
2014-11-14 13:20:54 +01:00 |
|
Hauke Petersen
|
6b33ff1a31
|
Merge pull request #2004 from dangnhat/cpp_for_iot_lab_m3
iot-lab_m3: C++ support
|
2014-11-14 13:00:49 +01:00 |
|
BytesGalore
|
0de260f5a2
|
Merge pull request #1985 from BytesGalore/EasyCPPMixing_stm32f4discovery_support_fix
squashed, changed comment and go.
|
2014-11-14 12:53:22 +01:00 |
|
René Kijewski
|
acf91883b9
|
Merge pull request #2013 from Kijewski/msg-needless-test
core: remove needless test in msg.c
|
2014-11-14 12:16:36 +01:00 |
|