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

14634 Commits

Author SHA1 Message Date
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
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
smlng
692cf96297 doc: fix doxygen grouping of cpu periph drivers 2017-06-26 14:42:11 +02:00
Sebastian Meiling
9ce9dd601c Merge pull request #6554 from zhuoshuguo/lwmac_retry
LWMAC:  A simple duty cycling 802.15.4 MAC protocol (2nd try).
2017-06-26 12:50:44 +02:00
Vincent Dupont
2e97664c37 cpu/stm32f4: fix vector definition for stm32f413 2017-06-26 10:46:15 +02:00
Vincent Dupont
ecbe64d6f5 cpu/stm32f4: add stm32f413vg support 2017-06-26 10:46:15 +02:00
Martine Lenders
9d3f9f2589 Merge pull request #6402 from OTAkeys/pr/adcxx1c
drivers/adcxx1c: add ADC081C/ADC101C/ADC121C i2c adc support
2017-06-26 10:39:02 +02:00
Martine Lenders
3fd648146a Merge pull request #7239 from miri64/doc/enh/netreg-type-doc
doc: gnrc_netreg: add doc on gnrc_netreg_type_t enumerators
2017-06-26 10:32:20 +02:00
Martine Lenders
6f299f9ac7
doc: gnrc_netreg: add doc on gnrc_netreg_type_t enumerators 2017-06-26 10:19:47 +02:00
smlng
12f12a34e4 drivers/adcxx1c: use generic device name for SAUL 2017-06-26 09:46:09 +02:00
smlng
f1f80c0098 drivers/adcxx1c: use pseudomodules for device variants 2017-06-26 09:46:09 +02:00
Vincent Dupont
35056fd647 drivers/adcxx1c: add ADC081C/ADC101C/ADC121C i2c adc support 2017-06-26 09:46:03 +02:00
Martine Lenders
5e0150c3ad Merge pull request #7219 from miri64/doc/fix/memtitle-1.8.13
doc: introduce memtitle CSS class
2017-06-25 13:58:10 +02:00
Martine Lenders
33449a4a11 Merge pull request #7218 from miri64/gnrc_ipv6_nib/doc/attention
gnrc_ipv6_nib: doc: use attention tag instead of bold note
2017-06-25 13:54:56 +02:00
Martine Lenders
cc0c8a1947 doc: introduce memtitle class
Our doc builder at doc.riot-os.org was updated and now the documentation
looks weird (see http://doc.riot-os.org/group__core__msg.html#gad1353dec9af776d4caf5f4e00cec112e
e.g.). This fixes that.
2017-06-25 13:49:48 +02:00
Martine Lenders
fd5d36fb2e gnrc_ipv6_nib: doc: use attention tag instead of bold note 2017-06-25 13:48:42 +02:00
e71bf07a68 Merge pull request #7223 from kb2ma/gcoap/confirm_piggy_server
net/gcoap: Provide piggybacked ACK response to confirmable request
2017-06-24 21:47:37 +02:00
DipSwitch
cbbc44efad driver/at86rf2xx: fix possible race condition in state machine 2017-06-24 21:43:05 +02:00
e2cce62aed Merge pull request #7216 from smlng/posix/pthread/cond_wait
Posix: fix pthread_cond_wait and timedwait
2017-06-24 21:37:16 +02:00
smlng
d2fd406e60 posix: fix pthread_cond_wait and pthread_cond_timedwait 2017-06-24 20:28:52 +02:00