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

15889 Commits

Author SHA1 Message Date
smlng
df2b65a1dd driver, hts221: add SAUL adaption 2017-11-22 11:33:54 +01:00
smlng
697ff44ce1 tests: add hts211 driver test app 2017-11-21 09:42:08 +01:00
smlng
55cda8d8ab drivers: add hts221 temperature and humidity sensor 2017-11-21 09:42:07 +01:00
15f10b088c
Merge pull request #8015 from haukepetersen/fix_stm32_isrvectors
cpu/stm32f0: fix missing isr vectors
2017-11-21 09:16:50 +01:00
Dylan Laduranty
f3b277dcc4
Merge pull request #8070 from aabadie/pr/sx127x_minor_enhancement
drivers/sx127x: fix iq_invert bug, build issue with SX1272 and minor enhancements
2017-11-20 21:19:30 +01:00
bba3943d59 tests/driver_sx127x: fix typo in displayed message 2017-11-20 11:08:06 +01:00
7c7a5189d2 drivers/sx127x: fix build issue when building for SX1272 2017-11-20 11:07:13 +01:00
8454beee00 drivers/sx127x: fix wrong IQ invert value when setting RX mode 2017-11-20 11:06:46 +01:00
1387945461 drivers/sx127x: expose iq_invert via netdev, add tx power getter 2017-11-20 11:04:41 +01:00
81f13936ee drivers/sx127x: remove time on air from packet info 2017-11-20 11:04:41 +01:00
9858e9e8bf
Merge pull request #5341 from cgundogan/pr/make/iotlab-testbed_target_var
dist: make: iotlab: use target specific var assignment
2017-11-20 08:20:03 +01:00
Cenk Gündoğan
31293b63cd dist: make: iotlab: use target specific var assignment 2017-11-20 00:46:31 +01:00
Andreas "Paul" Pauli
3d5233e2ab
Merge pull request #7517 from smlng/cpu/cc2538/periph_gpio2
CPU, cc2538: periph_gpio 2.0
2017-11-17 20:12:49 +01:00
smlng
d03551756f cpu, cc2538: adapt periph drivers to refined gpio handling 2017-11-17 20:06:41 +01:00
smlng
8fb71afa79 cpu, cc2538: refine gpio handling
- hide (more) internal functions
  - optimize gpio_init_af
  - remove obsolete code
