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

15039 Commits

Author SHA1 Message Date
Martine Lenders
9ea9b71861 Merge pull request #7566 from aabadie/typo_initialisation
spelling: s/initialisation/initialization/
2017-09-05 11:43:06 +02:00
a4b05c3d5c spelling: s/initialisation/initialization/ 2017-09-05 11:32:14 +02:00
Martine Lenders
ee50fb4c1f Merge pull request #7565 from aabadie/typo_initialise
spelling: s/initialise/initialize/
2017-09-05 11:23:20 +02:00
162478cd6d spelling: s/initialise/initialize/ 2017-09-05 11:04:25 +02:00
Cenk Gündoğan
60a9539733 Merge pull request #7561 from aabadie/fix_iotlab_m3_clock
boards/iotlab-common: fix clock configuration
2017-09-04 18:36:40 +02:00
Martine Lenders
78a60dc0de Merge pull request #7563 from aabadie/fix_typo_initialize
sys/net: fix typo on word 'initialized'
2017-09-04 16:39:53 +02:00
970b5f8ff5 sys/net: fix typo on word 'initialized' 2017-09-04 16:14:19 +02:00
e5e70b2a28 Merge pull request #7556 from haukepetersen/opt_sam0_uart
cpu/sam0: optimizations to the shared UART driver
2017-09-04 14:53:48 +02:00
2978c64bd8 boards/iotlab-common: fix clock configuration 2017-09-04 14:35:54 +02:00
Martine Lenders
83a94db151 Merge pull request #7532 from aabadie/drivers_doxygen_cleanup
drivers: doxygen cleanup
2017-09-04 14:16:52 +02:00
Hauke Petersen
68abdff15a cpu/sam0: optimizations to the shared UART driver 2017-09-04 13:11:05 +02:00
Hauke Petersen
48ef1cd6c9 cpu/sam0_common: added SERCOM clk control functions 2017-09-04 13:08:17 +02:00
Joakim Nohlgård
e08cb90b12 Merge pull request #7520 from haukepetersen/rm_weio_lostandfound
doc: added LOSTANDFOUND.md
2017-09-04 11:58:15 +02:00
Hauke Petersen
a8678aeaaf Merge pull request #6753 from haukepetersen/add_apa102
drivers: add driver for apa102 RGB LEDs
2017-09-04 11:22:15 +02:00
1809a1df5d Merge pull request #7471 from gebart/pr/doxygen-repeat-brief
doc: Enable REPEAT_BRIEF in Doxygen
2017-09-04 09:50:47 +02:00
b2f40534b1 Merge pull request #7541 from lebrush/fix/atmega_typo
Atmega fix typo and empty space
2017-09-01 20:29:12 +02:00
e455fcbb30 Merge pull request #7555 from haukepetersen/opt_saml21_nonetif
examples/default: the saml21-xpro has no radio...
2017-09-01 20:22:22 +02:00
94c753c07a drivers: doxygen cleanup 2017-09-01 15:12:20 +02:00
Hauke Petersen
5d0ebc5e7b examples/default: the saml21-xpro has no radio... 2017-09-01 14:53:41 +02:00
Hauke Petersen
627596eece doxygen: added removed feature document as page 2017-09-01 14:26:39 +02:00
Hauke Petersen
cc15137add doc: added LOSTANDFOUND.md
Added means to document (temporarily) removed features. The file
contains a list of all modules/features that were removed for
various reasons (typically: not maintained anymore), so that these
can be reintegrated in a later point of time.
2017-09-01 14:26:39 +02:00
Joakim Nohlgård
d512967fb6 Merge pull request #7512 from aabadie/cpu_mips_doc
cpu: doxygen cleanup
2017-09-01 11:34:08 +02:00
lebrush
73513b239b Merge pull request #7524 from bergzand/mrf24j40-hexconstants
mrf24j40: rewrite binary constants to hex
2017-09-01 11:32:45 +02:00
5282b83e33 Merge pull request #7537 from OTAkeys/pr/stmclk_fix_pll
cpu/stm32_common: fix PLLs enabling and usage
2017-09-01 10:37:38 +02:00
Vincent Dupont
05c731125c cpu/stm32_common: fix extra PLL enabling 2017-09-01 10:26:04 +02:00
Vincent Dupont
38b2167f55 cpu/stm32_common: add R factors for PLLs 2017-09-01 10:26:04 +02:00
1bb256a308 Merge pull request #7552 from gebart/pr/core-thread-flag-sched-request
core: thread_flags: Set sched_status_switch_request after waking a waiting thread
2017-09-01 10:22:21 +02:00
fc63f9956e Merge pull request #7500 from OTAkeys/pr/stmclk_f0_f1
cpu/stm32f[0|1|3] unify stmclk with stm32_common
2017-09-01 10:21:25 +02:00
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