bb60b3e040
Merge pull request #9074 from haukepetersen/opt_nrf5x_nrfminfeature
...
cpu/nrf5x: define nrfmin feature in nrf5x_common
2018-05-12 02:18:31 +02:00
3474d052b9
boards/iotlab: fix saul gpio configuration
...
take into account inversion of LEDs and initialize them cleared
2018-05-04 15:07:20 +02:00
Hauke Petersen
9815697b3e
cpu/nrf5x: define nrfmin feature in nrf5x_common
2018-05-04 13:47:46 +02:00
Hauke Petersen
1aaec8abf7
boards/nrf51-based: remove unused RADIO_IRQ_PRIO
2018-05-04 13:46:29 +02:00
Francisco Acosta
53c3f833af
Merge pull request #8904 from ZetaR60/RIOT_atmega_race_fix_alt
...
cpu/atmega_common: return to non-interrupt context swaps
2018-05-04 12:08:59 +02:00
Matthew Blue
d3d2f0212d
boards/waspmote-pro: remove context swap defines
2018-05-03 17:29:28 -04:00
Matthew Blue
dee0e659cb
boards/mega-xplained: remove context swap defines
2018-05-03 17:29:28 -04:00
Matthew Blue
55a7d8f83d
boards/jiminy-mega256rfr2: remove context swap defines
2018-05-03 17:29:28 -04:00
Matthew Blue
2979626ef6
boards/common/atmega: gracefully handle CKDIV8 fuse
2018-05-02 14:05:33 -04:00
Dmitriy One
adf495ad10
boards/nucleo-f401: configure USART1 port
2018-05-01 16:30:22 +03:00
Matthew Blue
a6ef6ddbfd
boards/common/arduino-atmega: remove context swap defines
2018-04-27 14:13:34 -04:00
Semjon Kerner
f37825a1ba
boards/calliope-mini: configure pwm
2018-04-25 15:54:00 +02:00
Joakim Nohlgård
b87325fe34
frdm-k22f: Fix typos and remove unused includes
2018-04-24 19:07:08 +02:00
Francisco Acosta
4e872e61c0
Merge pull request #8856 from aabadie/pr/openocd_debug_reset
...
dist/tools/openocd: add the possibility to do a reset before halt in openocd debug command
2018-04-24 14:06:00 +02:00
22aa6b9cc5
Merge pull request #8962 from aabadie/pr/boards/doxygen_cleanup
...
boards*: cleanup doxygen
2018-04-24 10:56:00 +02:00
7f62fd83ed
boards/arduino-atmega: don't provide arduino for jiminy-mega256rfr2
2018-04-20 16:23:17 +02:00
ea255f518e
boards/b-l072z-lrwan1: enable reset before halt in debug
2018-04-18 17:33:31 +02:00
70802fc652
boards*: cleanup doxygen
...
- replace brief with name where required
- remove some unwanted empty lines
- fix missing closing doxygen name block
2018-04-18 12:08:56 +02:00
Francisco Acosta
689333ff04
Merge pull request #8928 from gebart/pr/kinetis-clock-init
...
kinetis: Refactor clock initialization code
2018-04-17 12:15:47 +02:00
Joakim Nohlgård
c54f6b4fcf
kinetis: Refactor clock generator initialization
2018-04-17 06:59:22 +02:00
6b17537e62
boards/nucleo-l152: remove reference to solved issue
2018-04-16 13:51:47 +02:00
Gaëtan Harter
40c28d78c0
Revert "native: remove non required NATIVEINCLUDES"
...
This reverts commit 93a521c501
.
2018-04-12 17:48:07 +02:00
Loïc Dauphin
70a8674b39
Merge pull request #8937 from gebart/pr/mulle-offby1
...
mulle: Fix off-by-1 error in clock dividers
2018-04-12 13:22:20 +02:00
Joakim Nohlgård
ebeaa2b6fc
mulle: Fix off-by-1 error in clock dividers
...
The comment says the config should yield 24 MHz flash clock, but the
settings were configured to divide-by-3. (48 MHz / 3 = 16 MHz)
2018-04-12 13:03:54 +02:00
Joakim Nohlgård
4ba9d2b280
teensy31: Fix off-by-1 error in clock dividers
...
The comment says the config should yield 24 MHz flash clock, but the
settings were configured to divide-by-3. (48 MHz / 3)
2018-04-11 20:38:15 +02:00
479ee51649
Merge pull request #8807 from kYc0o/fix_f4_backoff
...
nucleo-f4xx: increase xtimer backoff to 7 for F4 family
2018-04-10 15:26:14 +02:00
Francisco Acosta
7b16b8a994
boards/common/nucleo: increase backoff to 8 for F4 family
2018-04-10 15:15:55 +02:00
Gaëtan Harter
a1ea4cde0e
robotis-loader.py: fix flake8 errors
...
I fixed the errors and lazily silenced the 'bare-except'.
boards/opencm904/dist/robotis-loader.py:85:1: E722 do not use bare except'
boards/opencm904/dist/robotis-loader.py:91:1: E722 do not use bare except'
boards/opencm904/dist/robotis-loader.py:101:16: E703 statement ends with a semicolon
boards/opencm904/dist/robotis-loader.py:60:1: E265 block comment should start with '# '
boards/opencm904/dist/robotis-loader.py:62:1: E265 block comment should start with '# '
2018-04-09 18:55:26 +02:00
cladmi
3f145413f5
boards/makefiles: Remove '-Otype' from OFLAGS
...
* Remove '-Oihex' and '-Obinary' from OFLAGS for all boards
It is now provided by the Makefile.include rule.
2018-04-09 17:32:46 +02:00
cladmi
70c5079b16
Makefile.include: add %.hex and %.bin rules
...
Replace HEXFILE rule by a rule for each type.
HACK: Adding '-Oformat' after OFLAGS overwrite the value in flags.
2018-04-09 17:32:46 +02:00
Gaëtan Harter
42d1e1ad0b
mips-malta: fix 'HEXFILE' generation to binfile
...
OBJCOPY was called without arguments so only copied the elffile in a file named
.hex.
Cannot build an '.hex' file for mips-malta so use a .bin output.
2018-04-09 17:32:46 +02:00
d7bf2c112e
Merge pull request #7491 from aabadie/nucleo_l433
...
boards/nucleo-l433rc: initial support
2018-04-07 21:12:14 +02:00
Francisco Acosta
ce4384604e
Merge pull request #8824 from basilfx/feature/efm32_slwstk6200b
...
boards: slwstk6000b: add support
2018-04-06 13:59:41 +02:00
Hauke Petersen
ceb76403f4
boards/nrf52xxxdk: add Skald dependencies
2018-04-06 11:18:53 +02:00
Hauke Petersen
2c01034088
boards/nrf52xxxdk: added BLE radio features
2018-04-06 11:18:53 +02:00
Bas Stottelaar
2a8712a04f
boards: slwstk6000b: add support
2018-04-05 19:41:30 +02:00
Vincent Dupont
e7b0ace6fe
Merge pull request #8870 from aabadie/pr/boards/nucleo-f429zi_spi_fix
...
boards/nucleo-f429zi: fix spi divtable
2018-04-03 17:36:49 -07:00
Bas Stottelaar
29b3798988
boards: seeeduino_arch-pro: adapt to gpio driver.
2018-04-03 16:47:26 +02:00
Bas Stottelaar
c99c07aeb2
boards: mbed_lpc1768: adapt to gpio driver.
2018-04-03 16:47:25 +02:00
35a1ca043e
boards/nucleo-f429zi: fix spi divtable
2018-04-03 16:05:07 +02:00
Francisco Acosta
69f4d632e3
Merge pull request #8837 from kaspar030/refactor_atmega_stdio
...
cpu/atmega: refactor stdio init code
2018-04-03 15:56:33 +03:00
ff0e76a5a1
boards/mega-xplained: use boards_common_atmega
2018-04-03 14:18:32 +02:00
9c18e62364
boards/jiminy-mega256rfr2: make use of common/atmega
2018-04-03 14:18:32 +02:00
60a55eb06d
boards/common/arduino-atmega: use common/atmega shared code
2018-04-03 14:18:32 +02:00
ae8822ff46
boards/common/atmega: initial commit of atmega shared code
2018-04-03 14:18:32 +02:00
64791d0c82
boards/waspmote-pro: make use of common stdio init code
2018-04-03 14:18:32 +02:00
Bas Stottelaar
0779ccc04e
boards: seeeduino_arch-pro: use hex file.
2018-04-03 11:45:43 +02:00
Sebastian Meiling
ee3196a6b6
Merge pull request #8726 from smlng/remote/add_uart1
...
boards: add UART1 config for Zolertia Remotes
2018-03-29 14:22:23 +02:00
Gaëtan Harter
fff5810191
Makefile.include: FIX .DEFAULT_GOAL not being all
...
.DEFAULT_GOAL was reset many times which removed 'all' from being the default
goal.
By chance it was then set to `link` so was working by some magic.
2018-03-28 16:59:00 +02:00
Gaëtan Harter
e6051a53c8
boards: use a '.bin' output file when its a binary
2018-03-27 16:02:48 +02:00
Gaëtan Harter
72ddc72f2b
make: cleanup HEXFILE/ELFFILE/BINFILE
...
* Use the existing variable when possible
* Remove duplicate definition
* Remove unused BINFILE variable
2018-03-27 16:02:48 +02:00
Gaëtan Harter
21a9958323
Merge pull request #8822 from aabadie/pr/make_curly
...
make: replace curly braces with parenthesis
2018-03-27 15:44:36 +02:00
be5ae87262
Merge pull request #8829 from ZetaR60/RIOT_xplained
...
cpu/atmega1284p: support and boards/mega-xplained: support
2018-03-27 10:03:15 +02:00
Matthew Blue
3794b76d46
boards/mega-xplained: Initial Mega1284P Xplained support
2018-03-26 11:17:15 -04:00
61f1b941ce
make: replace curly braces with parenthesis
2018-03-22 20:43:15 +01:00
Martine Lenders
690c36b3cf
Merge pull request #8652 from cladmi/pr/remove_nativeincludes
...
native: remove non required NATIVEINCLUDES
2018-03-22 15:57:38 +00:00
e05fe7f60a
boards/common/nucleo64: specific cases for nucleo-l433
2018-03-21 17:07:28 +01:00
1c90210277
boards/nucleo-l433rc: initial basic support
2018-03-21 17:07:28 +01:00
Francisco Acosta
a0017e3eb7
Merge pull request #8763 from aabadie/pr/boards/nucleo-l1-xtimer-backoff
...
boards/nucleo-l152: increase xtimer backoff
2018-03-20 18:33:48 +01:00
Gaëtan Harter
93a521c501
native: remove non required NATIVEINCLUDES
...
Some modules used a 'NATIVEINCLUDES' with different include path and no other
included directories.
It was defining basic 'include' in a different order and not using other things
defined in INCLUDES.
After doing some checks with the given include path and possible conflicting
files, there should be no conflict when using the default one.
* No common headers between all the NATIVEINCLUDES directories
* No common headers files between board/native/include, cpu/native/include and
other files in the repository (except other boards/cpus of course).
2018-03-20 17:51:03 +01:00
Bas Stottelaar
3bcb3f6d9e
board: common/silabs, sltb001a: add conditional include
2018-03-16 22:17:54 +01:00
Bas Stottelaar
f75d426cf5
boards: ikea-tradfri, sltb001a, stk3x00: add a dash before include
2018-03-16 20:39:15 +01:00
Bas Stottelaar
15fafef901
boards: ikea-tradfri, sltb001a, stk3x00: whitespaces between includes
2018-03-16 20:39:10 +01:00
Bas Stottelaar
d0dcfef7b3
boards: slstk3401a, sltb001a: cleanup of module includes
2018-03-16 20:39:05 +01:00
Bas Stottelaar
62b8217bcb
boards: ikea-tradfri, sltb001a, stk3x00: fix indent for Makefile
2018-03-16 20:09:33 +01:00
Bas Stottelaar
995973f061
boards: slstk3401a: add support
2018-03-16 16:29:38 +01:00
Bas Stottelaar
a05d1b1004
cpu/board: native: use common peripheral initialization
2018-03-15 23:26:01 +01:00
Martine Lenders
8664382839
Merge pull request #8707 from aabadie/boards/params/telosb
...
boards/telosb: fix driver params usage
2018-03-15 15:41:11 +01:00
Martine Lenders
09a7c77158
Merge pull request #8706 from aabadie/boards/params/z1
...
boards/z1: fix driver params usage
2018-03-15 14:57:02 +01:00
Martine Lenders
89927290c3
Merge pull request #8760 from aabadie/boards/params/fox
...
boards/fox: fix driver params usage
2018-03-15 14:39:00 +01:00
648d578c97
boards/b-l072z-lrwan1: add missing rtc feature provided
2018-03-09 11:40:42 +01:00
912e107d23
boards/nucleo-l152: increase xtimer backoff
2018-03-09 09:28:25 +01:00
019ed64d90
boards/fox: fix driver params usage
2018-03-08 17:16:31 +01:00
19cf25c7fb
Merge pull request #8709 from aabadie/boards/params/pba-d-01
...
boards/pba-d-01-kw2x: fix driver params usage
2018-03-08 16:31:46 +01:00
Martine Lenders
6ca74fa145
Merge pull request #8708 from aabadie/boards/params/iotlab
...
boards/iotlab*: fix driver params usage
2018-03-08 14:02:51 +01:00
Martine Lenders
6284766e0e
Merge pull request #8705 from aabadie/boards/params/mulle
...
boards/mulle: fix driver params usage
2018-03-08 13:57:00 +01:00
Martine Lenders
47a66098e8
Merge pull request #8703 from aabadie/boards/params/samr21-xpro
...
boards/samr21-xpro: fix driver params usage
2018-03-08 12:30:09 +01:00
Martine Lenders
b3f4a117a9
Merge pull request #8748 from aabadie/pr/boards/remote-doxygen
...
boards/remote*: fix doxygen grouping
2018-03-07 11:02:44 +01:00
4cd7307cbc
boards/iotlab-a8-m3: fix doxygen grouping
2018-03-07 10:28:23 +01:00
9a0cedeb8d
boards/remote*: fix doxygen grouping
2018-03-07 10:25:35 +01:00
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
smlng
dab84471f1
boards/remote: use port names in UART config
2018-03-02 09:08:28 +01:00
smlng
d8bb9030ae
boards: zolertia remote add uart1 config
2018-03-02 09:02:53 +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
c4769f1cc4
boards/pba-d-01-kw2x: fix driver params usage
2018-03-01 10:02:39 +01:00
c3fe5b62e4
boards/z1: fix driver params usage
2018-02-28 18:31:44 +01:00
1788444f5f
boards/telosb: fix driver params usage
2018-02-28 18:31:14 +01:00
ab0d598e60
boards/samr21-xpro: fix driver params usage
2018-02-28 18:30:28 +01:00
942b0dd064
boards/mulle: fix driver params usage
2018-02-28 18:28:13 +01:00
79ab920333
boards/iotlab*: fix driver params usage
2018-02-28 18:26:39 +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
Hauke Petersen
18268ea535
boards/nucleo: fixed doxygen group in board.c
2018-01-24 10:24:23 +01:00
Hauke Petersen
fa0f4be203
boards/nucleo144: always (auto-) initialize LED0
2018-01-24 10:24:23 +01:00
Hauke Petersen
7ca0bcfd43
boards/nucleo/doc: assign boards to nucleo groups
2018-01-24 10:24:23 +01:00
Hauke Petersen
c6c0b752c3
boards/nucleo: use shard board.h and board.c files
2018-01-24 10:24:23 +01:00
Hauke Petersen
b4f497f5e2
boards/nucleo: factored out nucleo64 common
2018-01-24 10:23:17 +01:00
Hauke Petersen
ea0dc223a4
boards/wsn430: cleaned up structure
2018-01-24 10:19:22 +01:00
b78c96ffc7
boards/*: make brief description consistent
2018-01-24 08:30:56 +01:00
Hauke Petersen
ea18be3085
boards/thingy52: use Segger RTT for STDIO
2018-01-22 12:11:02 +01:00
Hauke Petersen
0c8b131014
boards/ruuvitag: enable lis2dh12 for saul_default
2018-01-18 18:39:43 +01:00
Hauke Petersen
14842f943a
boards/ruuvitag: init and set CS pins in board_init
2018-01-18 18:39:26 +01:00
bcce9357c2
boards/lorawan-explorer: add rn2483 configuration
2018-01-18 15:40:01 +01:00
906a9e3a02
boards/common/nucleo: add missing 'brief' description
2018-01-18 10:23:34 +01:00