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

12805 Commits

Author SHA1 Message Date
Francisco Acosta
865d4c0e87 Merge pull request #6235 from haukepetersen/opt_driver_xbee
drivers/xbee: ported to netdev2
2017-01-10 14:31:01 +01:00
Martine Lenders
25ae325e84 Merge pull request #6308 from OlegHahm/pyterm_custom_formatter_fix
tools: pyterm: properly handle custom output fmt
2017-01-10 14:15:20 +01:00
Martine Lenders
185be4ed59 emb6: prepare for #6211 2017-01-10 13:49:50 +01:00
Joakim Nohlgård
06092aaca5 dist/tools/compile_test: Add Python3 support
Tested with Python 2.7.12 and Python 3.4.5
2017-01-10 13:36:53 +01:00
Hauke Petersen
cb3dcaaf5d boards/nrf52dk: use nrfmin driver 2017-01-10 11:54:49 +01:00
Hauke Petersen
a05233633f cpu/nrf5x: moved nrfmin driver to nrf5x_common 2017-01-10 11:54:49 +01:00
Hauke Petersen
f82c7340a5 sys/auto_init: added bootstrapping for nrfmin 2017-01-10 11:54:49 +01:00
Hauke Petersen
ce37b970b4 tests/driver_nrfmin: removed test
test is not needed anymore, simply test the driver
using the default or gnrc_networking examples
2017-01-10 11:54:49 +01:00
Hauke Petersen
9845e71106 examples/default: enabled netif for microbit 2017-01-10 11:54:49 +01:00
Hauke Petersen
8e7ef06bab boards/microbit: enabled external 16-MHz crystal 2017-01-10 11:54:49 +01:00
Hauke Petersen
7dee728d17 boards: added netif dep for nrf51 based boards 2017-01-10 11:54:48 +01:00
Hauke Petersen
36317c56f3 cpu/nrf51: ported nrmin radio driver to netdev2 2017-01-10 11:54:16 +01:00
Hauke Petersen
45a6f0a0ac boards/yunjia-nrf51822: added I2C configuration 2017-01-10 11:52:36 +01:00
Hauke Petersen
2070e08787 boards/microbit: added I2C configuration 2017-01-10 11:52:36 +01:00
Hauke Petersen
d9acf1f621 boards/calliope: added I2C configuration 2017-01-10 11:52:36 +01:00
Hauke Petersen
5d31ca5d4b drivers: use I2C_DEV(x) instead of deprecated I2C_x 2017-01-10 11:52:36 +01:00
Hauke Petersen
cc950d70f8 pkg/u2g2: use #ifdef SPI_NUMOF instead of #if 2017-01-10 11:52:36 +01:00
Hauke Petersen
bed8e88626 boards/airfy-beacon: added I2C configuration 2017-01-10 11:52:36 +01:00
Hauke Petersen
ee56f37809 cpu/nrf51: added I2C driver implementation 2017-01-10 11:52:36 +01:00
Hauke Petersen
8d48239f9b cpu/nrf5: restructured periph_cpu.h files
- inserted one specific for each family (nrf51 and nrf52)
- renamed the common one to periph_cpu_common.h
2017-01-10 11:52:36 +01:00
Oleg Hahm
e224cf8de8 Merge pull request #6304 from haukepetersen/fix_at86rf_voidspitransfer
drivers/at86rf2xx: fix buffer-less SPI transfer
2017-01-10 11:49:11 +01:00
Hauke Petersen
86531a0786 examples/gnrc_minimal: adapted XBee config 2017-01-10 11:47:31 +01:00
Hauke Petersen
7e715014ca tests/driver_xbee: adapted to XBee driver changes 2017-01-10 11:47:31 +01:00
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
abbae57b84 boards/nucleo-f446: configure a few pwm pins 2017-01-10 10:18:17 +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
d1128c3aac boards/nucleo-f446: configure 2 new UARTs using USART3 and USART1 2017-01-10 09:35:36 +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
Antonio Galea
ff8ed15aca updated list of saml21 variants as defined in Atmel ASF v3.33.0 2017-01-09 18:29:32 +01:00
Hauke Petersen
47f245a13d drivers/at86rf2xx: fix buffer-less SPI transfer 2017-01-09 17:47:37 +01:00
Antonio Galea
610767cb54 remove blank line at EOF 2017-01-09 17:32:50 +01:00
Antonio Galea
fa1e8fcfc9 saml21 cmsis includes: fix whitespace 2017-01-09 16:13:17 +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