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

12942 Commits

Author SHA1 Message Date
Sebastian Meiling
6998d9708b Merge pull request #6339 from cgundogan/pr/jenkins_buildstate
jenkins: use FAILURE instead of UNSTABLE for GitHub commit status
2017-01-13 09:54:32 +01:00
Martine Lenders
e9d13d73bc native: prettify argument parsing 2017-01-12 23:40:17 +01:00
Martine Lenders
72a3e7e6e1 Merge pull request #6174 from cgundogan/pr/netdev2_tap/assert_to_if
netdev2_tap: assert address len >= ETHERNET_ADDR_LEN
2017-01-12 22:28:56 +01:00
Martine Lenders
a6799f58b2 Merge pull request #6334 from kaspar030/bump_git-cache
dist: tools: git-cache: bump version
2017-01-12 22:06:25 +01:00
Cenk Gündoğan
5d46148c11 jenkins: use FAILURE instead of UNSTABLE for GitHub commit status 2017-01-12 21:50:35 +01:00
2f2624577b Merge pull request #6258 from cgundogan/pr/jenkins
jenkins: add initial config
2017-01-12 20:30:55 +01:00
Martine Lenders
3ba12182c5 Merge pull request #6158 from lebrush/mutex-timeout
sys: add mutex lock with timeout function
2017-01-12 20:18:23 +01:00
Cenk Gündoğan
1ac6937cf3 jenkins: add initial config 2017-01-12 19:27:16 +01:00
Cenk Gündoğan
aaf012ad83 netdev2_tap: assert address len >= ETHERNET_ADDR_LEN 2017-01-12 18:14:14 +01:00
389870e181 cpu: saml21: re-add periph/pm initialization 2017-01-12 17:48:11 +01:00
17b35f6ece dist: tools: git-cache: bump version
adds OSX fixes for md5sum, flock
2017-01-12 17:31:57 +01:00
Hauke Petersen
6270283033 Merge pull request #6160 from kaspar030/introduce_new_power_management
Introduce new power management
2017-01-12 17:31:49 +01:00
Hauke Petersen
3faf8f6799 Merge pull request #6242 from ant9000/saml21_update_to_xdk3.33
SAM L21 update to ASF xdk 3.33
2017-01-12 17:07:10 +01:00
Hauke Petersen
efd27b6bd1 Merge pull request #6257 from PeterKietzmann/cpu_stm32f1_cmsis_fix_ACR_bit
cpu/stm32f1: cmsis fix flash latency bit
2017-01-12 16:57:52 +01:00
51a86f75b8 boards: chronos: add stub support for periph/pm 2017-01-12 16:26:03 +01:00
9d1c5f02d7 cpu: stm32_common: periph_cpu_common.h doxygen fix 2017-01-12 16:26:03 +01:00
5798beca64 cpu: stm32f1/2/4: unify periph/pm support 2017-01-12 16:26:02 +01:00
a8c5fcc5eb cpu: saml21: add periph/pm support 2017-01-12 16:26:02 +01:00
c2b48ca230 cpu: nrf51: initial periph/pm support 2017-01-12 16:26:02 +01:00
f0cf52f622 cpu: nrf52: initial periph/pm support 2017-01-12 16:26:02 +01:00
662bec002a cpu: k60: add periph/pm support 2017-01-12 16:26:02 +01:00
db823679aa board: samr21-xpro: move periph_pm to cpu/samd21/Makefile.features 2017-01-12 16:26:02 +01:00
066332d6dc cpu: stm32f1: add periph/pm support 2017-01-12 16:26:02 +01:00
0fb66a0fd1 cpu: cortexm: always use periph_common module 2017-01-12 16:26:02 +01:00
fa9fbabd97 cpu: x86: add stub periph_cpu.h 2017-01-12 16:26:02 +01:00
062b90788a cpu: arm7_common: adapt to periph/pm 2017-01-12 16:26:02 +01:00
8c8ce5a092 cpu: x86: adapt to periph/pm 2017-01-12 16:26:02 +01:00
fb46d57705 cpu: msp430-common: adapt reboot to periph/pm 2017-01-12 16:26:01 +01:00
52d53a92ab cpu: lpc1768: adapt to periph/pm 2017-01-12 16:26:01 +01:00
040c6e9967 cpu: lpc11u34: remove obsolete reboot implementation 2017-01-12 16:26:01 +01:00
3e365b89fa cpu: atmega_common: adapt to periph/pm 2017-01-12 16:26:01 +01:00
f42e5381ee cpu: samd21: add periph/pm support 2017-01-12 16:26:01 +01:00
807a190e20 cpu: cortexm: adapt to periph/pm 2017-01-12 16:26:01 +01:00
ca7bf15ac4 core: panic: adapt to pariph/pm 2017-01-12 16:26:01 +01:00
1b31fc75c4 core: reboot: map to periph/pm 2017-01-12 16:26:01 +01:00
ac9b12263a make: factor out features handling, add default feature handling 2017-01-12 16:26:01 +01:00
Peter Kietzmann
96817f406f Merge pull request #6322 from aabadie/bmp180_cleanup
drivers/bmp180: saul driver cleanup
2017-01-12 14:54:12 +01:00
Peter Kietzmann
afcdd62816 Merge pull request #6306 from aabadie/nucleo_f446_uart
boards/nucleo-f446: configure 2 new UARTs using USART3 and USART1
2017-01-12 14:41:22 +01:00
Peter Kietzmann
111c9a0039 Merge pull request #6307 from aabadie/nucleo_f446_pwm
boards/nucleo-f446: configure a few pwm pins
2017-01-12 14:39:18 +01:00
Victor Arino
17d6d2a5b5 sys/xtimer: implement mutex lock with timeout 2017-01-12 13:20:26 +01:00
4291c1f839 native: support add periph/pm support 2017-01-12 11:24:15 +01:00
92f6fc6888 drivers: add layered power modes module 2017-01-12 11:24:15 +01:00
6150e2753a drivers: periph: pm: introduce new power management API 2017-01-12 11:24:15 +01:00
0194091673 remove obsolete lpm code 2017-01-12 11:24:15 +01:00
Martine Lenders
51d13ee906 Merge pull request #6211 from lebrush/list_remove
core/list: add remove method
2017-01-12 11:21:10 +01:00
Peter Kietzmann
280a200377 Merge pull request #6230 from haukepetersen/opt_kinetis_pwm
cpu/kinetis: reworked PWM driver implementation
2017-01-12 10:16:31 +01:00
Oleg Hahm
587502446a Merge pull request #6323 from kaspar030/blacklist_aversiveplusplus
tests: pkg_aversiveplusplus: temporarily disable CI building
2017-01-12 00:10:59 +01:00
Francisco Acosta
deeb48723b Merge pull request #6293 from kYc0o/tweetnacl_pkg
pkg: add tweetnacl as a package
2017-01-11 21:04:00 +01:00
26ace09ca8 Merge pull request #6321 from kaspar030/bump_gitcache
dist: tools: git-cache: bump to latest upstream
2017-01-11 18:43:08 +01:00
Francisco Acosta
cfa788a823 Merge pull request #6182 from haukepetersen/opt_cc2538_gpio
cpu/cc2538: reworked GPIO driver
2017-01-11 17:21:49 +01:00