23b414b732
drivers: net: adapt to iolist-using netdev
2018-03-06 14:00:31 +01:00
Francisco
dcc0ab8cbb
boards/nucleo-l452re: initial support
2018-03-05 14:45:24 -03:00
c71bed6e34
Merge pull request #8710 from jia200x/pr/doc/nz32-sc151
...
boards/nz32-sc151: fix ingroup directive in periph_conf
2018-03-02 17:10:24 +01:00
Jose Alamos
a5d83abf8f
boards/nz32-sc151: fix ingroup directive in periph_conf
2018-03-02 17:02:41 +01:00
Joakim Nohlgård
2d53178cc5
boards/frdm-kw41z: Add NXP FRDM-KW41Z
...
https://www.nxp.com/products/processors-and-microcontrollers/arm-based-processors-and-mcus/kinetis-cortex-m-mcus/w-serieswireless-conn.m0-plus-m4/freedom-development-kit-for-kinetis-kw41z-31z-21z-mcus:FRDM-KW41Z
2018-03-02 15:40:35 +01:00
Joakim Nohlgård
6dbc8d7e17
frdm-common: Add OpenOCD configurations for Kinetis L devices
2018-03-02 15:38:39 +01:00
Peter Kietzmann
215940b058
Merge pull request #8643 from Josar/jiminy_master
...
boards: Jiminy-mega256rfr2: initial support
2018-03-02 15:24:39 +01:00
Josarn
ff2291360f
boards/jiminy-mega256rfr2: Initial board support
...
Signed-off-by: Josua Arndt <josuaarndt@live.de>
Signed-off-by: Steffen Robertz <steffen.robertz@online.de>
2018-03-02 13:34:04 +01:00
18f9024fd8
Merge pull request #8545 from kYc0o/nucleo-l152_lse
...
boards/nucleo-l152: configure LSI by default
2018-03-01 13:23:57 +01:00
Francisco Acosta
6a32f1ddd2
boards/nucleo-l152: configure LSI by default
2018-03-01 12:17:32 +01:00
Sebastian Meiling
f5ef0bd09c
Merge pull request #8345 from danpetry/cc2538_uart
...
cc2538/include/periph_cpu.h: Changed UART configuration format for cc2538.
2018-03-01 12:02:59 +01:00
Francisco Acosta
ad1944a10c
Merge pull request #8635 from aabadie/pr/boards/st-lrwan1-i2c
...
boards/b-l072z-lrwan1: add I2C configuration
2018-02-27 19:08:53 +01:00
c450cdebeb
Merge pull request #8482 from cogip/qdec
...
drivers: Initial import of low-level QDEC driver interface
2018-02-26 17:44:58 +01:00
d27de98bcd
boards/b-l072z-lrwan1: add I2C configuration
2018-02-25 14:18:31 +01:00
b4d76f1989
boards/b-l072z-lrwan1: fix on boards LEDs
...
- LED1/2/3 macros were refering to LED0
- LED1/2/3 are not initialized in board init
2018-02-25 14:14:22 +01:00
Yannick Gicquel
8d8cb71497
board/nucleo-f446: add qdec
...
TIM3 now use for QDEC instead of PWM,
TIM3 (PA6 & PA7 pins) and TIM4 (PB6 & PB7 pins) timers,
Signed-off-by: Yannick Gicquel <ygicquel@gmail.com>
2018-02-24 18:13:32 +01:00
Gilles DOFFE
6b2e9ff426
boards/nucleo-f401: add qdec
...
Use TIM3 (PA6 and PA7 pins) and TIM4 (PB6 and PB7 pins) timers.
Signed-off-by: Gilles DOFFE <g.doffe@gmail.com>
2018-02-24 18:06:33 +01:00
Gilles DOFFE
d5488d108e
boards/native: add qdec
...
Add periph_qdec to native native board features.
Signed-off-by: Gilles DOFFE <g.doffe@gmail.com>
2018-02-23 23:17:38 +01:00
Vincent Dupont
ea7e08604c
Merge pull request #8500 from aabadie/pr/stm32l0_openocd_config
...
boards/b-l072z-lrwan1/dist: fix openocd reset_config options
2018-02-22 16:21:51 +01:00
Bas Stottelaar
9b1af9dadd
boards: stk3600: add support
2018-02-21 19:16:49 +01:00
Semjon Kerner
9bf532c313
boards/calliope-mini: extend board by module bmx055
2018-02-19 14:26:09 +01:00
Bas Stottelaar
6f39d673b2
boards: stk3700: add support.
2018-02-16 13:57:17 +01:00
Sebastian Meiling
966d83dcb4
Merge pull request #8560 from gebart/pr/kinetis-adc-ref
...
kinetis: Allow per-board config of ADC ref
2018-02-16 13:44:09 +01:00
Joakim Nohlgård
b61eeb9fe0
kinetis: Allow per-board config of ADC ref
...
ADC reference can be external pin or internal VREF module on most
Kinetis CPUs.
2018-02-14 15:16:41 +01:00
Bas Stottelaar
abf16ef658
boards: sltb001a: adapt to common board files.
2018-02-13 21:46:05 +01:00
Bas Stottelaar
eada4b71df
boards/common: silabs: add common board drivers for Silicon Labs devkits.
2018-02-13 21:46:05 +01:00
Vincent Dupont
368818aa23
Merge pull request #8272 from OTAkeys/pr/clean-up-mtd-native
...
boards/native: clean-up MTD and SPIFFS default config
2018-02-09 14:49:54 +01:00
Vincent Dupont
a40055e65d
boards/nucleo144-f413: add RTT support
2018-02-08 17:40:05 +01:00
danpetry
2781a42542
boards/common/remote: Changed UART config format
...
Changed the configuration of the Remote boards to fit the new
cc2538 format defined in the previous commit. That is, from a
defines based format to a struct based format.
2018-02-08 14:36:52 +01:00
danpetry
06b98c8d0d
boards/openmote-cc2538: Changed UART config format
...
Changed the configuration of the OpenMote board to fit the new
cc2538 format defined in the previous commit. That is, from a defines
based format to a struct based format.
2018-02-08 14:36:52 +01:00
danpetry
c0a85babda
boards/cc2538dk: Changed UART config format
...
Changed the configuration of the cc2538dk board to fit the new
cc2538 format defined in the previous commit. That is, from a defines
based format to a struct based format.
2018-02-08 14:36:52 +01:00
Peter Kietzmann
dd99e7f8e0
boards/nucleo-f103: add rtt configuration
2018-02-07 08:55:29 +01:00
3d4d9c7902
boards/*: instead of cpp-style, use C-style comments
2018-02-06 16:59:58 +01:00
dylad
391164a788
pkg: fix broken nordic softdevice package
...
Prevent CPU from using cortexm_init() when softdevice is used for NRF52 devices
as the softdevice already do some obscur inits
Also ensure the softdevice pkg will be used by hacking Makefile due to RIOT's
build system limitations (will be fix later with the new build system)
2018-02-05 17:04:13 +01:00
Hauke Petersen
2b2accf0cc
boards/nrf52-based: updated I2C configuration
2018-02-02 11:34:40 +01:00
88dd69e520
boards/b-l072z-lrwan1/dist: fix openocd reset_config options
2018-01-31 15:46:11 +01:00
Gaëtan Harter
c09ea29376
Merge pull request #8494 from aabadie/pr/st_boards_doxygen
...
boards/*: minor doxygen fixes
2018-01-31 14:40:40 +01:00
Pieter Willemsen
f2f6801987
board/native: use ELFFILE for 'make term'
2018-01-31 11:59:07 +01:00
fb3889c343
boards/stm32f7disco: use capital letters for board name
2018-01-31 08:10:31 +01:00
fd0aa2acf0
boards/b-l475e-iot01a: update board name in doxygen
2018-01-31 08:10:31 +01:00
c1a9338346
boards/b-l072z-lrwan1: update board name in doxygen
2018-01-31 08:10:31 +01:00
8d0815d386
boards: rename nucleo144-f207 to nucleo-f207zg
2018-01-29 22:14:25 +01:00
8311c7ad6e
boards/nucleo*: fix doxygen parent group
2018-01-27 18:48:24 +01:00
f8744e7b27
boards/common: move nucleo doxygen group to boards group
2018-01-27 18:48:24 +01:00
smlng
d94edad1bd
board/native: add periph_hwrng and init
2018-01-27 08:42:31 +01:00
778d91f3a1
boards/mkrfox1200: add configuration for ata8520e
2018-01-25 15:11:15 +01:00
81eb131634
boards/arduino-mkr1200: add initial support
2018-01-25 11:56:27 +01:00
Martine Lenders
8ab837c4b9
Merge pull request #8061 from haukepetersen/opt_boards_wsn430
...
boards: cleanup structure of wsn430 boards
2018-01-24 16:05:42 +01:00
Hauke Petersen
70aa86e5e6
boards/common/wsn30: cleanup clock configuration
2018-01-24 15:09:59 +01:00
Hauke Petersen
4f1ce149b0
boards/nucleo*: use unified doxygen brief desc
2018-01-24 10:30:30 +01:00