Hauke Petersen
3c623f63c3
cpu/kinetis: optimization of DAC driver impl.
...
- use assert() for checking the line parameter
- use 'bit.h' for bitbanding
- simplified code a bit
- unified style of defifining the board configuration
- removed unused configurations form pba-d-01-kw2x and frdm-k64f
2017-07-20 16:44:41 +02:00
Joakim Nohlgård
da4f2f6e6e
Merge pull request #6892 from neiljay/pr/mips-newlib-v2
...
cpu/mips: Integrate better with RIOT newlib layer (v2)
2017-07-20 00:27:51 +02:00
Joakim Nohlgård
912e497423
boards/frdm-k22f: Add NXP FRDM-K22F development board
2017-07-18 08:39:21 +02:00
Joakim Nohlgård
156c7ec58c
boards/frdm-common: Introduce frdm-common for shared files for all FRDM boards
2017-07-18 08:39:21 +02:00
87b9c75556
boards: rename nucleo-l1 to nucleo-l152
2017-07-17 18:24:15 +02:00
Francisco Acosta
82780c5677
Merge pull request #7178 from kYc0o/pba-d-01-kw2x_remove_comments
...
boards/pba-d-01-kw2x: add comments to override CPU_MODEL
2017-07-17 15:23:31 +02:00
kYc0o
d601a92e1d
boards/pba-d-01-kw2x: add comments for variant CPUs
2017-07-17 15:15:03 +02:00
Francisco Acosta
1523186f99
Merge pull request #7209 from kYc0o/mcuboot_nrf52dk
...
Add MCUBoot linking options for RIOT images
2017-07-17 15:12:57 +02:00
kYc0o
ce5f40abb3
boards/nrf52dk: replace JLINK_FLASH_ADDR by global FLASH_ADDR variable
2017-07-17 14:48:30 +02:00
fcd3431633
Merge pull request #7357 from haukepetersen/opt_kinetis_adcboardconfig
...
boards/kinetis-based: beautify ADC configuration
2017-07-15 16:28:51 +02:00
Hauke Petersen
6e967f9776
boards/kinetis-based: beautify ADC configuration
2017-07-14 15:27:18 +02:00
smlng
5d604c6fb5
board, cc2650stk: fix make reset with uniflash4.x
2017-07-13 22:32:44 +02:00
Andreas "Paul" Pauli
b54f1106f6
Merge pull request #7333 from smlng/board/cc2650/update_uniflash41
...
board, cc2650stk add support for uniflash 4.1
2017-07-12 17:58:06 +02:00
smlng
c783f00e9d
board, cc2650stk: fix button gpio config
2017-07-11 13:38:41 +02:00
smlng
d6f4a78017
board, cc2650stk add support for uniflash 4.1
2017-07-08 10:34:04 +02:00
5450602549
boards/b-l072z-lrwan1: add sx1276 configuration
2017-07-07 15:58:05 +02:00
474ee60566
Merge pull request #7322 from smlng/board/nucleo32-l031/fix_init
...
board, nucleo32-l031: fix board_init
2017-07-05 16:14:38 +02:00
smlng
2c6fb86774
board, nucleo32-l031: fix board_init
2017-07-05 15:50:32 +02:00
d82b323fcf
boards/nucleo: group nucleo boards in documentation
2017-07-05 09:43:20 +02:00
8d070c50d8
boards/nrf52xx: add missing brief description
2017-07-05 09:24:29 +02:00
Peter Kietzmann
afbb00cca7
Merge pull request #7225 from dnahm/atmega_spi
...
cpu/atmega_common: adjust spi for at328p and at1281
2017-06-30 08:53:10 +02:00
dnahm
af34c87a8d
cpu/atmega_common: adjust spi for at328p and at1281
2017-06-30 08:34:47 +02:00
Hauke Petersen
73ede74cd8
cpu/stm32: unified and cleaned up DAC driver
...
- removed neccessity to define empty `DAC_NUMOF 0` for each STM
base board
- adapted all board configs to this
- joined stm32f2 to use common DAC driver
- improved code of DAC driver
2017-06-29 13:03:12 +02:00
smlng
addf64349c
saul: add mpl3115a2
2017-06-29 09:57:17 +02:00
Hauke Petersen
8286c8f686
boards/ardunio-due: added mapping for analog pins
2017-06-28 22:08:03 +02:00
Hauke Petersen
30ef5d0a30
cpu/sam3: added ADC implementation
2017-06-28 22:03:11 +02:00
Francisco Acosta
d31d870b26
Merge pull request #5412 from dkm/pr/spi
...
cpu/lm4f120: SPI support
2017-06-28 18:09:51 +02:00
Marc Poulhiès
685b42c9a2
cpu/lm4f120: SPI support
2017-06-28 16:54:37 +02:00
Neil Jones
af70c0844c
mips: Clean-up makefiles
2017-06-28 12:56:54 +01:00
Hauke Petersen
9136de69d2
boards/arduino-due: style cleanup in periph_conf.h
2017-06-27 13:51:34 +02:00
Dan Evans
08224bd85a
samd21/clock: add xosc32/DFLL option
2017-06-26 10:42:23 -06:00
d9837a495f
board/nucleo144-f429: add ADC configuration
2017-06-26 16:24:27 +02:00
b67e5161dc
board/nucleo144-f412: add ADC configuration
2017-06-26 16:24:27 +02:00
8fca896d0d
board/nucleo144-f412: add ADC configuration
2017-06-26 16:24:27 +02:00
0467168293
board/nucleo-f446: add adc configuration
2017-06-26 16:24:27 +02:00
1fb6d5d314
boards/nucleo-f410: add adc configuration
2017-06-26 16:24:27 +02:00
067231936f
Merge pull request #5793 from OTAkeys/pr/can_stack
...
can: add a CAN stack for RIOT
2017-06-26 16:02:35 +02:00
Francisco Acosta
32b50c371a
Merge pull request #6850 from aabadie/NZ32-SC151
...
boards/nz32-sc151: add initial support
2017-06-26 14:50:52 +02:00
Martine Lenders
b75479c442
Merge pull request #6332 from ant9000/saml21_i2c_support
...
SAM L21 i2c support
2017-06-23 22:26:03 +02:00
811c1594ff
boards/nucleo144-f412: fix clock configuration
2017-06-23 17:02:52 +02:00
Francisco Acosta
cd824c3bc2
Merge pull request #6723 from aabadie/nucleo144_f412
...
boards/nucleo144-f412: initial support
2017-06-23 15:29:41 +02:00
Antonio Galea
7913d19250
boards/saml21-xpro: add i2c configuration
2017-06-23 11:24:36 +02:00
621823c29d
Merge pull request #7214 from smlng/periph/button_macros
...
periph: generalize button macros and add test application
2017-06-22 16:10:42 +02:00
Vincent Dupont
18d180987e
Merge pull request #6951 from aabadie/st-l072z-lrwan1
...
boards/b-l072z-lrwan1: add basic support
2017-06-21 15:34:28 +02:00
ab47fc1f4c
Merge pull request #7204 from PeterKietzmann/pr_nucleo-l411_adc_config
...
boards/nucleo-f411: add ADC pin config
2017-06-21 15:29:03 +02:00
7d992a4574
boards/b-l072z-lrwan1: add basic support
2017-06-21 15:08:41 +02:00
42830d2308
Merge pull request #6916 from gebart/pr/cortexm3-bitband
...
cpu: Add bit manipulation macros for Cortex-M
2017-06-21 12:47:41 +02:00
smlng
587bfcf8bc
cc2650stk: add SAUL gpio adaption
2017-06-20 21:19:58 +02:00
smlng
de948189c3
periph: generalized button macros
2017-06-20 21:19:56 +02:00
d512c1b2a8
Merge pull request #6677 from kYc0o/fox_periph_flashpage
...
boards/fox: add periph_flashpage feature
2017-06-20 20:35:07 +02:00