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

15329 Commits

Author SHA1 Message Date
Vincent Dupont
a4b25ad4dc boards/nucleo-f3xx: adapt clock config 2017-09-01 10:15:32 +02:00
Vincent Dupont
12a12108a7 boards/stm32f0discovery: adapt clock configuration 2017-09-01 10:15:32 +02:00
Vincent Dupont
561fd5f152 boards/nucleo32-f031/42: adapt clock configuration 2017-09-01 10:15:32 +02:00
eb590c0126 boards/nucleo-f030/70/72: adapt clock configuration 2017-09-01 10:15:32 +02:00
Vincent Dupont
b81094cf7a boards/nucleo-f091/103: adapt clock config 2017-09-01 10:15:26 +02:00
Vincent Dupont
e005554b48 cpu/stm32_common: update doc 2017-09-01 10:15:26 +02:00
Vincent Dupont
60be58ea6d cpu/stm32_common: unify stmclk for stm32f[0|1|3] with f[2|4|7] 2017-09-01 10:14:18 +02:00
Vincent Dupont
c11544279a cpu/stm32_common: adapt clk_conf for f0, f1 and f3 2017-09-01 10:14:08 +02:00
Sebastian Meiling
7b243bcffd Merge pull request #7229 from dnahm/add_atmega_i2c
cpu/atmega_common: add i2c periph driver
2017-09-01 10:12:56 +02:00
Sebastian Meiling
ad97a25c20 Merge pull request #7551 from aabadie/drivers_dht_cleanup
drivers/dht: remove useless auto_init declaration
2017-09-01 10:07:08 +02:00
Sebastian Meiling
68db903d49 Merge pull request #7550 from smlng/enh/drivers/lps331ap/fix_overshift
drivers, lps331ap: fix overshift error on 8Bit MCUs
2017-09-01 10:06:08 +02:00
Hauke Petersen
ca4ee66867 tests: added test app for apa102 devices 2017-09-01 09:37:31 +02:00
Hauke Petersen
9bde34df33 drivers: add driver for apa102 RGB LEDs 2017-09-01 09:37:31 +02:00
91c1f4d9d6 Merge pull request #7511 from haukepetersen/rm_board_weio
boards/cpu: removed support for weio and lpc11u34
2017-09-01 09:36:08 +02:00
Hauke Petersen
59861c1ef7 sys/color: add rgba structure 2017-09-01 09:35:48 +02:00
Joakim Nohlgård
a67694a8c0 core: thread_flags: Set sched_status_switch_request after waking a waiting thread 2017-08-31 22:51:28 +02:00
4b7e682048 drivers/dht: remove useless auto_init declaration 2017-08-31 22:05:33 +02:00
smlng
5ff7cb6e0c drivers, lps331ap: fix overshift error on 8Bit MCUs 2017-08-31 16:24:12 +02:00
dnahm
b313c02c7c Adapted to comments II 2017-08-31 16:11:34 +02:00
dnahm
fe15574c6b Adapted to comments 2017-08-31 16:11:34 +02:00
dnahm
7bab826c38 cpu/atmega_common: add i2c periph driver 2017-08-31 16:11:34 +02:00
Sebastian Meiling
9399951546 Merge pull request #7539 from smlng/drivers/i2c/fix_for_arduino
drivers: several fixes for drivers using I2C on 8Bit MCUs
2017-08-31 15:33:23 +02:00
smlng
8d62031463 drivers: fix overshift and overflow errors on 8Bit MCUs
- bmp180: fix overshift error
    - hih6130: fix overflow in sleep interval
    - pn532: fix overshift error
    - bh1750fvi: fix overshift error
    - mpu9050: fix overflow error
