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

12669 Commits

Author SHA1 Message Date
Hauke Petersen
d855cf1ecb sys/auto_init: adapted init code for XBee devices 2017-01-10 11:47:31 +01:00
Hauke Petersen
61378430e2 sys/net/gnrc: added XBee-to-GNRC glue code 2017-01-10 11:47:31 +01:00
Hauke Petersen
83d206e2b0 drivers/xbee: adapted to netdev2 2017-01-10 11:47:31 +01:00
Oleg Hahm
486ca73308 tools: pyterm: properly handle custom output fmt 2017-01-10 11:44:24 +01:00
Vincent Dupont
1a12a40110 boards/nucleo-f042: initial support 2017-01-10 10:34:35 +01:00
Vincent Dupont
83b8495259 cpu/stm32f0: add support for stm32f042x6 mcu 2017-01-10 10:34:18 +01:00
Peter Kietzmann
11a0422b83 Merge pull request #6181 from haukepetersen/opt_lpc11u34_gpio
cpu/lpc11u34: reworked GPIO driver
2017-01-10 09:43:17 +01:00
Peter Kietzmann
d21ede60ce Merge pull request #6256 from haukepetersen/fix_stm32f1_timerconfigs
boards/stm32f1-based: fixed timer configuration
2017-01-10 09:27:59 +01:00
Hauke Petersen
47f245a13d drivers/at86rf2xx: fix buffer-less SPI transfer 2017-01-09 17:47:37 +01:00
Francisco Acosta
a77a08fcf4 Merge pull request #6302 from haukepetersen/opt_test_periphuartnewline
tests/periph_uart: terminate strings with \n
2017-01-09 16:01:08 +01:00
Hauke Petersen
474cf80558 tests/periph_uart: terminate strings with \n 2017-01-09 13:17:44 +01:00
Oleg Hahm
6aeabc0947 Merge pull request #6301 from kaspar030/add_pkg_license_info
pkg: add pkg license information
2017-01-09 13:09:48 +01:00
Oleg Hahm
c5f9f36188 Merge pull request #6295 from OlegHahm/stm32_timer_counter_variable
cpu: stm32: use unsigned as loop counter
2017-01-09 12:10:05 +01:00
Oleg Hahm
3485026a48 cpu: stm32: use unsigned as loop counter 2017-01-09 10:15:20 +01:00
5dd690181b pkg: wakaama: add license information, cleanup 2017-01-09 00:49:38 +01:00
79d2f9e574 pkg: tlsf: add license information 2017-01-09 00:49:38 +01:00
9700e96202 pkg: tinydtls: add license information, cleanup 2017-01-09 00:49:34 +01:00
487e3e9345 pkg: tiny-asn1: add license information, cleanup 2017-01-09 00:49:34 +01:00
e151c03871 pkg: relic: add license information, cleanup 2017-01-09 00:49:34 +01:00
c1e738b743 pkg: oonf_api: add license information, cleanup 2017-01-09 00:49:33 +01:00
e4fddaacf9 pkg: nordic_softdevice_ble: add license information 2017-01-09 00:49:33 +01:00
95ffb22a89 pkg: microcoap: add license information, cleanup 2017-01-08 21:55:46 +01:00
f037cd9a0b pkg: micro-ecc: add license information, cleanup 2017-01-08 21:55:46 +01:00
21a58c9e88 pkg: lwip: add license information, cleanup 2017-01-08 21:55:46 +01:00
0e61f97e9d pkg: libfixmath: add license information, cleanup 2017-01-08 21:55:46 +01:00
c413fca8c7 pkg: libcoap: add license information, cleanup 2017-01-08 21:55:46 +01:00
5468669389 pkg: iotivity: add license information, cleanup 2017-01-08 21:55:46 +01:00
5f9bb4eec9 pkg: emb6: add license information, cleanup 2017-01-08 21:55:46 +01:00
442711ed98 pkg: u8g2: add license information 2017-01-08 21:54:34 +01:00
2178412836 pkg: openwsn: add license information 2017-01-08 21:54:34 +01:00
d448a1567b pkg: nanocoap: add license information 2017-01-08 21:54:34 +01:00
9d89b265de pkg: jsmn: add license information 2017-01-08 21:54:34 +01:00
f3299f5309 pkg: cmsis-dsp: add license information 2017-01-08 21:54:34 +01:00
ab141c77cb pkg: ccn-lite: add license information 2017-01-08 21:54:34 +01:00
aee893fc3f pkg: aversiveplusplus: add license information 2017-01-08 21:54:34 +01:00
BytesGalore
1c8ea7eab2 Merge pull request #6297 from thomaseichinger/pr/fix_doc_base64
sys/base64: fix a documentation confusion
2017-01-08 10:15:54 +01:00
34e44ca4b2 Merge pull request #6263 from kaspar030/remove_unneeded_strings.h
sys: posix: remove strings.h
2017-01-07 09:29:27 +01:00
Thomas Eichinger
95e8d73532 sys/base64: fix a documentation confusion 2017-01-06 11:07:03 -08:00
Francisco Acosta
7b2dc4ff5d Merge pull request #6252 from jthacker/avr_reboot_disable_interrupts
atmega_common: disable interrupts prior to rebooting
2017-01-06 15:29:36 +01:00
Francisco Acosta
1ae6998752 Merge pull request #5677 from gebart/pr/fugly-tunslip6
dist/tools/tunslip: Fix some ugly code
2017-01-06 15:12:39 +01:00
e2ec69c956 boards/nucleo-f401: configure a second UART using USART6 on PA11/PA12 pins 2017-01-06 15:03:08 +01:00
Hauke Petersen
ade8bd2a17 Merge pull request #6187 from haukepetersen/opt_stm32_uart
cpu/stm32x: unified UART driver implementations
2017-01-06 10:18:29 +01:00
Oleg Hahm
bb69147f20 Merge pull request #6291 from haukepetersen/fix_stm32f1_timerspeed
cpu/stm32: fix timer speed for STM32F1 and F2
2017-01-05 17:51:04 +01:00
Francisco Acosta
bb429a483d Merge pull request #6289 from BytesGalore/consider_missing_git_cache
git-cache: consider if git_cache dir is present
2017-01-05 16:44:36 +01:00
Oleg Hahm
3ad26cf46f Merge pull request #6204 from named-data-iot/uecc-patch
pkg/micro-ecc: support boards without hwrng feature
2017-01-05 16:38:23 +01:00
Joakim Nohlgård
9b8485f21e dist/tools/tunslip6: Do not accept null chars as printable 2017-01-05 15:00:00 +01:00
Joakim Nohlgård
1c5b26c038 dist/tools/tunslip6: Change len to size_t in is_sensible_string 2017-01-05 15:00:00 +01:00
Joakim Nohlgård
9dfd4ccf11 dist/tools/tunslip6: Fix off by one on index in is_sensible_string 2017-01-05 15:00:00 +01:00
Joakim Nohlgård
fd3ff61747 dist/tools/tunslip6: Workaround for IPv6 packets mistaken as strings 2017-01-05 14:59:59 +01:00
Joakim Nohlgård
e3a5e16ffb dist/tools/tunslip: Make tunslip and tapslip6 compile again 2017-01-05 14:59:59 +01:00