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

14748 Commits

Author SHA1 Message Date
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
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
Hauke Petersen
3ec75635ba drivers/gpio: improved doc for gpio_init() 2017-06-26 13:39:28 +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