Loïc Dauphin
220ed6558e
makefiles: make -Werror flags dependent of WERROR
2017-06-23 14:11:08 +02:00
786baac055
Merge pull request #7215 from smlng/posix/pthread/replace_timex
...
Posix: replace all remaining usages of timex in pthread
2017-06-23 09:42:41 +02:00
02a3c9f631
Merge pull request #7221 from gebart/pr/fmt-float-negative-bugfix
...
sys/fmt: Fix unintentional pointer advancement for negative numbers in fmt_float
2017-06-22 16:58:24 +02:00
Sebastian Meiling
1014663d34
Merge pull request #7213 from aabadie/const_drivers_pointer
...
drivers: partial use of constness when accessing device descriptor
2017-06-22 16:37:29 +02:00
621823c29d
Merge pull request #7214 from smlng/periph/button_macros
...
periph: generalize button macros and add test application
2017-06-22 16:10:42 +02:00
1d062a93d7
Merge pull request #7125 from kbumsik/mkr-fix
...
cpu/samd21: Added CPU_MODEL_SAMD21G18A interrupt config
2017-06-22 16:00:39 +02:00
Martine Lenders
46e729ffd3
Merge pull request #7224 from zhuoshuguo/fix_gnrc_priority_queue_coding_style
...
gnrc_priority_pktqueue: updated coding style.
2017-06-22 11:54:37 +02:00
zhuoshuguo
e5d8dde920
gnrc_priority_queue: updated coding style.
2017-06-22 11:36:55 +02:00
Joakim Nohlgård
084db19107
sys/fmt: Fix unintentional pointer advancement for negative numbers in fmt_float
2017-06-21 18:28:11 +02:00
317716419c
drivers: use const device descriptor
2017-06-21 17:05:45 +02:00
Sebastian Meiling
c925c5b437
Merge pull request #7211 from aabadie/fix_saul_names
...
drivers: remove useless suffix from saul name
2017-06-21 16:21:02 +02:00
Vincent Dupont
18d180987e
Merge pull request #6951 from aabadie/st-l072z-lrwan1
...
boards/b-l072z-lrwan1: add basic support
2017-06-21 15:34:28 +02:00
ab47fc1f4c
Merge pull request #7204 from PeterKietzmann/pr_nucleo-l411_adc_config
...
boards/nucleo-f411: add ADC pin config
2017-06-21 15:29:03 +02:00
84bad52a08
examples: add b-l072z-lrwan1 to insufficient mem list
2017-06-21 15:13:50 +02:00
b3a4ac7ed8
tests/thread_cooperation: add b-l072z-lrwan1 to insufficient mem list
2017-06-21 15:08:41 +02:00
56396624be
tests/unittests: skip b-l072z-lrwan1 board
2017-06-21 15:08:41 +02:00
7d992a4574
boards/b-l072z-lrwan1: add basic support
2017-06-21 15:08:41 +02:00
8b3082da82
cpu/stm32l0: add support for stm32l072cz
2017-06-21 15:08:41 +02:00
d9ea159255
drivers: remove useless saul name suffix
2017-06-21 15:06:53 +02:00
b70a4885f4
Merge pull request #7203 from zhuoshuguo/fix_gnrc_mac_coding_style
...
gnrc_mac: update coding style.
2017-06-21 15:02:39 +02:00
74d0c3b67a
Merge pull request #7166 from kaspar030/add_mma8x5x_int_support
...
drivers: mma8x5x: add motion detection support
2017-06-21 13:00:46 +02:00
fbb8f478db
Merge pull request #7194 from smlng/enh/driver/bmp180/saul_scale
...
driver,bmp180: adapt SAUL scale to read pressure in hectoPascal (hPA)
2017-06-21 12:52:46 +02:00
42830d2308
Merge pull request #6916 from gebart/pr/cortexm3-bitband
...
cpu: Add bit manipulation macros for Cortex-M
2017-06-21 12:47:41 +02:00
smlng
8253510f0b
posix: replace timex in pthread_rwlock
2017-06-21 11:35:27 +02:00
smlng
29d84a6865
posix: replace timex in pthread_cond
2017-06-21 11:24:22 +02:00
2a46cd6d58
Merge pull request #6785 from patgrosse/microcoap_update
...
pkg: microcoap: bump version (ef27289, Feb 5 2016)
2017-06-21 09:40:16 +02:00
smlng
bf93cd59fb
tests: add on-board button test
2017-06-20 21:27:21 +02:00
smlng
587bfcf8bc
cc2650stk: add SAUL gpio adaption
2017-06-20 21:19:58 +02:00
smlng
de948189c3
periph: generalized button macros
2017-06-20 21:19:56 +02:00
d512c1b2a8
Merge pull request #6677 from kYc0o/fox_periph_flashpage
...
boards/fox: add periph_flashpage feature
2017-06-20 20:35:07 +02:00
Sebastian Meiling
30be4f7673
Merge pull request #7202 from kaspar030/murdock_enable_http_cache
...
murdock: enable dlcache
2017-06-19 11:15:18 +02:00
Peter Kietzmann
ea904a16b8
boards/nucleo-f411: add ADC pin config
2017-06-19 11:08:39 +02:00
Sebastian Meiling
cbb23fb588
Merge pull request #7121 from kb2ma/gcoap/thread_safety
...
net/gcoap: Protect internal state for multithreaded use
2017-06-19 11:04:50 +02:00
0e7529be7a
Merge pull request #7205 from biboc/change_author_biboc
...
Change my email address - biboc
2017-06-19 10:50:54 +02:00
biboc
0e41861db0
Change my email address:
...
<baptiste.clenet@xsoen.com>
to
<bapclenet@gmail.com>
2017-06-19 10:38:16 +02:00
zhuoshuguo
83e1385683
gnrc_mac: updated coding style.
2017-06-19 10:15:41 +02:00
d9f41e6d66
murdock: enable dlcache
2017-06-19 09:25:09 +02:00
Ken Bannister
aa2f97c80f
net/gcoap: Protect update to open requests with mutex.
2017-06-18 06:29:43 -04:00
Ken Bannister
24b21dbfbc
net/gcoap: Protect message ID state with atomic updates.
...
Also changed semantics for storage of message ID, from last ID to next ID.
This change provides idiomatic use of the return value of the atomic
function, without other side effects on gcoap.
2017-06-18 06:16:15 -04:00
ed9899ad57
Merge pull request #6643 from kaspar030/add_http_dl_cache
...
dist/tools: add http download with caching
2017-06-17 18:17:45 +02:00
d772dc0116
boards: x86-multiboot-common: use dlcache for downloading toolchain
2017-06-17 17:00:55 +02:00
c1cd257544
pkg: tlsf: use dlcache
2017-06-17 17:00:55 +02:00
d98e25b7d9
pkg: nordic_softdevice_ble: use dlcache
2017-06-17 17:00:55 +02:00
d69352a237
dist/tools: add dlcache.sh
2017-06-17 17:00:55 +02:00
c78e8cbd27
drivers: mma8x5x: add motion detection interrupt support
2017-06-17 00:29:11 +02:00
031870038b
Merge pull request #6767 from miri64/evtimer/feat/initial
...
evtimer: initial import
2017-06-17 00:25:22 +02:00
Cenk Gündoğan
25a5989cce
Merge pull request #7164 from smlng/enh/trickle/fix_7161
...
trickle: enhancements
2017-06-16 23:46:55 +02:00
smlng
5cb8a86e44
trickle: enhancements
...
- add asserts
- update docu
2017-06-16 23:04:01 +02:00
Martine Lenders
0f39c5549e
tests: add test for evtimer underflow
2017-06-16 16:50:54 +02:00
Martine Lenders
15732bede6
tests: provide tests for evtimer
2017-06-16 16:50:54 +02:00