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

11517 Commits

Author SHA1 Message Date
Leon M. George
c8985056e9 tests/unittests: cc2650stk insufficient memory 2016-04-18 19:00:50 +02:00
Leon M. George
3b240ff7ec tests/thread_cooperation: cc2650stk insufficient memory 2016-04-18 19:00:49 +02:00
Leon M. George
fc668c4857 examples/gnrc_border_router: cc2650stk insufficient memory 2016-04-18 19:00:49 +02:00
Florent-Valéry
15066e0418 cpu/cc26x0: cpu_clock_init() implementation 2016-04-18 19:00:49 +02:00
Leon M. George
cc954761b3 boards: add cc2650stk 2016-04-18 19:00:49 +02:00
Leon M. George
475fb6f84d cpu: add CC26x0-family 2016-04-18 19:00:49 +02:00
Ian Martin
963f8a495d sys/xtimer: eliminate XTIMER_SHIFT_ON_COMPARE 2016-04-18 12:06:20 -04:00
Martine Lenders
1750e1bad8 core: mutex: piggy-back some style fixes 2016-04-18 17:23:55 +02:00
Martine Lenders
f86bf8c9cd gnrc_rpl: use non-stack variable for link-local matching 2016-04-18 17:14:27 +02:00
4b25c0fd76 dist: tools: build_and_test.sh: add "host" buildtest group 2016-04-18 13:51:05 +02:00
aee0eeeb99 dist: tools: add makefile 2016-04-18 13:51:05 +02:00
Joakim Nohlgård
e6183f3041 boards/mulle: PTA17 analog input is on ADC1 module 2016-04-18 11:41:38 +02:00
Yonezawa-T2
bea5eacea2 xbee: fixed broadcast header
Destination address is at tx_buf[5] and tx_buf[6] rather than tx_buf[4] and
tx_buf[5].