2017-11-17 20:06:35 +01:00
e01c23ef35
Merge pull request #8031 from smlng/pkg/tinydtls/fix_compile_error
pkg/tinydtls: update version to fix compiler errors
2017-11-17 15:19:42 +01:00
Francisco Acosta
3ec7ca4766
Merge pull request #7686 from gebart/pr/board-debugger-separation
boards: board<->debugger separation
2017-11-17 13:48:07 +01:00
Martine Lenders
416ef1213a
Merge pull request #8072 from miri64/tests/revert/7986-followup
tests: revert removal of pca1000x in gnrc_netif2
2017-11-17 11:59:33 +01:00
Martine Lenders
67f33bd5e5
tests: revert removal of pca1000x in gnrc_netif2
As in #7986 this application (obviously) causes a conflict in #7925
since #7979. This PR fixes that.
2017-11-17 11:48:10 +01:00
Joakim Nohlgård
f4e9cad85a boards: Separate boards from debug adapter configuration 2017-11-17 10:03:05 +01:00
Joakim Nohlgård
697f0b00f3 edbg: Use DEBUG_ADAPTER_ID to select which USB programmer to use 2017-11-17 10:03:05 +01:00
Joakim Nohlgård
57de166ea1 makefiles: Refactor openocd tool handling
Attempt to decouple board configuration from debugger interface
configuration by specifying the DEBUG_IFACE variable for the debug
hardware interface to use.
2017-11-17 10:03:05 +01:00
Peter Kietzmann
63783ffe6c
Merge pull request #8067 from smlng/boards/phynode/saul_gpio
boards, pba-d-01-kw2x: fix saul gpio init
2017-11-17 08:37:50 +01:00
smlng
5e7f0af450 boards, pba-d-01-kw2x: fix saul gpio init 2017-11-16 22:08:28 +01:00
Cenk Gündoğan
7d6a3dac1f
Merge pull request #8007 from fetmos/master
make: Do not attempt to use color if the terminal cannot support it
2017-11-16 20:22:24 +01:00
Xavier Clive
c6af3f733d make: Do not attempt to use color if the terminal cannot support it 2017-11-16 20:04:18 +01:00
Martine Lenders
4952ffbae7
Merge pull request #6698 from Lotterleben/doc_thread_h
thread.h: extend doc for msg_waiters and msg_array
2017-11-16 19:25:52 +01:00
Lotte Steenbrink
9cc3641b75 thread.h: extend doc for msg_waiters and msg_array 2017-11-16 10:15:46 -08:00
b74475118f
Merge pull request #7781 from kaspar030/remove_coreif_ng
remove COREIF_NG
2017-11-16 15:11:44 +01:00
24e7869484 core/include/panic.h: fix typos 2017-11-16 14:40:16 +01:00
32c10ae2c9 core, cpu: rename thread_start_threading() -> cpu_switch_context_exit() 2017-11-16 14:40:16 +01:00
2a177ea6c8 sys/ps: adapt to COREIF_NG removal 2017-11-16 14:40:16 +01:00
86665b71bf cpu: adapt to COREIF_NG removal 2017-11-16 14:40:16 +01:00
bb4a5c5cdf core: remove COREIF_NG 2017-11-16 14:39:54 +01:00
Martine Lenders
27a41496aa
Merge pull request #8050 from haukepetersen/rm_board_x86-lostandfound
lostandfound: add x86 and qemu-i386
2017-11-16 14:13:14 +01:00
Martine Lenders
72a345734a
Merge pull request #8056 from haukepetersen/rm_shell_x86lspci
sys/shell: remove x86_lspci shell command
2017-11-16 14:01:49 +01:00
Hauke Petersen
8121a5d7f2 lostandfound: add qemu-i386 and x86 to list 2017-11-16 13:53:03 +01:00
Hauke Petersen
9a6116e17c loastandfound: put entries in alphabetical order 2017-11-16 13:52:08 +01:00
Martine Lenders
03ce0b1a27
Merge pull request #8055 from haukepetersen/fix_doc_x86
doxygen: remove x86-multiboot from excludes
2017-11-16 13:49:31 +01:00
Hauke Petersen
86501e5e86 sys/shell: remove x86_lspci shell command 2017-11-16 13:45:32 +01:00
Hauke Petersen
dcd297d837 doxygen: remove x86-multiboot from excludes 2017-11-16 13:42:03 +01:00
Peter Kietzmann
ea5d61f9dd
Merge pull request #8018 from smlng/nrf51/fix_i2c
nrf51: fix returns and error codes in periph/i2c
2017-11-16 13:24:31 +01:00
Peter Kietzmann
e60a7504f9
Merge pull request #8017 from smlng/atmega_common/fix_i2c
cpu, atmega_common: fix returns and error codes in periph/i2c
2017-11-16 13:03:19 +01:00
Martine Lenders
5d2ee48080
Merge pull request #8020 from aabadie/pr/travis_static_tests
travis: enable static test in travis CI
2017-11-16 12:22:05 +01:00
Peter Kietzmann
3ced935057
Merge pull request #7488 from miri64/at86rf2xx/fix/assert-chan
at86rf2xx: fix channel asserts
2017-11-16 12:01:30 +01:00
Gaëtan Harter
e0946af768
Merge pull request #7992 from aabadie/pr/test_pexpect
tests: migrate simple tests to testrunner
2017-11-16 11:49:01 +01:00
bcd823cc70
Merge pull request #8042 from haukepetersen/rm_board_x86
boards/cpu: remove support for x86
2017-11-16 11:31:14 +01:00
9f03912add
Merge pull request #8051 from aabadie/pr/fix_iotlab_makefile_indent
dist/testbed-support: fix iotlab makefile indentation
2017-11-16 11:25:33 +01:00
ba62eb5f51 dist/testbed-support: fix iotlab makefile indentation 2017-11-16 10:55:39 +01:00
Hauke Petersen
d7e11cd216 tools: remove toolchain build script for x86 2017-11-16 10:42:09 +01:00