2017-08-31 14:49:53 +02:00
Hauke Petersen
b3d497b577 Merge pull request #7549 from haukepetersen/fix_sam0_uartquick
cpu/sam0_common: fixed UART for samd21
2017-08-31 12:06:19 +02:00
ec08c93078 Merge pull request #7544 from kaspar030/make_random_use_submodules
sys: random: make use of submodules in Makefile
2017-08-31 11:44:33 +02:00
Hauke Petersen
4707ad2f89 cpu/sam0_common: fixed UART for samd21 2017-08-31 09:47:09 +02:00
88433cba2f sys: random: make use of submodules in Makefile 2017-08-30 23:49:30 +02:00
Joakim Nohlgård
5dd38c68e2 Merge pull request #7536 from kaspar030/improve_thread_flags_docs
core: thread_flags: improve documentation
2017-08-30 20:44:04 +02:00
Victor Arino
3ba2177b0d cpu/atmega_common: fix typo 2017-08-30 20:08:37 +02:00
Victor Arino
7d3fc14c3e cpu/atmega328p: correct port inline 2017-08-30 20:08:35 +02:00
ee945978e9 core: thread_flags: improve documentation 2017-08-30 13:43:02 +02:00
Joakim Nohlgård
1f81b1092b Merge pull request #6804 from OTAkeys/pr/vfs_write_command
sc_vfs: add write command
2017-08-30 13:27:52 +02:00
Hauke Petersen
9cb6aee677 Merge pull request #7533 from gebart/pr/core-msg-threadflag
core/msg: Set THREAD_FLAG_MSG_WAITING when queueing messages
2017-08-30 13:14:46 +02:00
Joakim Nohlgård
ef01efc387 core/msg: Set THREAD_FLAG_MSG_WAITING when queueing messages 2017-08-30 12:04:47 +02:00
Peter Kietzmann
c177a1a75d Merge pull request #6942 from smlng/driver/my9221
Add driver for MY9221 LED controller and (based on that) the Seeed Studio Grove LED bar
2017-08-30 09:21:33 +02:00
smlng
ca0cc3956d saul: add support for grove ledbar 2017-08-30 09:12:57 +02:00
smlng
4fc150dfb9 tests: add driver_grove_ledbar test application 2017-08-30 09:07:35 +02:00
smlng
e5e933e332 drivers: add grove ledbar driver 2017-08-30 09:07:35 +02:00
smlng
aa554d7cce tests: add driver_my9221 test application 2017-08-30 09:06:03 +02:00
smlng
ecaca83b0b drivers: add my9221 led controller 2017-08-30 09:06:03 +02:00
Hauke Petersen
8acaab6ee2 Merge pull request #7260 from dylad/sam0_uart
sam0/uart: merge samd21 & saml21 uart driver
2017-08-29 22:45:43 +02:00
09f654e25b Merge pull request #7534 from kaspar030/remove_pr5519_warning_from_readme
README.md: remove obsolete gcc6 issue warning
2017-08-29 21:58:43 +02:00
6bcfd45ad3 README.md: remove obsolete gcc6 issue warning 2017-08-29 21:51:52 +02:00
dylad
a3acd1d741 remove dev variable for cppcheck
Signed-off-by: dylad <dylan.laduranty@mesotic.com>
2017-08-29 21:36:21 +02:00
acfa727151 Merge pull request #7477 from OTAkeys/pr/fix_stm32_clk
cpu/stm32f[2|4|7]: unify stmclk and improve PLL configuration
2017-08-29 21:35:06 +02:00
dylad
c81ae98068 boards: update periph_conf of sam0 based board
Signed-off-by: dylad <dylan.laduranty@mesotic.com>
2017-08-29 21:26:42 +02:00
dylad
89c885ea40 sam0/uart: merge samd21 & saml21 uart driver
Signed-off-by: dylad <dylan.laduranty@mesotic.com>
2017-08-29 21:26:42 +02:00
Cenk Gündoğan
7eee3ae538 Merge pull request #7531 from cgundogan/pr/rm_jenkins
Jenkinsfile: remove old configuration
2017-08-29 20:12:57 +02:00
Cenk Gündoğan
c9644d58c3 Merge pull request #6300 from kaspar030/improve_bindist
examples/bindist: some improvements
2017-08-29 20:09:22 +02:00
Andreas "Paul" Pauli
a12dcaa299 Merge pull request #7361 from smlng/enh/cc2538/periph_timer
cpu, cc2538: enhance and cleanup periph timer
2017-08-29 20:03:35 +02:00