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

14818 Commits

Author SHA1 Message Date
Martine Lenders
4f516ec9cd
examples: fix name of saul application 2017-06-29 10:29:13 +02:00
725144896d Merge pull request #7120 from smlng/drivers/mpl3115a2/rework
drivers/mpl3115a2: rework
2017-06-29 10:03:42 +02:00
smlng
addf64349c saul: add mpl3115a2 2017-06-29 09:57:17 +02:00
smlng
9bed191b4f tests: adapt driver_mpl3115a2 2017-06-29 09:57:17 +02:00
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
Neil Jones
af70c0844c mips: Clean-up makefiles 2017-06-28 12:56:54 +01:00
Neil Jones
7b824fe7fe sys/newlib: Allow building default syscall implementation for mips
We can either use the UHI syscall implementation or the RIOT default
one (targeted at VFS, uart-stdio will be added once uart rx is added
to pic32).
2017-06-28 12:56:53 +01:00
Neil Jones
6c54360bae makefiles: Don't link libnosys for mips and put back -fdata-sections 2017-06-28 12:55:54 +01:00
Neil Jones
9d736dc4eb cpu/mips32r2: Add UHI sycalls implementation. 2017-06-28 12:10:08 +01: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
Hauke Petersen
a2bc258af0 drivers/dac: clarified doc and named return values
- added more comprehensive doc to dac_init and dac_set
- named return values for dac_init
- use named return values in existing implementations
2017-06-27 12:52:12 +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