Lucio Torre
d783d784c9
cbor: add zero copy string deserialization
6 years ago
Lucio Torre
1c64d45b31
cbor: introduce bounds checking on read
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
Hauke Petersen
b368179d6b
boards/pba-d-01-kw2x: adapted MMA8x5x configuaration
6 years ago
Hauke Petersen
db24f5e140
tests/mma8x5x: adapted test for driver changes
6 years ago
Hauke Petersen
96180a61b2
sys/auto_init: adapted to mma8x5x changes
6 years ago
Hauke Petersen
cf507c4f07
drivers/mma8x5x: remodeld driver
...
- renambed to mma8x5x to reflect the versatility
- cleaned up the interface
- fixed value computation for non 12-bit devices of the family
- added default configuration with mma8x5x_params.h
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
5857e8d24a
examples/nanocoap_server: add coap resource accepting GET and PUT requests in nanocoap example
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
Peter Kietzmann
7c252eddae
Merge pull request #4642 from haukepetersen/opt_hdc1000
...
drivers/hdc1000: remodeled driver + SAUL integration
6 years ago
Peter Kietzmann
27bd0ef063
Merge pull request #6386 from haukepetersen/fix_si70xx_testoninit
...
drivers/si70xx: check connection during init()
6 years ago
Martine Lenders
ac37d5237f
Merge pull request #6274 from aabadie/nanocoap_pkg
...
examples/nanocoap_server: update nanocoap version
6 years ago
Hauke Petersen
f6cd39348a
boards: remove local Makefile.dep includes
...
No need for these, as $(RIOTBOARD)/$(BOARD)/Makefile.dep is
globally included from $(RIOBASE)/Makefile.dep.
6 years ago