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

14489 Commits

Author SHA1 Message Date
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
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
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
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
fce919d27c
evtimer: initial import 2017-06-16 16:50:54 +02:00
a6fcbcde9c Merge pull request #7159 from OTAkeys/pr/stmclk_f2
cpu/stm32f2: implement stmclk interface for stm32f2
2017-06-15 19:09:57 +02:00
Francisco Acosta
468f12f87d Merge pull request #6899 from bergzand/drivers/mrf24j40-remdefine
drivers/mrf24j40 remove obsolete RSSI_BASE_VALUE define
2017-06-15 16:57:45 +02:00
Cenk Gündoğan
f1dc041728 Merge pull request #7180 from miri64/gnrc_ipv6_nib/fix/nc-cache-out
gnrc_ipv6_nib: fix caching mechanism of neighbor cache
2017-06-15 13:00:41 +02:00
Martine Lenders
bfa515bd43 tests: enhance tests for caching error case 2017-06-15 11:40:46 +02:00
Martine Lenders
b32200e3ad gnrc_ipv6_nib: fix caching mechanism of neighbor cache 2017-06-15 11:40:46 +02:00
smlng
26c8338a04 driver,bmp180: adapt SAUL scale to read pressure in hectoPascal (hPA) 2017-06-15 11:24:02 +02:00
9dadb9cbaf Merge pull request #7158 from OTAkeys/pr/stmclk_f4
cpu/stm32f4: implement stmclk interface for stm32f4
2017-06-15 11:23:24 +02:00
92147cf269 Merge pull request #7168 from smlng/driver/tmp006/rework
driver: tmp006 rework
2017-06-14 23:10:45 +02:00
smlng
054c002960 saul: add support for tmp006 2017-06-14 20:45:01 +02:00
smlng
c17d64eaff tests: adapt driver_tmp006 to rework 2017-06-14 20:45:01 +02:00
smlng
42a09128aa drivers: rework tmp006 2017-06-14 20:44:59 +02:00
Sebastian Meiling
64297e343b Merge pull request #6781 from aabadie/driver_bmp180_cleanup
drivers/bmp180: implementation refactoring and cleanup
2017-06-14 12:14:36 +02:00
41d1de1ba3 tests/driver_bmp180: apply changes in driver API 2017-06-14 09:48:20 +02:00