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

1344 Commits

Author SHA1 Message Date
Hauke Petersen
838683dd7a boards/nucleo-f401: added dummy ADC config 2016-03-14 13:06:25 +01:00
Hauke Petersen
7a76396016 boards/nucleo-f091: added dummy ADC config 2016-03-14 13:06:25 +01:00
Hauke Petersen
164ae7ea59 boards/nrf6310: added dummy ADC config 2016-03-14 13:06:24 +01:00
Hauke Petersen
7dd4c533af boards/nrf51dongle: added dummy ADC config 2016-03-14 13:06:24 +01:00
Hauke Petersen
87f87726f9 boards/f4vi1: added dummy ADC config 2016-03-14 13:06:24 +01:00
Hauke Petersen
7dc8aa5098 boards/pba-d-01: updated ADC configuration 2016-03-14 13:06:24 +01:00
Hauke Petersen
4f157c6489 boards/frdm-k64f: updated ADC configuration 2016-03-14 13:06:24 +01:00
Hauke Petersen
b5d03dd4e9 boards/mulle: adapted to ADC driver changes 2016-03-14 13:06:24 +01:00
Hauke Petersen
d12dd79d64 boards/weio: adapted ADC configuration 2016-03-14 13:06:23 +01:00
Hauke Petersen
32e4f7b786 boards/stm32f0discovery: adapted ADC configuration 2016-03-14 13:06:23 +01:00
Hauke Petersen
e5bae2776d boards/yunjia-nrf: adapted to ADC changes 2016-03-14 13:06:23 +01:00
Hauke Petersen
4b3a792087 boards/pca10005: adapted to ADC changes 2016-03-14 13:06:23 +01:00
Hauke Petersen
d82eac3ed5 boards/airfy-beacon: adapted to ADC changes 2016-03-14 13:06:23 +01:00
Hauke Petersen
e25d1c9dc5 boards/msbiot: adapted to ADC interface changes 2016-03-14 13:06:22 +01:00
Hauke Petersen
52c30f7033 boards/stm32f4discovery: adapted ADC configuration 2016-03-14 13:06:22 +01:00
DipSwitch
41ae0af3e2 Merge pull request #4978 from dkm/pr/adc
cpu/lm4f120: ADC support
2016-03-14 00:05:28 +01:00
Ludwig Knüpfer
d16eecdda3 Merge pull request #4913 from gebart/pr/makefile-ls-wildcard
make: Use makefile wildcard function instead of shell ls
2016-03-11 19:05:28 +01:00
kYc0o
87bdf43b71 Merge pull request #4460 from aeneby/openmote-flash
Support flashing OpenMote via serial interface with 'make flash'
2016-03-11 16:16:57 +01:00
Joakim Nohlgård
ae108581d3 boards/*/Makefile.include: replace $(shell ls) by native Makefile functions 2016-03-11 15:05:06 +01:00
Joakim Nohlgård
dc303a4f0b sys/uart_stdio: rename STDIO -> UART_STDIO_DEV, move to header 2016-03-11 12:04:00 +01:00
Martine Lenders
4ab436fc2f Merge pull request #4988 from gebart/pr/drivers-module-name
boards: Use separate module name for drivers directory
2016-03-11 08:30:52 +01:00
Aaron Sowry
d7377cde27 Support flashing openmote-cc2538 board via serial interface
Enable directly from Makefile target 'flash' using cc2538-bsl script,
and make this the default flashing method for this platform.
2016-03-11 09:40:55 +13:00
Hauke Petersen
8c68121bb2 Merge pull request #4463 from nqd/lpc1768-cpuid
adding cpuid for lpc1768 cpu, enable periph_cpuid in board mbed_lpc1768
2016-03-10 17:41:00 +01:00
Hauke Petersen
e55ea0885c boards/arduino-mega2560: cleanup in periph_conf.h
- remove unused periph configuration
- fixed doxygen
2016-03-10 14:04:14 +01:00
Hauke Petersen
f0da25dbc0 Merge pull request #4981 from kYc0o/add_darwin_cc2538dk
boards/cc2538dk: adding PORT_DARWIN for mac support
2016-03-10 13:10:37 +01:00
Hauke Petersen
5e3f6f52db Merge pull request #5014 from kYc0o/avr_on_macosx
boards/arduino-mega2560: add support to flash it on mac osx
2016-03-10 13:09:59 +01:00
Hauke Petersen
e97f843e66 Merge pull request #5020 from haukepetersen/add_atmega_spi
cpu/atmega2560: added SPI driver
2016-03-10 13:03:12 +01:00
nqdinh
c7c64164e8 boards/mbed_lpc1768: enable periph_cpuid feature 2016-03-10 11:02:03 +07:00
Oleg Hahm
a2f8a3fdd4 Merge pull request #4946 from haukepetersen/add_boards_buttondefines
boards: added pin defines for user buttons
2016-03-09 23:14:53 +01:00
Hauke Petersen
85c1d6c086 boards/arduino-mega2560: added SPI configuration 2016-03-09 18:34:42 +01:00
kYc0o
c0d28f3f87 boards/arduino-mega2560: add support to flash it on mac osx 2016-03-09 15:15:18 +01:00
Oleg Hahm
1c260c2228 Merge pull request #4655 from bapclenet/SAML21/RTC
Driver RTC for the board SAML21 by FWX
2016-03-09 13:44:50 +01:00
Oleg Hahm
596c25daca Merge pull request #4943 from gebart/pr/while-loops
Use {} notation for empty while loops
2016-03-09 13:42:32 +01:00
Marc Poulhiès
d0fb8adf45 cpu/lm4f120: ADC support
Only ADC_0 and no precision support.

Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
2016-03-09 13:24:31 +01:00
Baptiste
455555304c SAML21/RTC: Add RTC driver 2016-03-09 09:28:42 +01:00
Oleg Hahm
f576317194 ci: split up cortex_m4 in even more groups 2016-03-08 20:37:25 +01:00
kYc0o
e92f214478 boards/cc2538dk: adding PORT_DARWIN for mac support 2016-03-08 19:49:42 +01:00
Joakim Nohlgård
7fa56b8d3b boards/wsn430-common: Use another module name for drivers subdirectory 2016-03-08 14:20:01 +01:00
Joakim Nohlgård
e9d7087a05 boards/native: Use another module name for drivers subdirectory 2016-03-08 14:19:52 +01:00
Joakim Nohlgård
047a522e8c boards/msba2-common: Use another module name for drivers subdirectory 2016-03-08 14:19:43 +01:00
Joakim Nohlgård
1d2d6bae44 boards/msb-430-common: Use another module name for drivers subdirectory 2016-03-08 14:19:34 +01:00
Joakim Nohlgård
d11b0bfd12 boards/chronos: Use another module name for drivers subdirectory 2016-03-08 14:19:23 +01:00
Joakim Nohlgård
90aa327614 boards/avsextrem: Use another module name for drivers subdirectory 2016-03-08 14:19:14 +01:00
Joakim Nohlgård
49a7368c33 Merge pull request #4970 from kaspar030/fix_board_common_module_names
boards: fix board common module names
2016-03-08 14:06:03 +01:00
Ludwig Knüpfer
9dd666768a boards/msb-430: fix style 2016-03-07 22:45:09 +01:00
Ludwig Knüpfer
94709cfcdf boards/msb-430: fix and improve Doxygen
Add reference URL, fix typos.
2016-03-07 22:45:08 +01:00
Ludwig Knüpfer
5ad3073a7d boards/msb-430: fix components documentation 2016-03-07 22:45:08 +01:00
Martine Lenders
dc16cb188a Merge pull request #4433 from aeneby/openmote-cca
Update OpenMote board header file to define UPDATE_CCA
2016-03-07 20:02:45 +01:00
kYc0o
740635daaa Merge pull request #3765 from locicontrols/cc2538-i2c
cpu/cc2538: add periph/i2c driver
2016-03-07 18:22:32 +01:00
Peter Kietzmann
2f0b4c20bf Merge pull request #4849 from haukepetersen/add_test_leds
tests: added test for on-board LED macros
2016-03-07 09:42:13 +01:00