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...
6 years ago
Hauke Petersen
91ff52a897
net/emcute: use size_t for length comparisons
6 years ago
Hauke Petersen
ae367e5537
net/emcute: check value of length field before use
6 years ago
Francisco Acosta
d31d870b26
Merge pull request #5412 from dkm/pr/spi
...
cpu/lm4f120: SPI support
6 years ago
Martine Lenders
a5d3630531
Merge pull request #7265 from aabadie/driver_dht_cleanup
...
drivers/dht: some cleanup
6 years ago
Alexandre Abadie
f1a93bf36e
drivers/dht: some cleanup
6 years ago
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().
6 years ago
Marc Poulhiès
685b42c9a2
cpu/lm4f120: SPI support
6 years ago
Martine Lenders
ce0a8ac744
Merge pull request #7193 from smlng/sys/phydat/add_hecto_prefix
...
sys,phydat: add missing prefix, and string conversions
6 years ago
Martine Lenders
96b90645ba
Merge pull request #7259 from OTAkeys/pr/const_input_cipher_cbc
...
crypto/cbc: constify input buffers
6 years ago
Vincent Dupont
4f6fadbdc7
crypto/cbc: constify input buffers
6 years ago
Kaspar Schleiser
44fc2c6a2a
Merge pull request #6176 from kaspar030/add_ssp_support
...
sys: add ssp support
6 years ago
Kaspar Schleiser
277189ef05
cpu: k60: remove ssp code
6 years ago
Kaspar Schleiser
7b1a1e9d81
tests: add SSP (stack smashing protector) test application
6 years ago
Kaspar Schleiser
7a0fcc30c8
sys: add initial SSP support
6 years ago
Martine Lenders
7a62a33ab2
Merge pull request #7230 from OTAkeys/pr/cbor
...
sys/cbor: remove default configuration and allow apps to enable features
6 years ago
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
6 years ago
Martine Lenders
6d878b112a
Merge pull request #7245 from smlng/enh/saul/const
...
saul: use const for device parameter
6 years ago
Pieter Willemsen
6706e763d4
sys: cbor: add test app for cbor_stream_decode
6 years ago
Pieter Willemsen
29e8bd1351
sys: cbor: makefiles can enable cbor functionality
...
new cbor pseudomodules:
- cbor_ctime
- cbor_float
- cbor_semantic_tagging
6 years ago
Kaspar Schleiser
4c717d42c1
tests: xtimer_msg_receive_timeout: always wait for not received message
6 years ago
Kaspar Schleiser
1d0055b5b4
Merge pull request #7003 from miri64/tests/feat/add-release-spec-6
...
tests: add application for release specs 6
6 years ago
Martine Lenders
8d819aed81
Merge pull request #7252 from haukepetersen/opt_due_periphconf
...
boards/arduino-due: style cleanup in periph_conf.h
6 years ago
Martine Lenders
cabb58bad6
tests: add application for release specs 6
6 years ago
Hauke Petersen
9136de69d2
boards/arduino-due: style cleanup in periph_conf.h
6 years ago
smlng
7f012f9af8
sys,phydat: add missing unit strings (m^2, m^3)
6 years ago
smlng
1cbbece41d
sys,phydat: add prefix hecto
6 years ago
smlng
946256d26f
saul: use const for device parameter
6 years ago
Alexandre Abadie
b0aaf8d1e2
Merge pull request #7130 from photonthunder/samd21_cpu_xosc32
...
samd21/clock: add xosc32/DFLL option
6 years ago
Dan Evans
08224bd85a
samd21/clock: add xosc32/DFLL option
6 years ago
Thomas Eichinger
c76fdf567d
Merge pull request #7115 from DipSwitch/pr/fix/at86rf2xx_setstate
...
driver/at86rf2xx: Fix possible race condition in at86rf2xx_configure
6 years ago
Alexandre Abadie
664d03d5f4
Merge pull request #7246 from aabadie/nucleo_f4xx_adc
...
boards/nucleo-f4xx: add ADC configuration
6 years ago
Alexandre Abadie
45e469006f
Merge pull request #7244 from smlng/drivers/jc42/fix_const
...
drivers, jc42: fix constness in jc42_init
6 years ago
Alexandre Abadie
d9837a495f
board/nucleo144-f429: add ADC configuration
6 years ago
Alexandre Abadie
b67e5161dc
board/nucleo144-f412: add ADC configuration
6 years ago
Alexandre Abadie
8fca896d0d
board/nucleo144-f412: add ADC configuration
6 years ago
Alexandre Abadie
0467168293
board/nucleo-f446: add adc configuration
6 years ago
Alexandre Abadie
1fb6d5d314
boards/nucleo-f410: add adc configuration
6 years ago
smlng
5fa123c8a2
drivers, jc42: fix constness in jc42_init
6 years ago
Alexandre Abadie
e4cc780f71
Merge pull request #7243 from smlng/drivers/adxl345/fix_const
...
drivers, adxl345: fix constness in adxl345_init
6 years ago
smlng
8664ca3cba
drivers, adxl345: fix constness in adxl345_init
6 years ago
Alexandre Abadie
067231936f
Merge pull request #5793 from OTAkeys/pr/can_stack
...
can: add a CAN stack for RIOT
6 years ago
Martine Lenders
72e167b866
Merge pull request #7242 from smlng/doc/periph/doxygen_grouping
...
doc: fix doxygen grouping of cpu periph drivers
6 years ago
smlng
bb82789644
cc2538: fix cppcheck warning in periph i2c driver
6 years ago
Francisco Acosta
32b50c371a
Merge pull request #6850 from aabadie/NZ32-SC151
...
boards/nz32-sc151: add initial support
6 years ago
smlng
692cf96297
doc: fix doxygen grouping of cpu periph drivers
6 years ago
Sebastian Meiling
9ce9dd601c
Merge pull request #6554 from zhuoshuguo/lwmac_retry
...
LWMAC: A simple duty cycling 802.15.4 MAC protocol (2nd try).
6 years ago
Martine Lenders
9d3f9f2589
Merge pull request #6402 from OTAkeys/pr/adcxx1c
...
drivers/adcxx1c: add ADC081C/ADC101C/ADC121C i2c adc support
6 years ago
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
6 years ago
Martine Lenders
6f299f9ac7
doc: gnrc_netreg: add doc on gnrc_netreg_type_t enumerators
6 years ago