6698bfd35a
Merge pull request #8595 from bergzand/pr/saul-ppm
...
SAUL/phydat: parts per million support
2018-02-27 08:12:18 +01:00
Joakim Nohlgård
74fb26ad58
Merge pull request #8586 from gebart/pr/phydat-prefix
...
sys/phydat: rename phydat_scale_to_str -> phydat_prefix_from_scale
2018-02-27 06:59:55 +01:00
MichelRottleuthner
cb4b67677e
Merge pull request #8632 from cyrilfr/sdcard_spi_crc16
...
drivers/sdcard_spi: use of ucrc16 by default
2018-02-26 19:51:43 +01:00
didile
32ae17256c
drivers/sdcard_spi: use of ucrc16 by default
...
Useless consts removed.
2018-02-26 19:43:13 +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
a10a755548
Merge pull request #8629 from ochristi/fix_test_atomic_dec_positive
...
unittests/tests-core: Fix tests in loop not being executed
2018-02-26 16:04:46 +01:00
Joakim Nohlgård
56f44729d7
sys/phydat: rename phydat_scale_to_str -> phydat_prefix_from_scale
...
Correct some outdated documentation and make the name represent what the
function does today.
2018-02-26 15:41:36 +01:00
MichelRottleuthner
bad08596f6
Merge pull request #8399 from OTAkeys/fix/mtd_native_write
...
mtd_native: fix overlapping pages write check
2018-02-26 15:38:46 +01:00
Vincent Dupont
f04ecee9f6
mtd_native: fix overlapping pages write check
2018-02-26 15:32:06 +01:00
MichelRottleuthner
244eff6eb7
Merge pull request #8400 from OTAkeys/fix/mtd_erase
...
driver/mtd_spi_nor: fix erase with unaligned addresses
2018-02-26 15:25:33 +01:00
o0c
d7853ac87f
unittests: fix loop in tests-core-atomic
2018-02-26 14:52:05 +01:00
Joakim Nohlgård
032b07cee7
Merge pull request #8614 from gebart/pr/tests-pkg_fatfs-mtd-fix
...
tests/fatfs: Fix tests on native after configuration changes in #8272
2018-02-26 13:37:44 +01:00
Vincent Dupont
063a7835c4
driver/mtd_spi_nor: fix erase with unaligned addresses
2018-02-26 12:22:59 +01:00
Martine Lenders
dbbf18a54a
Merge pull request #8427 from smlng/pkg/ccnlite/bump_version
...
pkg/ccn-lite: bump version to fix compile error
2018-02-26 12:17:35 +01:00
jia200x
9e9a1d6f59
Merge pull request #8636 from aabadie/pr/pkg/loramac_doc_fix
...
pkg/semtech-loramac: improve package documentation
2018-02-26 11:28:10 +01:00
Vincent Dupont
1ef8e9f4ab
Merge pull request #8634 from aabadie/pr/boards/st-lrwan-led-macro
...
boards/b-l072z-lrwan1: fix on boards LEDs
2018-02-26 10:21:45 +01:00
Sebastian Meiling
64da21fa08
Merge pull request #8640 from aabadie/pr/drivers/hts221_fixes
...
drivers/hts221: minor fixes
2018-02-26 09:38:48 +01:00
21a792dd8a
Merge pull request #8638 from aabadie/pr/tools/edbg_typo
...
dist/tools/edbg: fix typo in comment
2018-02-26 08:45:12 +01:00
b33f8a1b8b
dist/tools/edbg: fix typo in comment
2018-02-25 23:02:25 +01:00
6ea16d7d96
tests/driver_hts221: fix missing words and cleanup
2018-02-25 14:27:59 +01:00
8fd79b4c50
drivers/hts221: doxygen documentation typos
2018-02-25 14:27:28 +01:00
87d322cc9e
pkg/semtech-loramac: improve package documentation
2018-02-25 14:22:30 +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
f15fbf13b3
tests: add periph_qdec test
...
* Test all QDEC devices
Signed-off-by: Gilles DOFFE <g.doffe@gmail.com>
2018-02-24 18:08:05 +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
Joakim Nohlgård
de6c4831c4
Merge pull request #8541 from aabadie/pr/sort_driver_makefile_include
...
drivers: alphabetically sort the list of drivers in Makefile.include
2018-02-24 09:40:11 +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
Gilles DOFFE
bee493ac71
cpu/stm32_common: add qdec implementation
...
* Add support for the STM32 encoder interface
* The STM32 only supports X2 and X4 modes.
* Enable interrupt handler on counter overflow
* Add simple test code for QDEC based on nucleo-f401 board
Signed-off-by: Gilles DOFFE <g.doffe@gmail.com>
2018-02-23 23:17:26 +01:00
Gilles DOFFE
07158755ea
cpu/native: add qdec implementation
...
* Add support for the native encoder interface
* Native QDEC is there mostly for simulation
* Calling code will have to simulate QDEC increment/decrement
Signed-off-by: Gilles DOFFE <g.doffe@gmail.com>
2018-02-23 23:16:42 +01:00
Gilles DOFFE
58b7ed3fa9
drivers: add periph_qdec
...
QDEC interface enables access to CPU peripherals acquiring quadrature
signals.
Signed-off-by: Gilles DOFFE <g.doffe@gmail.com>
2018-02-23 21:40:15 +01:00
Bas Stottelaar
f8070edb05
Merge pull request #8624 from gebart/pr/efm32-adc-res-undef
...
efm32: Use different values for each unsupported ADC res
2018-02-23 17:03:41 +01:00
Martine Lenders
f5b65abb30
Merge pull request #8622 from miri64/gnrc_netreg/fix/revert-8517-partly
...
gnrc_netreg: Revert #8517 partly
2018-02-23 12:29:26 +01:00
327de914bc
saul: Add parts per million unit
2018-02-23 11:40:42 +01:00
df16e7d5af
phydat: Add parts per million unit
2018-02-23 11:39:09 +01:00
2d6f34d113
Merge pull request #8617 from jia200x/pr/cxxflags
...
make: add flag for no-implicit-fallthrough in CXXFLAGS
2018-02-23 09:49:27 +01:00
Joakim Nohlgård
d4e5bea0a3
efm32: Use different values for each unsupported ADC res
2018-02-23 09:36:57 +01:00
bc9fb40c10
Merge pull request #8618 from basilfx/bugfix/efm32_typo
...
cpu: efm32: fix typo in cpus.txt
2018-02-22 23:12:23 +01:00
de75eb8111
Merge pull request #8620 from smlng/fix/sys/can
...
sys/can: fix compiler warning due to usage of potentially uninitialized variables
2018-02-22 22:04:47 +01:00
Martine Lenders
2316d336da
gnrc: keep speed optimizations of c2b403f4
2018-02-22 20:40:59 +01:00
Martine Lenders
467e9548cf
gnrc_netreg: optimize gnrc_netreg_num() to use _netreg_lookup()
2018-02-22 20:39:23 +01:00
Martine Lenders
dbda759b40
Revert "gnrc/netreg: remove usages of gnrc_netreg_num"
...
This reverts commit c2b403f4ad
.
2018-02-22 20:30:03 +01:00
Martine Lenders
2757f1d7dd
Revert "unittests: adapt tests-netreg"
...
This reverts commit a7b7789388
.
2018-02-22 20:29:55 +01:00
Martine Lenders
49f80b7cf1
Revert "gnrc/netreg: remove gnrc_netreg_num"
...
This reverts commit c178ea8798
.
2018-02-22 20:28:32 +01:00
Ken Bannister
d7004ebcd8
Merge pull request #8513 from kaspar030/nanocoap_add_context_to_resources
...
nanocoap: add context pointer to resources
2018-02-22 18:30:43 +00:00
smlng
18bccb55e3
sys/can: reduce scope of variable
2018-02-22 19:13:39 +01:00
smlng
b46b24b34f
sys/can: init variables before usage
2018-02-22 19:12:41 +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
11638eb1d6
cpu: efm32: fix typo in cpus.txt
2018-02-22 15:38:13 +01:00
Bas Stottelaar
e092144307
Merge pull request #8585 from basilfx/feature/efm32_stk3600_v2
...
boards: stk3600: add support (v2)
2018-02-22 15:34:20 +01:00