Alexandre Abadie
963662416b
boards/nucleo32-f042: change board name nucleo->nucleo32
6 years ago
Martine Lenders
5b49bfc21d
Merge pull request #6375 from aabadie/nucleo_f030_periph
...
boards/nucleo-f030: configure some PWM pins, add ADC configuration
6 years ago
Oleg Hahm
8f71b4c103
Merge pull request #6397 from OlegHahm/txtsnd_pseudomodule
...
shell: introduce txtsnd pseudomodule
6 years ago
Oleg Hahm
72afbbab89
Merge pull request #6212 from smlng/pr/gnrc_sock_udp/portrange
...
gnrc_sock_udp: add udp portrange
6 years ago
Oleg Hahm
df7927dc94
shell: introduce txtsnd pseudomodule
...
This commit allows to enable/disable the txtsnd shell command. The
command is used to send strings over L2 in GNRC. Until now the command
was automatically enabled if GNRC and shell_commands were present, which
may lead to confusion if no L2 packet handler is registered.
6 years ago
Peter Kietzmann
706eaa6050
Merge pull request #6376 from aabadie/nucleo_f070_periph
...
boards/nucleo-f070: configure some PWM pins, add extra UART, fix ADC
6 years ago
Peter Kietzmann
06da507c2f
Merge pull request #6348 from haukepetersen/opt_pm_nrf
...
cpu/nrf5x: unified pm.c
6 years ago
Martine Lenders
53ab146ef5
Merge pull request #6333 from smlng/pr/unittests/osx_array_fix
...
unittests: fix array length error on OSX
6 years ago
Peter Kietzmann
39cdcdd148
Merge pull request #6347 from haukepetersen/opt_pm_kinetis
...
cpu/kinetis: unified PM implementation
6 years ago
Peter Kietzmann
c7e681e6bd
Merge pull request #6409 from haukepetersen/add_drivers_missingdefaultparams
...
drivers: added missing default xx_params.h files
6 years ago
Cenk Gündoğan
90e85ca1de
Merge pull request #6389 from gebart/pr/ci-output-whitespace
...
CI: fix whitespace handling in command output
6 years ago
Peter Kietzmann
eaffe059f2
Merge pull request #6411 from OlegHahm/xtimer_debug_formatter
...
xtimer: fix formatter for xtimer_now in DEBUG
6 years ago
Martine Lenders
9666f58e6c
Merge pull request #6387 from haukepetersen/add_example_saul
...
examples: added stand-alone SAUL example
6 years ago
Cenk Gündoğan
01aa62707b
Merge pull request #6412 from A-Paul/cc2538-bsl_add_cc2538em_chip_id
...
cc2538-bsl.py: add chip id for cc2538em
6 years ago
Oleg Hahm
24c205d3a3
xtimer: fix formatter for xtimer_now in DEBUG
6 years ago
Sebastian Meiling
878c8fe2c2
Merge pull request #6396 from cgundogan/pr/jenkins_static-tests_on_slave
...
jenkins: exec static-tests on slave instead of master
6 years ago
Andreas "Paul" Pauli
e0b6f16ddc
cc2538-bsl.py: add chip id for cc2538em
6 years ago
Hauke Petersen
c95abbe45a
drivers/lsm303dlhc: added default params.h file
6 years ago
Hauke Petersen
e53c4ed515
drivers/lps331ap: added default params.h file
6 years ago
Hauke Petersen
4c505d5270
drivers/l3g4200d: added default params.h file
6 years ago
Hauke Petersen
81d27683c2
drivers/isl29020: added default params.h file
6 years ago
Hauke Petersen
c37de8de4c
drivers/lis3dh: added default params.h file
6 years ago
Cenk Gündoğan
986fad3013
jenkins: exec static-tests on slave instead of master
6 years ago
Alexandre Abadie
b03a23f371
boards/nucleo-f030: configure some PWM pins, add ADC configuration
6 years ago
Hauke Petersen
b5920a38b9
cpu/nrf5x: unified pm.c
6 years ago
Hauke Petersen
2c5a9a5cbf
cpu/kinetis: unified PM implementation
6 years ago
smlng
48a93cb665
unittests: fix array length error on OSX
6 years ago
smlng
e28d14f77f
gnrc, sock_udp: correct includes
6 years ago
smlng
a9cb29c46b
gnrc_sock_udp: optimized remote ep handling
6 years ago
smlng
e2cf221a58
gnrc_sock_udp: get source port from dynmic port range
...
- get a new source port from a predefined range
- check if port already in use, if required
- refinded consistency checks for params of send()
6 years ago
smlng
2c5f07b62b
gnrc_sock: add dynamic port range
6 years ago
Oleg Hahm
89edffa8cc
Merge pull request #6401 from aabadie/stm32f0discovery_saul
...
boards/stm32f0discovery: export user LEDs and button to SAUL
6 years ago
Oleg Hahm
4f85c39ffe
Merge pull request #6400 from aabadie/stm32f4discovery_saul
...
boards/stm32f4discovery: export user LEDs and button to SAUL
6 years ago
Alexandre Abadie
43df072c88
boards/nucleo-f070: adapted PWM configuration to new api
6 years ago
Alexandre Abadie
3eff14de2b
boards/nucleo-f070: configure some PWM pins, add extra UART, fix ADC compilation
6 years ago
Kaspar Schleiser
079a6ec5f4
Merge pull request #6346 from haukepetersen/opt_pm_cortexmsleep
...
cpu/cortexm: added shared cortexm_sleep() function
6 years ago
Peter Kietzmann
922e3bee25
Merge pull request #6404 from haukepetersen/fix_stm32f4discovery_pwmdefs
...
boards/stm32f4discovery: fix PWM configuration
6 years ago
Peter Kietzmann
f5c4505f1f
Merge pull request #6075 from TizenTeam/sandbox/pcoval/on/master/review
...
sys: Fix pthread includes to support avr-libs
6 years ago
Peter Kietzmann
322de6627f
Merge pull request #6373 from miri64/cc110x/fix/proto-only-for-gnrc_netif
...
cc110x: only handle NETOPT_PROTO if gnrc_netif module is present
6 years ago
Hauke Petersen
5c8d7678df
boards/stm32f4discovery: fix PWM configuration
6 years ago
Alexandre Abadie
20089be486
Merge pull request #6393 from haukepetersen/opt_stm32_pwmchanconf
...
cpu/stm32/pwm: made channel config more flexible
6 years ago
Peter Kietzmann
6ac2ec1b83
Merge pull request #6385 from haukepetersen/opt_drivers_saulconfigmove
...
drivers: move SAUL config to _params.h + minor fixes
6 years ago
Peter Kietzmann
5f6bc1f4ba
Merge pull request #6391 from haukepetersen/opt_boards_makedep
...
boards: remove local Makefile.dep includes
6 years ago
Peter Kietzmann
1d4f69eb7d
Merge pull request #6007 from miri64/microcoap_example/rfc/host
...
CoAP examples: make example a host instead of router
6 years ago
Philippe Coval
cc5005857b
pkg: iotivity: Update version to support RIOT
...
Bug: https://github.com/RIOT-OS/RIOT/issues/6241
Change-Id: If430d37dff38a1e6d6b103b1a6966b6e309dd3a2
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
6 years ago
Philippe Coval
20c3aaa448
sys: Fix pthread includes to support avr-libs
...
Missing malloc.h and clock_id_t were causing issues to build.
It was tested with this configuration:
- linux ubuntu 14.04.5
- arduino-mega2560 board
- avr-libc-1.8.0-4.1
This change was needed to build iotivity example
Bug: https://github.com/RIOT-OS/RIOT/issues/6241
Change-Id: I82ce246093b3467dfe9746f999bcc9335dbb65f6
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
6 years ago
Alexandre Abadie
ccdb6eac70
boards/stm32f0discovery: export user LEDs and button to SAUL
6 years ago
Alexandre Abadie
5c859398a7
boards/stm32f4discovery: export user LEDs and button to SAUL
6 years ago
Oleg Hahm
78c3c29677
Merge pull request #6366 from OlegHahm/doc_fixes
...
doxygen: some fixes
6 years ago
Kaspar Schleiser
47f6ff3056
Merge pull request #6237 from kaspar030/rename_AD_to_Q
...
make: rename AD to Q
6 years ago