Hauke Petersen
edea23299b
boards: added CLOCK defines to NRF based boards
2014-11-12 13:17:41 +01:00
Hauke Petersen
2278e72952
cpu/nrf51822: added HFCLK initialization
2014-11-12 13:17:13 +01:00
Thomas Eichinger
f53dd860f0
Merge pull request #2000 from OlegHahm/ieee802154_transceiver_ignore
...
transceiver: fix ignore command for 802.15.4 radios
2014-11-12 12:33:20 +01:00
René Kijewski
6610eb3c53
Merge pull request #2001 from OlegHahm/oneway_calloc_signature
...
oneway-malloc: fix prototype for calloc
2014-11-12 06:40:46 +01:00
Oleg Hahm
c9bb6361fe
ccn-lite: use always ccnl_malloc
2014-11-11 21:51:52 +01:00
Oleg Hahm
2657289d5c
oneway-malloc: fix prototype for calloc
...
The prototype differs from stdlib
2014-11-11 21:50:28 +01:00
René Kijewski
a07b44781d
C++ -_-
2014-11-11 21:07:40 +01:00
Oleg Hahm
78694ea52b
transceiver: fix ignore command for 802.15.4 radios
2014-11-11 19:48:43 +01:00
René Kijewski
30898af1ca
Merge pull request #1999 from LudwigOrtmann/sched_debug_unify
...
core/sched: unify DEBUG text syntax, nomenclature
2014-11-11 18:35:58 +01:00
Ludwig Ortmann
e4fec18bdc
core/sched: unify DEBUG text syntax, nomenclature
2014-11-11 17:55:09 +01:00
René Kijewski
ab545f83b0
core: inline cib.c
...
The functions in `cib.h` are only used in `msg.c`. They are very small,
and proper function calls have a bigger overhead than inlining these
functions.
The difference in .text size (worst to best):
```
+104 native
+69 qemu-i386
+32 mbed_lpc1768
+28 samr21-xpro
-54 chronos
-54 z1
-56 iot-lab_M3
-56 msb-430
-56 msb-430h
-56 msba2
-56 openmote
-56 spark-core
-56 telosb
-56 wsn430-v1_3b
-56 wsn430-v1_4
-58 arduino-mega2560
-60 airfy-beacon
-60 arduino-due
-60 f4vi1
-60 msbiot
-60 pca10000
-60 pca10005
-60 stm32f0discovery
-60 stm32f3discovery
-60 stm32f4discovery
-60 udoo
-60 yunjia-nrf51822
-72 avsextrem
-72 pttu
-120 redbee-econotag
```
2014-11-11 17:40:18 +01:00
René Kijewski
f23771c6fe
tests: extend cib unittest
2014-11-11 17:39:40 +01:00
René Kijewski
b579372605
Merge pull request #1962 from Kijewski/sched-fix-debug-1
...
core: sched.c did not compile with DEBUG=1
2014-11-11 17:01:49 +01:00
Oleg Hahm
4a93a261b4
net: l2_ping uses radio_packet_t instead of packet_info_t
2014-11-11 16:59:06 +01:00
Oleg Hahm
32638bb3fc
iot-lab_M3: flashing works fine w/o device_desc
2014-11-11 16:45:50 +01:00
Thomas Eichinger
290ff80677
Merge pull request #1981 from locicontrols/update-cca
...
boards/cc2538dk: allow the application's makefile to override UPDATE_CCA
2014-11-11 16:05:31 +01:00
Hauke Petersen
ee3e9dd3bc
Merge pull request #1482 from haukepetersen/fix_sam3x_finished_uart
...
cpu/sam3x: completed low-level UART driver
2014-11-11 15:25:22 +01:00
Oleg Hahm
c692b3a00a
net: move ping to sys/net
...
* moved the former ping module from `sys` to `sys/net/link_layer` and renamed to l2_ping
* use defaulttransceiver instead of cc110x
* some refactoring
2014-11-11 15:03:40 +01:00
Oleg Hahm
bab89e28c4
Merge pull request #1971 from Kijewski/assert-macros
...
embunit: fix macros
2014-11-11 13:08:26 +01:00
Hauke Petersen
dc79675888
cpu/sam3x8e: made UART0 work by editing syscalls
2014-11-11 13:05:43 +01:00
Hauke Petersen
778d00b629
board/udoo: added missing UART defines
...
- added defines to periph_conf.h
- added UART feature to Makefile.features
2014-11-11 13:05:43 +01:00
Hauke Petersen
83b43a892c
Merge pull request #1991 from haukepetersen/fix_artuinodue_periphconf
...
board/arduino-due: removed newlines in periph_conf
2014-11-11 13:05:20 +01:00
Hauke Petersen
3b193b99b5
board/arduino-due: added missing UART defines
...
- added port defines to periph_conf.h
- added feature to Makefile.features
2014-11-11 13:05:02 +01:00
Hauke Petersen
3c9c95f7b1
cpu/sam3x8e: added interrupt mode to uart driver
2014-11-11 13:05:02 +01:00
Martine Lenders
54826c69d7
Merge pull request #1990 from Kijewski/avr-ssize_t
...
avr: define ssize_t
2014-11-11 13:01:24 +01:00
Thomas Eichinger
5e542da871
Merge pull request #1992 from haukepetersen/add_udoo_random
...
board/udoo: added RNG configuration
2014-11-11 12:10:19 +01:00
Oleg Hahm
104bab9a83
Merge pull request #1986 from Kijewski/smaller-sys_makefile
...
make: easify {sys,drivers}/Makefile
2014-11-11 12:01:30 +01:00
Hauke Petersen
cab402b62e
board/udoo: added RNG configuration
2014-11-11 11:46:49 +01:00
Hauke Petersen
131c3cb35b
board/arduino-due: removed newlines in periph_conf
2014-11-11 11:44:12 +01:00
René Kijewski
23177e5326
Remove special case for atmega in kernel_types.h
2014-11-11 11:42:44 +01:00
René Kijewski
fdb1190cfa
avr: define ssize_t
2014-11-11 10:45:56 +01:00
René Kijewski
a5e26402ed
Merge pull request #1988 from BytesGalore/riot_and_cpp_blacklist_to_required_feature
...
examples/riot_and_cpp: exchanged BOARD_BLACKLIST with FEATURES_REQUIRED
2014-11-11 10:09:21 +01:00
BytesGalore
178b36ae0b
exchanged BOARD_BLACKLIST with FEATURES_REQUIRED in the example Makefile
...
added cpp as feature for board native
2014-11-11 09:52:06 +01:00
René Kijewski
9a15a6def5
make: easify {sys,drivers}/Makefile
...
Currently you need to add every new sys and driver module into the
respective Makefile. This requires rebasing if another module was merged
in the meantime.
This PR allows you to omit the entry to {sys,drivers}/Makefile, if the
subfolder has the same name as the module name, which should be sensible
in most cases.
2014-11-11 09:26:37 +01:00
Oleg Hahm
964d77863f
Merge pull request #1978 from OlegHahm/msg_send_int_set_pid
...
core: always set sender_pid in msg_send_int
2014-11-11 00:15:42 +01:00
Oleg Hahm
04253cf89a
Merge pull request #1980 from OlegHahm/coverity_fixes
...
net: fixes some finding from coverity
2014-11-11 00:07:43 +01:00
Oleg Hahm
55448c656d
Merge pull request #1982 from locicontrols/custom-linkerscript
...
Allow the application's makefile to specify a custom linker script
2014-11-10 22:24:45 +01:00
Oleg Hahm
e93d030058
net: fix buffer overrun in socket initialization
2014-11-10 21:33:11 +01:00
René Kijewski
08810d605b
embunit: fix macros
2014-11-10 20:50:50 +01:00
Ian Martin
7bbdbcc7cb
Allow the application's makefile to specify a custom linker script, for example:
...
LINKERSCRIPT = custom-linkerscript.ld
2014-11-10 14:28:35 -05:00
Ian Martin
93290ddec1
boards/cc2538dk: allow the application's makefile to override the UPDATE_CCA parameter, for example:
...
CFLAGS += -DUPDATE_CCA=0
2014-11-10 14:14:46 -05:00
Oleg Hahm
037571445c
Merge pull request #1974 from OlegHahm/cleanup_licenses
...
licenses: fix miss-spelled & missing boiler plates
2014-11-10 19:53:40 +01:00
Oleg Hahm
39abba1bc2
licenses: fix miss-spelled & missing boiler plates
2014-11-10 18:59:55 +01:00
Oleg Hahm
d1d8972b0c
6lowpan: do not overrun in context_remove
2014-11-10 15:33:49 +01:00
Oleg Hahm
ebfaa85f0c
net_if: fix buffer overruns
2014-11-10 15:33:48 +01:00
Oleg Hahm
365bfd81af
IPv6: allow complete in ipv6_addr_init_prefix
...
If the specified prefix is a full IPv6 address, no bits remain.
Fixes a possible buffer overrun.
2014-11-10 15:33:48 +01:00
Oleg Hahm
b96b995d76
6lowpan: fix buffer overrun in decompression
2014-11-10 15:33:48 +01:00
Oleg Hahm
e06dce55b1
6lowpan: free fragment buffer in error case
2014-11-10 15:33:48 +01:00
Hauke Petersen
6cc4a7a6eb
Merge pull request #1956 from haukepetersen/fix_stm32f0_timer
...
cpu/stm32f0: fixed low-level timer driver
2014-11-10 13:58:41 +01:00
Martine Lenders
f6a1cbcf29
Merge pull request #1977 from authmillenon/nativenet-include
...
nativenet: add missing include
2014-11-10 13:30:31 +01:00