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

17737 Commits

Author SHA1 Message Date
Joakim Nohlgård
9c85ce1916
Merge pull request #8733 from gebart/pr/matstat
matstat: Integer mathematical statistics library
2018-04-28 09:37:02 +02:00
Joakim Nohlgård
5c59f6a39a unittests: Add tests for matstat library 2018-04-28 08:03:35 +02:00
Joakim Nohlgård
6927260973 sys/matstat: Integer mathematical statistics library 2018-04-28 08:03:35 +02:00
b522d5e6ee
Merge pull request #9033 from cladmi/pr/tests/pkg_tiny-asn/blacklist/wsn430
tests/pkg_tiny-asn1: blacklist wsn430 boards
2018-04-27 15:22:39 +02:00
Joakim Nohlgård
31dff69867
Merge pull request #9028 from Josar/pr/sizeflag
make: add (optional) SIZEFLAGS variable
2018-04-27 13:03:50 +02:00
Josarn
1dd7ac0575 Makefile.include: add SIZEFLAGS 2018-04-27 12:23:06 +02:00
97618c0ec0
Merge pull request #9031 from cladmi/pr/fix/test/sizeof_tcb
tests:sizeof_tcb: fix for wsn430 and arduino
2018-04-27 11:42:22 +02:00
95a5befdf9
Merge pull request #9030 from cladmi/pr/fix/test/wsn430/float
tests/float: increase timeout for wsn430
2018-04-27 11:40:26 +02:00
96cb4e9a91
Merge pull request #9029 from cladmi/pr/fix/test/wsn430/bloom_bytes
tests/bloom_bytes: increase timeout for wsn430
2018-04-27 11:39:15 +02:00
Gaëtan Harter
a1fe556f02
tests/pkg_tiny-asn1: blacklist wsn430 boards
Boards do not have enough memory to `malloc` for the test

    ERROR: Could not allocate the memory for the ASN.1 objects
2018-04-26 16:53:07 +02:00
Gaëtan Harter
23eefa3408
tests/sizeof_tcb: fix printf format to work on arduino
arduino-uno and arduino-mega2560 do not support the '%-*s' option.
2018-04-26 16:04:40 +02:00
Gaëtan Harter
4f1206c1c5
tests/sizeof_tcb: fix test for 16bit wsn430 2018-04-26 16:04:37 +02:00
Cenk Gündoğan
4b1e48cdab
Merge pull request #9010 from mfrey/ccn-lite-relay-readme
examples: ccn-lite-relay: renamed 'ccnl_cont'
2018-04-26 16:02:18 +02:00
Gaëtan Harter
ac1bf94f67
tests/float: increase timeout for wsn430 2018-04-26 16:00:53 +02:00
Gaëtan Harter
fa58928695
tests/bloom_bytes: increase timeout for wsn430
adding 512 elements took 10243ms
    checking 10000 elements took 134720ms