Broadcast header is overridden by following code mistakenly.
2016-04-18 10:21:15 +09:00
Yonezawa-T2
4f864b0ec8 xbee: fixed missing unlocks 2016-04-18 10:20:52 +09:00
kYc0o
4f3a40fb74 Merge pull request #5313 from kYc0o/cc2538dk_small_uart_fix
boards/cc2538dk: fix wrong UART CTS and RTS pins
2016-04-18 00:18:10 +02:00
Martine Lenders
f90b607180 Merge pull request #5320 from cgundogan/pr/shell/icmpv6_without_nc
shell: icmpv6_echo: guard call to *_nc_still_reachable
2016-04-17 16:32:19 +02:00
Oleg Hahm
8690a888f5 Merge pull request #5295 from OlegHahm/msg_init_queue_assert
core: assert correct msq queue size on creation
2016-04-17 14:49:54 +02:00
Martine Lenders
85dfed3249 Merge pull request #5283 from kaspar030/make_msg_use_list
core: msg: use new list instead of priority_queue
2016-04-17 14:48:50 +02:00
Martine Lenders
d64b922db0 Revert "gnrc ipv6: replace check by assert"
This reverts commit 856e1ee0d2.
2016-04-17 14:06:54 +02:00
Martine Lenders
9789eb249e Revert "doc: mandatory netif snip for gnrc_ipv6 receive()"
This reverts commit f15e038efe.
2016-04-17 14:06:41 +02:00
Oleg Hahm
bb35913840 core: assert correct msq queue size on creation
The return value was never checked. Hence, this runtime check was rather
pointless. Better assert the correct size during development.
2016-04-17 13:55:21 +02:00
Martine Lenders
ccb4521599 core: allow DEBUG in mutex.c to run without DEVELHELP 2016-04-17 13:38:49 +02:00
Hauke Petersen
0aa0eba593 Merge pull request #5323 from haukepetersen/add_saul_unittest
test: added unittests for the SAUL registry
2016-04-15 16:15:29 +02:00
Cenk Gündoğan
1e6b2bcd5d trickle: uses random.h and includes some enhancements 2016-04-15 15:30:28 +02:00
Hauke Petersen
e2fe3cc504 test: added unittests for the SAUL registry 2016-04-15 15:07:49 +02:00
Hauke Petersen
190c144ac6 sys/saul_reg: fixed return value for rm() 2016-04-15 15:06:25 +02:00
Hauke Petersen
26ce9cd95a Merge pull request #5251 from cgundogan/pr/pkg/openwsn
pkg/openwsn: prevent build loop
2016-04-15 12:36:37 +02:00
Cenk Gündoğan
2d8c3b47df shell: icmpv6_echo: guard call to *_nc_still_reachable 2016-04-14 22:05:23 +02:00
Baptiste
0215b08998 SAMD21/GPIO driver: Add missing interrupts 2016-04-14 20:06:36 +02:00
e6d90e33ce Merge pull request #5317 from haukepetersen/fix_ethos_compileerrors
dist/ethos: fixed compile warnings
2016-04-14 18:18:29 +02:00
Hauke Petersen
78f212c9d8 dist/ethos: fixed compile warnings
- checking return values of each write() call
- chack return value of system() call
2016-04-14 17:31:49 +02:00
kYc0o
e48079fa3f boards/cc2538dk: fix wrong UART CTS and RTS pins 2016-04-14 12:10:59 +02:00
kYc0o
699410efc8 Merge pull request #5124 from locicontrols/fixes
cpu/cc2538: fix build errors when UART1 or the 32 kHz crystal is enabled
2016-04-14 12:00:53 +02:00
kYc0o
998c4ab48c Merge pull request #4996 from kYc0o/br_readme
examples/gnrc_border_router: Add ethos and start_network.sh to README.md
2016-04-14 11:55:55 +02:00
kYc0o
6d7f3aee18 examples/gnrc_border_router: Add ethos and start_network.sh to README.md 2016-04-14 11:53:13 +02:00
DipSwitch
f2c320dd03 Merge pull request #5306 from kaspar030/fix_gnrc_ipv6_netif_is_wired
sys: net: gnrc: fix IS_WIRED netopt call
2016-04-13 22:22:56 +02:00
Oleg Hahm
6c817c888e Merge pull request #5308 from haukepetersen/fix_dri_makedep_dhtfeature
drivers/Makefile.dep: fixed FEATURE_REQ assignments
2016-04-13 17:27:06 +02:00
Hauke Petersen
25935bf95f drivers/Makefile.dep: fixed FEATURE_REQ assignments 2016-04-13 16:47:00 +02:00
kYc0o
e6d15f2d36 Merge pull request #5224 from haukepetersen/fix_periph_undef
drivers/periph: fixed UNDEF values to UINT_MAX
2016-04-13 16:39:59 +02:00
René Kijewski
340e3fff70 Merge pull request #5250 from yogo1212/multiboot_doxy
boards/multiboot: close doxy group
2016-04-13 16:19:57 +02:00
592558ff33 sys: net: gnrc: fix IS_WIRED netopt call 2016-04-13 15:22:36 +02:00
Oleg Hahm
52690178a0 Merge pull request #5240 from basilfx/feature/si70xx_improvements
drivers: si70xx: result bugfixes
2016-04-13 15:07:12 +02:00
Bas Stottelaar
cf5e4c8fb6 drivers: si70xx: bugfixes + test improvements 2016-04-13 13:27:09 +02:00
Hauke Petersen
df574d6f2d Merge pull request #5231 from malosek/si70xx_driver_fix
drivers: si70xx: fixed left shift compiler warning for 16bit platforms
2016-04-13 13:13:24 +02:00
Hauke Petersen
5fe57b4659 Merge pull request #4725 from kaspar030/ethos_br_hack
simplified border router setup
2016-04-12 17:39:07 +02:00
Joakim Nohlgård
690b505a7a Merge pull request #4938 from LudwigKnuepfer/pr/fletcher-unittest
unittests: add fletcher* tests
2016-04-12 08:46:39 +02:00
Cenk Gündoğan
e7b86361e2 cib: check (write > read) explicitly 2016-04-12 08:06:13 +02:00
44db7bbef3 Merge pull request #5262 from DipSwitch/pr/fix_struct_naming
cleanup: Remove ambigious _t postfixes in struct names
2016-04-11 22:54:49 +02:00
Leon M. George
41e0db48cd boards/multiboot: close doxy group 2016-04-11 22:42:54 +02:00
DipSwitch
21edec412a posix: Remove _t from struct names 2016-04-11 21:46:54 +02:00