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

13268 Commits

Author SHA1 Message Date
Hauke Petersen
ac482fd3e2 drivers/w5100: adapted to SPI API changes 2017-01-25 16:46:46 +01:00
Hauke Petersen
5cb10ca9ea drivers/nrf24l01: adapted to SPI API changes 2017-01-25 16:46:46 +01:00
Hauke Petersen
3d80b9c581 drivers/lis3dh: adapted to SPI API changes 2017-01-25 16:46:46 +01:00
Hauke Petersen
e5ab3c2020 drivers/kw2xrf: adpated to SPI API changes 2017-01-25 16:46:45 +01:00
Hauke Petersen
87534c75f0 drivers/encx24j600: adapted to SPI API changes 2017-01-25 16:46:45 +01:00
Hauke Petersen
dc3e78d521 drivers/end28j60: adapted to SPI API changes 2017-01-25 16:46:45 +01:00
Hauke Petersen
5639b1d52f drivers/cc2420: adapted to SPI API changes 2017-01-25 16:46:45 +01:00
Hauke Petersen
8799b3ab9e drivers/cc110x: adapted to SPI API changes 2017-01-25 16:46:45 +01:00
Hauke Petersen
236f1edddd drivers/at86rf2xx: adapted to SPI API changes 2017-01-25 16:46:45 +01:00
Hauke Petersen
610e671aac drivers/adt7310: adapted to SPI API changes 2017-01-25 16:46:45 +01:00
Hauke Petersen
f42ae58d27 tests/warn_conflict: adapted to SPI API changes 2017-01-25 16:46:45 +01:00
Hauke Petersen
c9bb55405b pkg/u8g2: adapted doc to SPI changes 2017-01-25 16:46:45 +01:00
Hauke Petersen
0edef2a0e1 cpu/stm32*+boards: adapted to new SPI API
- adapted the SPI driver
- adapted all boards using the CPU
2017-01-25 16:46:45 +01:00
Hauke Petersen
849ce20f5c cpu/sam3+boards: adapted to new SPI API
- adapted the SPI driver
- adapted all boards using the CPU
2017-01-25 16:46:45 +01:00
Hauke Petersen
ea07a6817c cpu/sam0+boards: adapted to new SPI API
- adapted the SPI driver
- merged SPI driver for samr21 and saml21
- adapted all boards using the CPU
2017-01-25 16:46:45 +01:00
Hauke Petersen
10b0013315 cpu/lpc2387+boards: adapted to new SPI API
- adapted the SPI driver
- adapted all boards using the CPU
2017-01-25 16:46:05 +01:00
Hauke Petersen
b097e0840b cpu/nrf5x+boards: adapted to new SPI API
- adapted the SPI driver
- merged SPI drivers from nrf51 and nrf52
- adapted all boards using the CPU
2017-01-25 16:46:05 +01:00
Hauke Petersen
d5e00e594a cpu/msp430fxyz+boards: adapted to new SPI API
- adapted the SPI driver
- adapted all boards using the CPU
2017-01-25 16:46:05 +01:00
Hauke Petersen
c97a88ecb8 cpu/lpc11u34+boards: adapted to new SPI API
- adapted the SPI driver
- adapted all boards using the CPU
2017-01-25 16:46:05 +01:00
Hauke Petersen
5880d0edda cpu/kinetis+boards: adapted to new SPI API
- adapted the SPI driver
- adapted all boards using the CPU
2017-01-25 16:46:05 +01:00
Hauke Petersen
ca5f1befb3 cpu/cc2538+boards: adapted to SPI API changes
- adapted the SPI driver
- adapted all boards using the CPU
2017-01-25 16:46:05 +01:00
Hauke Petersen
b7109bd564 cpu/kinetis_common: added SPI scaler calc tool 2017-01-25 16:46:05 +01:00
Hauke Petersen
e38fc727af cpu/stm32_common: added SPI div calc tool 2017-01-25 16:46:05 +01:00
Hauke Petersen
f5595693f6 cpu/atmega_common: adapted SPI driver 2017-01-25 16:46:05 +01:00
Hauke Petersen
a25b25d830 tests/periph_spi: rewrite of SPI test 2017-01-25 16:46:04 +01:00
Hauke Petersen
96fe0fd63e drivers/periph_common: reworked SPI driver parts 2017-01-25 16:46:04 +01:00
Hauke Petersen
37e0482e35 drivers/periph: remodeled SPI driver interface 2017-01-25 16:46:04 +01:00
Peter Kietzmann
274ab1cd66 Merge pull request #5499 from kaspar030/minor_compile_fixes
cpu: samd21: misc compile fixes
2017-01-25 16:17:51 +01:00
d676356be3 Merge pull request #6474 from kaspar030/debug_parallel_build
CI: murdock: add workdir sanity check to compile step
2017-01-25 13:17:33 +01:00
c1f6e59af2 CI: murdock: add workdir sanity check to compile step 2017-01-25 13:02:31 +01:00
Emmanuel Baccelli
ff85c5b9c2 Merge pull request #6471 from kaspar030/remove_iotivity
pkg: iotivity: temporarily remove
2017-01-25 12:30:56 +01:00
Peter Kietzmann
e855767d0f Merge pull request #6470 from kaspar030/fix_maindir_clean_target
make: remove pkg/*/ from clean targets
2017-01-25 12:13:56 +01:00
e9849e660f pkg: iotivity: temporarily remove 2017-01-25 10:49:39 +01:00
be7771e0b9 cpu: cortexm_common: add define for number of non-isr exceptions 2017-01-25 10:22:03 +01:00
865008ea7e cpu: samd21: make isr vector table -pedantic safe 2017-01-25 10:22:02 +01:00
9ec39de1d0 cpu: samd21: misc Wextra fixes 2017-01-25 10:10:47 +01:00
d8f0eaf127 cpu: cortexm: fix signed<->unsigned compare 2017-01-25 10:10:47 +01:00
Jason Tran
de8c3f0a85 dist/tools/jlink: remove jlink confirmation prompt 2017-01-24 19:42:06 -08:00
0c1db826b5 Merge pull request #6403 from TizenTeam/sandbox/pcoval/on/master/patch
pkg: iotivity: Hide put_light function if not needed
2017-01-24 22:15:55 +01:00
c835441a6e make: remove pkg/*/ from clean targets 2017-01-24 18:47:41 +01:00
46d2f26c37 Merge pull request #6448 from OTAkeys/pr/stm32_rtc
stm32_common: unified RTC driver
2017-01-24 18:32:59 +01:00
Cenk Gündoğan
c82ec38168 Merge pull request #6463 from smlng/pr/ci/gitcache_init
Jenkins: add git-cache init before build
2017-01-24 18:19:33 +01:00
Vincent Dupont
54dc75d63c cpu/stm32f1: fix flashpage driver HSI disabling 2017-01-24 18:11:06 +01:00
Vincent Dupont
e5a1c7835f cpu/stm32f0: add flashpage config in cpu_conf.h 2017-01-24 18:11:06 +01:00
Vincent Dupont
455881ee58 cpu/stm32f0: add periph/flashpage driver 2017-01-24 18:11:06 +01:00
Martine Lenders
5ea160e6fe Merge pull request #6004 from miri64/posix/enh/use-sock-for-sockets
posix_sockets: port to sock
2017-01-24 17:40:01 +01:00
Cenk Gündoğan
616d7a216a Merge pull request #6455 from miri64/gnrc_ndp/fix/tentative
gnrc_ndp: do not add new neighbors as TENTATIVE on 6LR
2017-01-24 16:41:30 +01:00
Martine Lenders
7a02ce6140 Merge pull request #6465 from aabadie/fix_doxygen_nucleo_l1
boards/nucleo-l1: fix non closed doxygen block
2017-01-24 16:22:43 +01:00
smlng
54c56f6c3c Jenkins: add git-cache init before build 2017-01-24 16:08:03 +01:00
Sebastian Meiling
40c84dee66 Merge pull request #6464 from cgundogan/pr/jenkins_enh
jenkins: move retry+timeout out of groovy into shell
2017-01-24 16:07:29 +01:00