Martine Lenders
|
e04879b5e3
|
Merge pull request #6296 from aabadie/nucleo_f401_usart6
boards/nucleo-f401: configure a second UART using USART6 on PA11/PA12
|
2017-01-10 22:12:57 +01:00 |
|
Martine Lenders
|
94b7c08045
|
Merge pull request #6225 from miri64/pkg/fix/emb6-prep-6211
emb6: prepare for #6211
|
2017-01-10 22:12:19 +01:00 |
|
Martine Lenders
|
600fdb8f2c
|
Merge pull request #5865 from gebart/pr/compile-test-py3
dist/tools/compile_test: Add Python3 support
|
2017-01-10 22:11:28 +01:00 |
|
Laurent Navet
|
08ff3c0a04
|
boards/arduino-common: fix software interrupt for context swap
It wasn't working with pin1/PC6/PINT14
Use pin28/PC5/PINT13 instead
|
2017-01-10 21:52:04 +01:00 |
|
Oleg Hahm
|
6ec1de6783
|
doc: fix doxygen groups for PPP
|
2017-01-10 20:14:00 +01:00 |
|
Oleg Hahm
|
e59f159664
|
doc: correct doxygen group for nrfmin
|
2017-01-10 20:04:09 +01:00 |
|
Oleg Hahm
|
3a779b92fa
|
tools: pyterm: specify format prefix via argument
|
2017-01-10 18:55:49 +01:00 |
|
BytesGalore
|
49f89b4268
|
sys/base64: corrected output size determination
|
2017-01-10 18:30:38 +01:00 |
|
PeterKietzmann
|
40976cb40a
|
cpu/stm32f1: optimize ACR setting and move to cpu.c
|
2017-01-10 17:09:23 +01:00 |
|
Peter Kietzmann
|
a8297595e6
|
Merge pull request #6108 from haukepetersen/opt_nrf_nrfmin
cpu/nrf5x: ported nrfmin driver to netdev2
|
2017-01-10 16:52:54 +01:00 |
|
Peter Kietzmann
|
dcfd0d656b
|
Merge pull request #6142 from haukepetersen/add_nrf51_i2c
cpu/nrf51: added I2C driver implementation
|
2017-01-10 15:25:18 +01:00 |
|
Hauke Petersen
|
1d8072bf71
|
drivers/xbee: removed unused cpuid.h include
|
2017-01-10 14:54:26 +01:00 |
|
Peter Kietzmann
|
f76b2f4906
|
Merge pull request #6273 from OTAkeys/pr/nucleo-f042
boards: add nucleo-f042
|
2017-01-10 14:52:00 +01:00 |
|
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 |
|