smlng
c7375529e3
drivers: rework mpl3115a2 pressure sensor
2017-06-29 09:57:15 +02:00
Martine Lenders
5505c800f2
Merge pull request #7228 from haukepetersen/fix_emcute_lenchecking
...
net/emcute: check value of length field before use
2017-06-28 23:27:53 +02:00
524f2e57bd
Merge pull request #7254 from haukepetersen/add_sam3_adc
...
cpu/sam3: add ADC implementation
2017-06-28 22:56:21 +02:00
Hauke Petersen
9ec615f8c2
net/emcute: added doc for maximum buffer size
...
On 16- and 8-bit platforms, ssizte_t can only hold 2 byte (maximum
of 32767). So when calling sock_udp_recv() we can not pass it a
buffer exeeding this size without potially running into overflow
issues...
2017-06-28 22:52:34 +02:00
Hauke Petersen
91ff52a897
net/emcute: use size_t for length comparisons
2017-06-28 22:52:34 +02:00
Hauke Petersen
ae367e5537
net/emcute: check value of length field before use
2017-06-28 22:51:39 +02:00
Hauke Petersen
8286c8f686
boards/ardunio-due: added mapping for analog pins
2017-06-28 22:08:03 +02:00
Hauke Petersen
30ef5d0a30
cpu/sam3: added ADC implementation
2017-06-28 22:03:11 +02:00
Francisco Acosta
d31d870b26
Merge pull request #5412 from dkm/pr/spi
...
cpu/lm4f120: SPI support
2017-06-28 18:09:51 +02:00
Martine Lenders
a5d3630531
Merge pull request #7265 from aabadie/driver_dht_cleanup
...
drivers/dht: some cleanup
2017-06-28 17:48:46 +02:00
f1a93bf36e
drivers/dht: some cleanup
2017-06-28 16:57:29 +02:00
Marc Poulhiès
11893d8e5f
cpu/lm4f120 fix cpuid cleanup
...
remove dangling CPUID_LEN macro left after fe75996c
that caused some
code to wronlgy believe this cpu has cpuid_get().
2017-06-28 16:54:37 +02:00
Marc Poulhiès
685b42c9a2
cpu/lm4f120: SPI support
2017-06-28 16:54:37 +02:00
Martine Lenders
ce0a8ac744
Merge pull request #7193 from smlng/sys/phydat/add_hecto_prefix
...
sys,phydat: add missing prefix, and string conversions
2017-06-28 14:45:42 +02:00
Martine Lenders
96b90645ba
Merge pull request #7259 from OTAkeys/pr/const_input_cipher_cbc
...
crypto/cbc: constify input buffers
2017-06-27 19:16:14 +02:00
Vincent Dupont
4f6fadbdc7
crypto/cbc: constify input buffers
2017-06-27 18:58:33 +02:00
44fc2c6a2a
Merge pull request #6176 from kaspar030/add_ssp_support
...
sys: add ssp support
2017-06-27 18:55:10 +02:00
277189ef05
cpu: k60: remove ssp code
2017-06-27 18:05:14 +02:00
7b1a1e9d81
tests: add SSP (stack smashing protector) test application
2017-06-27 18:05:14 +02:00
7a0fcc30c8
sys: add initial SSP support
2017-06-27 18:05:14 +02:00
Martine Lenders
7a62a33ab2
Merge pull request #7230 from OTAkeys/pr/cbor
...
sys/cbor: remove default configuration and allow apps to enable features
2017-06-27 17:53:50 +02:00
Martine Lenders
7cfe818c09
Merge pull request #7256 from kaspar030/fix_xtimer_msg_receive_timeout
...
tests: xtimer_msg_receive_timeout: always wait for not received message
2017-06-27 17:53:07 +02:00
Martine Lenders
6d878b112a
Merge pull request #7245 from smlng/enh/saul/const
...
saul: use const for device parameter
2017-06-27 17:51:17 +02:00
Pieter Willemsen
6706e763d4
sys: cbor: add test app for cbor_stream_decode
2017-06-27 17:47:47 +02:00
Pieter Willemsen
29e8bd1351
sys: cbor: makefiles can enable cbor functionality
...
new cbor pseudomodules:
- cbor_ctime
- cbor_float
- cbor_semantic_tagging
2017-06-27 17:45:42 +02:00
4c717d42c1
tests: xtimer_msg_receive_timeout: always wait for not received message
2017-06-27 17:33:22 +02:00
1d0055b5b4
Merge pull request #7003 from miri64/tests/feat/add-release-spec-6
...
tests: add application for release specs 6
2017-06-27 15:23:34 +02:00
Martine Lenders
8d819aed81
Merge pull request #7252 from haukepetersen/opt_due_periphconf
...
boards/arduino-due: style cleanup in periph_conf.h
2017-06-27 15:01:16 +02:00
Martine Lenders
cabb58bad6
tests: add application for release specs 6
2017-06-27 14:49:20 +02:00
Hauke Petersen
9136de69d2
boards/arduino-due: style cleanup in periph_conf.h
2017-06-27 13:51:34 +02:00
smlng
7f012f9af8
sys,phydat: add missing unit strings (m^2, m^3)
2017-06-27 11:03:07 +02:00
smlng
1cbbece41d
sys,phydat: add prefix hecto
2017-06-27 10:06:45 +02:00
smlng
946256d26f
saul: use const for device parameter
2017-06-26 20:25:37 +02:00
b0aaf8d1e2
Merge pull request #7130 from photonthunder/samd21_cpu_xosc32
...
samd21/clock: add xosc32/DFLL option
2017-06-26 19:19:37 +02:00
Dan Evans
08224bd85a
samd21/clock: add xosc32/DFLL option
2017-06-26 10:42:23 -06:00
Thomas Eichinger
c76fdf567d
Merge pull request #7115 from DipSwitch/pr/fix/at86rf2xx_setstate
...
driver/at86rf2xx: Fix possible race condition in at86rf2xx_configure
2017-06-26 08:51:23 -07:00
664d03d5f4
Merge pull request #7246 from aabadie/nucleo_f4xx_adc
...
boards/nucleo-f4xx: add ADC configuration
2017-06-26 17:34:48 +02:00
45e469006f
Merge pull request #7244 from smlng/drivers/jc42/fix_const
...
drivers, jc42: fix constness in jc42_init
2017-06-26 16:37:56 +02:00
d9837a495f
board/nucleo144-f429: add ADC configuration
2017-06-26 16:24:27 +02:00
b67e5161dc
board/nucleo144-f412: add ADC configuration
2017-06-26 16:24:27 +02:00
8fca896d0d
board/nucleo144-f412: add ADC configuration
2017-06-26 16:24:27 +02:00
0467168293
board/nucleo-f446: add adc configuration
2017-06-26 16:24:27 +02:00
1fb6d5d314
boards/nucleo-f410: add adc configuration
2017-06-26 16:24:27 +02:00
smlng
5fa123c8a2
drivers, jc42: fix constness in jc42_init
2017-06-26 16:22:34 +02:00
e4cc780f71
Merge pull request #7243 from smlng/drivers/adxl345/fix_const
...
drivers, adxl345: fix constness in adxl345_init
2017-06-26 16:12:07 +02:00
smlng
8664ca3cba
drivers, adxl345: fix constness in adxl345_init
2017-06-26 16:03:47 +02:00
067231936f
Merge pull request #5793 from OTAkeys/pr/can_stack
...
can: add a CAN stack for RIOT
2017-06-26 16:02:35 +02:00
Martine Lenders
72e167b866
Merge pull request #7242 from smlng/doc/periph/doxygen_grouping
...
doc: fix doxygen grouping of cpu periph drivers
2017-06-26 15:39:23 +02:00
smlng
bb82789644
cc2538: fix cppcheck warning in periph i2c driver
2017-06-26 15:29:04 +02:00
Francisco Acosta
32b50c371a
Merge pull request #6850 from aabadie/NZ32-SC151
...
boards/nz32-sc151: add initial support
2017-06-26 14:50:52 +02:00