2018-04-26 15:57:27 +02:00
Michael Frey
feffb43c53 examples: ccn-lite-relay: renamed 'ccnl_cont'
Renamed 'ccnl_cont' to 'ccnl_cs' in examples/ccn-lite-relay/README.md
2018-04-26 15:48:20 +02:00
Sebastian Meiling
feadf68427
Merge pull request #8964 from josephnoir/topic/add-irc-badge
readme: add IRC badge
2018-04-26 15:41:25 +02:00
0a18bc9e97
Merge pull request #9027 from bergzand/pr/nanocoap/req_ent_incomp
nanocoap: add request entity incomplete response code
2018-04-26 11:05:29 +02:00
51f06d5127
nanocoap: Add request entity incomplete code 2018-04-26 10:50:08 +02:00
4def1fa5fd
Merge pull request #8992 from Josar/evtimer_3
evtimer: optimized adding
2018-04-26 10:00:35 +02:00
8c115e133b
Merge pull request #9023 from miri64/cbor/doc/deprecate
cbor: add deprecation note
2018-04-25 20:37:26 +02:00
Sebastian Meiling
8a822404ee
Merge pull request #9024 from jia200x/pr/examples/js_riotbase
make/javascript: fix RIOTBASE
2018-04-25 20:36:11 +02:00
Josarn
111f021eb3 evtimer: optimized adding 2018-04-25 17:58:54 +02:00
Jose Alamos
010826e855 make/javascript: add RIOTBASE support 2018-04-25 17:13:46 +02:00
Martine Lenders
dc41f49229 cbor: add deprecation note 2018-04-25 16:46:17 +02:00
Hauke Petersen
ded2a44c77
Merge pull request #8747 from SemjonKerner/driver_periph_pwm_nrf51_calliope
cpu/nrf51: add PWM implementation
2018-04-25 16:01:50 +02:00
Semjon Kerner
f37825a1ba boards/calliope-mini: configure pwm 2018-04-25 15:54:00 +02:00
Semjon Kerner
ad993263e9 cpu/nrf51/pwm: initial implementation 2018-04-25 15:54:00 +02:00
8d6f5ddfcf
Merge pull request #9015 from cladmi/pr/pkg/do_not_sign_patches
pkg/pkg.mk: do not sign when applying patches
2018-04-25 09:40:10 +02:00
24cdc8b549
Merge pull request #9016 from gebart/pr/frdm-k22f-cleanup
frdm-k22f: Fix typos and remove unused includes
2018-04-25 08:37:30 +02:00
803fbdbc1b
Merge pull request #9014 from cladmi/pr/pkg/remove_old_variable
pkg: cleanup old GIT_APPLY_PATCHES variable
2018-04-24 21:23:05 +02:00
Gaëtan Harter
2fe2fff92d
pkg/pkg.mk: Do not sign when applying patches
Disable signing every applied patches for user that have gpgsign by default.
2018-04-24 21:11:33 +02:00
Gaëtan Harter
593dac9044
pkg/pkg.mk: add GITAMFLAGS variable 2018-04-24 21:11:25 +02:00
Gaëtan Harter
caccc2102d
pkg: cleanup old GIT_APPLY_PATCHES variable
variable usage was removed in 0fb50ebeda
2018-04-24 21:07:04 +02:00
Joakim Nohlgård
b87325fe34 frdm-k22f: Fix typos and remove unused includes 2018-04-24 19:07:08 +02:00
Francisco Acosta
4e872e61c0
Merge pull request #8856 from aabadie/pr/openocd_debug_reset
dist/tools/openocd: add the possibility to do a reset before halt in openocd debug command
2018-04-24 14:06:00 +02:00
22aa6b9cc5
Merge pull request #8962 from aabadie/pr/boards/doxygen_cleanup
boards*: cleanup doxygen
2018-04-24 10:56:00 +02:00
5251e140e6
Merge pull request #8991 from Hyungsin/forupstream_pulse_counter_fix
sys/auto_init: fix syntax error on auto_init_pulse_counter.c
2018-04-23 15:52:12 +02:00
Sebastian Meiling
4f97fc76fd
Merge pull request #8894 from beduino-project/fix-gnrc_ipv6_blacklist-build
gnrc: fix build of gnrc_ipv6_blacklist when ENABLE_DEBUG is disabled
2018-04-23 14:26:53 +02:00
b4d2882c92
Merge pull request #8998 from kaspar030/gcoap_increase_stacksize
net/gcoap: increase stack size by sizeof(coap_pkt_t)
2018-04-23 09:43:51 +02:00
e1f6a5afd3 net/gcoap: increase stack size by sizeof(coap_pkt_t) 2018-04-22 23:15:16 +02:00
Gaëtan Harter
a9d5168133
Merge pull request #8995 from kaspar030/arduino_drop_cpp_dep
sys/arduino: drop cpp feature dependency
2018-04-20 16:45:57 +02:00
7f62fd83ed boards/arduino-atmega: don't provide arduino for jiminy-mega256rfr2 2018-04-20 16:23:17 +02:00
594ead07db sys/arduino: drop cpp feature dependency
Currently, the arduino module depends on the "cpp" feature. As AVR's
don't have libstdc++, they don't provide that feature, as otherwise all
cpp examples would break.  But the AVR does provide a cpp compiler and
thus the arduino module compiles just fine.

This comit removes the cpp dependency from arduino module.
2018-04-20 16:23:17 +02:00
734944a56b
Merge pull request #8986 from haukepetersen/opt_event_allowmultipleposts
sys/event: allow calling event_post multiple times
2018-04-20 10:59:14 +02:00
Hyungsin
770b74636b sys/auto_init: fix syntax error on auto_init_pulse_counter.c 2018-04-19 19:17:02 -07:00
Gaëtan Harter
bce6216ec9
Merge pull request #8985 from haukepetersen/fix_dox_rdcli
net/rdcli: fix doxygen groups for RD client code
2018-04-19 18:11:12 +02:00
Hauke Petersen
46888a1eaf sys/event: allow calling event_post multiple times 2018-04-19 16:41:13 +02:00
Hauke Petersen
cf7fb4b886 net/rdcli: fix doxygen groups for RD client code 2018-04-19 16:27:59 +02:00
f29714ea83
Merge pull request #8983 from cladmi/pr/doxygen/fix/external_modules
doc: fix 'EXTERNAL_MODULES_DIRS' name
2018-04-19 15:54:24 +02:00