repo
string
commit
string
message
string
diff
string
edgecase/sortable-model
63d5a9b3ce67a0c276d36aece39210749d989703
Regenerated gemspec for version 0.0.5
diff --git a/sortable-model.gemspec b/sortable-model.gemspec index 178e2b7..9adb775 100644 --- a/sortable-model.gemspec +++ b/sortable-model.gemspec @@ -1,58 +1,58 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8...
edgecase/sortable-model
b9ef71b76cf38318684a03bea4e03ebe479a48d1
Version bump to 0.0.5
diff --git a/Rakefile b/Rakefile index 84788d9..7542f96 100644 --- a/Rakefile +++ b/Rakefile @@ -1,49 +1,49 @@ require 'rubygems' require 'rake' begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = "sortable-model" gem.summary = "DSL for generating ordering named-scopes for ActiveRecord m...
edgecase/sortable-model
ae8bd8a341b1bf87b667466048370d8a56f6ce05
Regenerated gemspec for version 0.0.4
diff --git a/sortable-model.gemspec b/sortable-model.gemspec index 629c818..178e2b7 100644 --- a/sortable-model.gemspec +++ b/sortable-model.gemspec @@ -1,58 +1,58 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8...
edgecase/sortable-model
31536bdb6eca1dc7d52343ae25fd3ca1531a2cea
license
diff --git a/LICENSE b/LICENSE index d9320fd..cf969c4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,20 +1,20 @@ -Copyright (c) 2009 EdgeCase LLC +Copyright (c) 2010 Jon Distad, Ehren Murdick Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (...
edgecase/sortable-model
5891fcf50ffc0a78d03f08f2329ba098cd13ab0e
Regenerated gemspec for version 0.0.3
diff --git a/sortable-model.gemspec b/sortable-model.gemspec index a9f80cf..629c818 100644 --- a/sortable-model.gemspec +++ b/sortable-model.gemspec @@ -1,57 +1,58 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8...
edgecase/sortable-model
cb9c06ff409f8e7afb1486ab43be02b7356d92ab
Version bump to 0.0.3
diff --git a/VERSION b/VERSION index 4e379d2..bcab45a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.2 +0.0.3
edgecase/sortable-model
5f775a14a8de292620a00113e3dc16c0f8e8727b
udpate README
diff --git a/README.rdoc b/README.rdoc index e1bfaa5..cd65c15 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,19 +1,44 @@ = sortable-model Sortable-model provides a DSL for creating named scopes that order the object in question based on its own attributes or those of its associations. It also provides a method f...
edgecase/sortable-model
9b460319f1906f9c90f5ebcc0b14f09117d8c99d
removed *.gemspec from .gitignore
diff --git a/.gitignore b/.gitignore index 41e9f76..a7dcd95 100644 --- a/.gitignore +++ b/.gitignore @@ -1,24 +1,22 @@ ## MAC OS .DS_Store .zsh_rake_cache ## TEXTMATE *.tmproj tmtags ## EMACS *~ \#* .\#* ## VIM *.swp ## PROJECT::GENERAL coverage rdoc pkg ## PROJECT::SPECIFIC - -*.gemspec
edgecase/sortable-model
e4dba2b240a528d1ea05b6b5409da42ddde44093
gitignore
diff --git a/.gitignore b/.gitignore index c1e0daf..a7dcd95 100644 --- a/.gitignore +++ b/.gitignore @@ -1,21 +1,22 @@ ## MAC OS .DS_Store +.zsh_rake_cache ## TEXTMATE *.tmproj tmtags ## EMACS *~ \#* .\#* ## VIM *.swp ## PROJECT::GENERAL coverage rdoc pkg ## PROJECT::SPECIFIC
edgecase/sortable-model
8945bd95a6c756c0708dbd3b4024cce4a27ecdb6
Version bump to 0.0.2
diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..4e379d2 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.0.2
edgecase/sortable-model
c02d2d7dd006a846abf182b6a320c42d0e0d5454
LICENSE
diff --git a/LICENSE b/LICENSE index d99c440..d9320fd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,20 +1,20 @@ -Copyright (c) 2009 Jon Distad +Copyright (c) 2009 EdgeCase LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"...
edgecase/sortable-model
e2bf2024fecbcc7964e92b242a5021cdf485dd70
add source
diff --git a/lib/sortable-model.rb b/lib/sortable-model.rb index e69de29..91f2804 100644 --- a/lib/sortable-model.rb +++ b/lib/sortable-model.rb @@ -0,0 +1,62 @@ +module SortableModel + def self.extended(mod) + mod.module_eval do + @_sort_scopes = [] + end + end + + def sorted_by name, *args + if @_sor...
joemccann/Fail-Friday
11a37d15852bc4937dfae35edf0d414d1b13047e
Adding the latest caches to execute a filter-branch command.
diff --git a/latest-GMaps-cache.json b/latest-GMaps-cache.json index c4551ac..0bbaa0b 100644 --- a/latest-GMaps-cache.json +++ b/latest-GMaps-cache.json @@ -1 +1,2111 @@ -[{"MAX_ROWS_PRIOR":233},{"lat":33.4483771,"lng":-112.0740373,"address":"Phoenix,AZ","queryAddress":"Phoenix,AZ","response":"OK"},{"lat":34.1650972,"l...
joemccann/Fail-Friday
bf608ddf2a7a06ec6f475a28809fd316e23efcb2
Removed console.log calls.
diff --git a/js/global-compiled.js b/js/global-compiled.js index a1b95d1..7a0997a 100644 --- a/js/global-compiled.js +++ b/js/global-compiled.js @@ -1,4 +1,4 @@ $(function(){var a=document.getElementById("ftl"),f=document.getElementById("ftw");$(a).height($(window).height()).width($(window).width());var g=new google.m...
joemccann/Fail-Friday
74f76c6bfc3e6ba7101ebe618c924bc50507e733
Removed debugging related code (fixed MAX for loops, etc.).
diff --git a/inc/classes/GoogleMapsLocationCache.php b/inc/classes/GoogleMapsLocationCache.php index 7838fb4..1faad16 100644 --- a/inc/classes/GoogleMapsLocationCache.php +++ b/inc/classes/GoogleMapsLocationCache.php @@ -1,175 +1,168 @@ <?php /** * Created by IntelliJ IDEA. * User: Joe * Date: Mar 6, 2010 * T...
joemccann/Fail-Friday
5b949b1cd7e80433002459fc63715aa8ade63e7d
Modified script so we are only requesting one JSON file. Subsequent housekeeping.
diff --git a/js/global-compiled.js b/js/global-compiled.js index a42c1ad..a1b95d1 100644 --- a/js/global-compiled.js +++ b/js/global-compiled.js @@ -1,5 +1,4 @@ -$(function(){var l=[],m,a=document.getElementById("ftl"),h=document.getElementById("ftw");$(a).height($(window).height()).width($(window).width());var i=new g...
joemccann/Fail-Friday
a15fc182c6384a91755f17e07d3c2edf49ec2281
Modified bug in a loop. Simplified data structure so js only requests one JSON file instead of two.
diff --git a/inc/classes/GoogleMapsLocationCache.php b/inc/classes/GoogleMapsLocationCache.php index db6d5ac..7838fb4 100644 --- a/inc/classes/GoogleMapsLocationCache.php +++ b/inc/classes/GoogleMapsLocationCache.php @@ -1,154 +1,175 @@ <?php /** * Created by IntelliJ IDEA. * User: Joe * Date: Mar 6, 2010 * T...
joemccann/Fail-Friday
3642f26da52d9941c6995f1c0a187290c93aec9c
Changing author settings.
diff --git a/.gitignore b/.gitignore index 0a846cf..f1badd9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # Ignore all dotfiles... .* +ncode/* # except for .gitignore !.gitignore \ No newline at end of file
joemccann/Fail-Friday
44eca84168b57ba7ffdb17e6e737317488b221a7
Changed styling, added GA.
diff --git a/css/global.css b/css/global.css index f1558ca..903a881 100644 --- a/css/global.css +++ b/css/global.css @@ -1,58 +1,57 @@ #ftl { margin: 0 auto; } #ftw { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: transparent url('/img/bg-nav.png') rep...
joemccann/Fail-Friday
50d0986fc1135a64dbbcfea8175483814bb57b1e
Changed styling, added GA.
diff --git a/css/global.css b/css/global.css index f1558ca..903a881 100644 --- a/css/global.css +++ b/css/global.css @@ -1,58 +1,57 @@ #ftl { margin: 0 auto; } #ftw { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: transparent url('/img/bg-nav.png') rep...
joemccann/Fail-Friday
8c3e71d748d2f48c003fd81931d0996260831897
initial
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0a846cf --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# Ignore all dotfiles... +.* +# except for .gitignore +!.gitignore \ No newline at end of file diff --git a/css/debug.css b/css/debug.css new file mode 100644 index 0000000..0d3f02f --- /dev/...
joemccann/Fail-Friday
fba8e549da4217e1b02224115809e3847f6f515f
initial
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0a846cf --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# Ignore all dotfiles... +.* +# except for .gitignore +!.gitignore \ No newline at end of file diff --git a/css/debug.css b/css/debug.css new file mode 100644 index 0000000..0d3f02f --- /dev/...
gradle-archive/gradle-idea-plugin
8bc49057606b2ab8b88986e7585da7e80b61d6c7
Added a method to get a URL relative to the project directory.
diff --git a/src/main/groovy/org/gradle/plugins/idea/IdeaProject.groovy b/src/main/groovy/org/gradle/plugins/idea/IdeaProject.groovy index 652b087..5d6a0f1 100644 --- a/src/main/groovy/org/gradle/plugins/idea/IdeaProject.groovy +++ b/src/main/groovy/org/gradle/plugins/idea/IdeaProject.groovy @@ -1,120 +1,130 @@ /* *...
gradle-archive/gradle-idea-plugin
6fad6b0d621014e8a0384df1c0479e3a10b2ab0b
Fixed a bug where the content root of a module was not correct if the .iml file was not put in the projectDir.
diff --git a/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy b/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy index 594942e..4200a70 100644 --- a/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy +++ b/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy @@ -1,302 +1,306 @@ /* * Cop...
gradle-archive/gradle-idea-plugin
59471b2b3a9170c5151ac45beb533f95b1926ee8
Added support for JDK languageLevel.
diff --git a/src/main/groovy/org/gradle/plugins/idea/model/Jdk.groovy b/src/main/groovy/org/gradle/plugins/idea/model/Jdk.groovy index 5a61741..dfb67d5 100644 --- a/src/main/groovy/org/gradle/plugins/idea/model/Jdk.groovy +++ b/src/main/groovy/org/gradle/plugins/idea/model/Jdk.groovy @@ -1,81 +1,93 @@ /* * Copyright...
gradle-archive/gradle-idea-plugin
7a853dc4e089fde7cd0231b4b516936f86fa06f5
Fixed relative pathing for modules listed in the .ipr when the .ipr is not in the default location (under the project dir).
diff --git a/src/main/groovy/org/gradle/plugins/idea/IdeaProject.groovy b/src/main/groovy/org/gradle/plugins/idea/IdeaProject.groovy index 9ed5fb3..652b087 100644 --- a/src/main/groovy/org/gradle/plugins/idea/IdeaProject.groovy +++ b/src/main/groovy/org/gradle/plugins/idea/IdeaProject.groovy @@ -1,120 +1,120 @@ /* *...
gradle-archive/gradle-idea-plugin
1cde9db3ca5c40bc69ec20256678aff2ee027e08
Made the artifactory id and password properties optional unless uploadArchives is executed.
diff --git a/build.gradle b/build.gradle index b6a546c..ff8c61d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,55 +1,61 @@ -// For deploying the plugin you need to set the properties gradleIntellijPlugin_artifactoryId and gradleIntellijPlugin_artifactoryPassword - -import java.text.SimpleDateFormat +// For deployi...
gradle-archive/gradle-idea-plugin
3636e264058c3f9d55af606cfb7ccdf60f13359d
Added documentation.
diff --git a/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy b/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy index 7dc68e1..594942e 100644 --- a/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy +++ b/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy @@ -1,299 +1,302 @@ /* * Cop...
gradle-archive/gradle-idea-plugin
2e6d74d34ebae6fc943c8d8ffc4923ea6ea25633
Added documentation.
diff --git a/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy b/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy index 160efe7..7dc68e1 100644 --- a/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy +++ b/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy @@ -1,294 +1,299 @@ /* * Cop...
gradle-archive/gradle-idea-plugin
188792085c08a70ee516ae09ab3a0f1059d3b8ea
Increased version.
diff --git a/build.gradle b/build.gradle index adf0a1e..b6a546c 100644 --- a/build.gradle +++ b/build.gradle @@ -1,55 +1,55 @@ // For deploying the plugin you need to set the properties gradleIntellijPlugin_artifactoryId and gradleIntellijPlugin_artifactoryPassword import java.text.SimpleDateFormat buildscript ...
gradle-archive/gradle-idea-plugin
5705ead1330ebdd374006f754137bdd9dfd6cbdb
Fixed NPE bug.
diff --git a/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy b/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy index c261145..160efe7 100644 --- a/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy +++ b/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy @@ -1,294 +1,294 @@ /* * Cop...
gradle-archive/gradle-idea-plugin
8f5a049200a97b26a76134c1be1980896aad4397
Changed version number.
diff --git a/build.gradle b/build.gradle index 6eeb822..adf0a1e 100644 --- a/build.gradle +++ b/build.gradle @@ -1,55 +1,55 @@ // For deploying the plugin you need to set the properties gradleIntellijPlugin_artifactoryId and gradleIntellijPlugin_artifactoryPassword import java.text.SimpleDateFormat buildscript ...
gradle-archive/gradle-idea-plugin
e01a462d0a9a339548446da7993c8d63607f210b
Added support for module jdks. Set default for export to true for COMPILE and RUNTIME scope. Fixed an issue with dependencies that are equal but that have different artifacts.
diff --git a/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy b/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy index 635161c..c261145 100644 --- a/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy +++ b/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy @@ -1,278 +1,294 @@ /* * Cop...
gradle-archive/gradle-idea-plugin
55a1a6691173f856103e3d9fd7ccee345cdf7c3a
Added comments and removed debug output.
diff --git a/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy b/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy index 47ca4ec..635161c 100644 --- a/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy +++ b/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy @@ -1,273 +1,278 @@ /* * Cop...
gradle-archive/gradle-idea-plugin
67775007eef98c48bc990a8f606d328b227ed781
Added workspace task. Improved equality handling when merging dependencies. Some refactoring.
diff --git a/src/main/groovy/org/gradle/plugins/idea/IdeaConvention.groovy b/src/main/groovy/org/gradle/plugins/idea/IdeaConvention.groovy new file mode 100644 index 0000000..edf650d --- /dev/null +++ b/src/main/groovy/org/gradle/plugins/idea/IdeaConvention.groovy @@ -0,0 +1,12 @@ +package org.gradle.plugins.idea + +im...
gradle-archive/gradle-idea-plugin
a10183ea276c1e06811bcefa61c30bf2c48362f2
Renamed plugin from IntelliJ to Idea
diff --git a/build.gradle b/build.gradle index 010c8af..a39ad70 100644 --- a/build.gradle +++ b/build.gradle @@ -1,53 +1,56 @@ // For deploying the plugin you need to set the properties gradleIntellijPlugin_artifactoryId and gradleIntellijPlugin_artifactoryPassword import java.text.SimpleDateFormat buildscript ...
gradle-archive/gradle-idea-plugin
829065bb1615166c0370244b2f9a0fd25811c475
Added .gitignore
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0aece34 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +*~ +.gradle +build +out +*.iml +*.ipr +*.iws +libs
gradle-archive/gradle-idea-plugin
90b1b7f76f23b37cd4455c3b764e0378fc026dd3
Added support for self resolving dependenies (e.g. file system dependencies). Removed some obsolete code. Changed default for JavaVersion to 1.6.
diff --git a/build.gradle b/build.gradle index 1798572..010c8af 100644 --- a/build.gradle +++ b/build.gradle @@ -1,49 +1,53 @@ // For deploying the plugin you need to set the properties gradleIntellijPlugin_artifactoryId and gradleIntellijPlugin_artifactoryPassword import java.text.SimpleDateFormat -//buildscrip...
gradle-archive/gradle-idea-plugin
7bf42b2519cb373568fce23002f05f6d66e03763
Changed uploading config.
diff --git a/build.gradle b/build.gradle index 24df6af..1798572 100644 --- a/build.gradle +++ b/build.gradle @@ -1,58 +1,49 @@ // For deploying the plugin you need to set the properties gradleIntellijPlugin_artifactoryId and gradleIntellijPlugin_artifactoryPassword import java.text.SimpleDateFormat -buildscript ...
gradle-archive/gradle-idea-plugin
74d1404b6c73a1d5262212a1dd32bbca15aa0a56
Changed uploading config.
diff --git a/build.gradle b/build.gradle index acf7a8f..24df6af 100644 --- a/build.gradle +++ b/build.gradle @@ -1,56 +1,58 @@ +// For deploying the plugin you need to set the properties gradleIntellijPlugin_artifactoryId and gradleIntellijPlugin_artifactoryPassword + import java.text.SimpleDateFormat buildscript ...
gradle-archive/gradle-idea-plugin
846e601e4379345e9074cd67e87becd31114abfb
Fixed some path related issues.
diff --git a/build.gradle b/build.gradle index a136107..38a5910 100644 --- a/build.gradle +++ b/build.gradle @@ -1,56 +1,56 @@ import java.text.SimpleDateFormat buildscript { repositories { mavenRepo urls: 'http://gradle.artifactoryonline.com/gradle/plugins-releases-local' } dependencies { ...
gradle-archive/gradle-idea-plugin
cec1adc17754765cd3f80e1e63048e187b04e8ed
Added downloading of source and javadoc jars. Renamed and moved classes and packages.
diff --git a/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy b/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy deleted file mode 100644 index 6c6f43e..0000000 --- a/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy +++ /dev/null @@ -1,173 +0,0 @@ -/* - * Copyright 2010 the original author or...
gradle-archive/gradle-idea-plugin
570dc1f951633f223add6c42f953e9b61c785477
cleanup
diff --git a/src/main/resources/gradle-plugins/gradle.gdsl b/src/main/resources/gradle-plugins/gradle.gdsl index aee44df..d64d4e2 100644 --- a/src/main/resources/gradle-plugins/gradle.gdsl +++ b/src/main/resources/gradle-plugins/gradle.gdsl @@ -1,35 +1,29 @@ def ctx = context(scope: scriptScope(), filetypes: ["gradle"...
gradle-archive/gradle-idea-plugin
76d688b8d4fd80bf82847a7cfd924db71b469e18
basic gradle build script completion feature for intellij
diff --git a/src/main/resources/gradle-plugins/gradle.gdsl b/src/main/resources/gradle-plugins/gradle.gdsl new file mode 100644 index 0000000..aee44df --- /dev/null +++ b/src/main/resources/gradle-plugins/gradle.gdsl @@ -0,0 +1,35 @@ +def ctx = context(scope: scriptScope(), filetypes: ["gradle"]) +contributor(ctx) { + ...
gradle-archive/gradle-idea-plugin
6ff128fac1388bea35b08e9eaf1b32233fb64bfa
Added javadoc. Fixed relative path handling if iml file is not in content dir.
diff --git a/build.gradle b/build.gradle index 5a455eb..a136107 100644 --- a/build.gradle +++ b/build.gradle @@ -1,54 +1,56 @@ +import java.text.SimpleDateFormat + buildscript { repositories { - mavenRepo urls: 'http://gradle.artifactoryonline.com/gradle/plugins-snapshots-local' + mavenRepo urls: 'h...
gradle-archive/gradle-idea-plugin
d7f49bfb4705923ce2e2c6340e2df4746aeb98cd
Added domain classes to model the customizable aspects of the intellij configuration files.
diff --git a/build.gradle b/build.gradle index 0e930c8..5a455eb 100644 --- a/build.gradle +++ b/build.gradle @@ -1,16 +1,54 @@ +buildscript { + repositories { + mavenRepo urls: 'http://gradle.artifactoryonline.com/gradle/plugins-snapshots-local' + } + dependencies { + classpath "org.gradle.plugin...
gradle-archive/gradle-idea-plugin
f19c756026f26aa08691ed7f2ec6265b78e2093e
Added hook for ipr. Added pretty print. Refactored default xml's into resource files.
diff --git a/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy b/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy index 45d4cbd..6f1426b 100644 --- a/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy +++ b/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy @@ -1,108 +1,106 @@ package or...
gradle-archive/gradle-idea-plugin
6d894d9e5e059aaa4e44779ca968eb4a9b67f531
Some tidying up.
diff --git a/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy b/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy index 9d41fe4..45d4cbd 100644 --- a/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy +++ b/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy @@ -1,123 +1,108 @@ package or...
gradle-archive/gradle-idea-plugin
6370e69519c60711ba8be83e5040eb4ae83a5006
Changed the way dependencies are specified to make things more flexible.
diff --git a/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy b/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy index 3ff476e..9d41fe4 100644 --- a/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy +++ b/src/main/groovy/org/gradle/plugins/idea/IdeaModule.groovy @@ -1,111 +1,123 @@ package or...
ipotpal/ipotpal.github.com
c09fc28505746b96ea2fa20e46f382da0227b354
new page update
diff --git a/index.html b/index.html index d99b57d..c02ffd2 100644 --- a/index.html +++ b/index.html @@ -1,17 +1,18 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <he...
ipotpal/ipotpal.github.com
8bd98e153843e68a1d227bf0795793aef0735bca
new page update
diff --git a/links.html b/links.html index 4161223..02ecfeb 100644 --- a/links.html +++ b/links.html @@ -1 +1,16 @@ -links +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> + +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + ...
ipotpal/ipotpal.github.com
39f6a6b1da27478a471c61c2dde60df37fd263db
First pages commit
diff --git a/index.html b/index.html new file mode 100644 index 0000000..c5383eb --- /dev/null +++ b/index.html @@ -0,0 +1,16 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> + +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="e...
tschmid/tinyos-2.x
2d69c6322ac173f094f0d4459f5bdb5018dacfcf
moved cortex-m3 general code into its own hardware file
diff --git a/tos/chips/cortex/m3/cortexm3hardware.h b/tos/chips/cortex/m3/cortexm3hardware.h new file mode 100644 index 0000000..9aae10e --- /dev/null +++ b/tos/chips/cortex/m3/cortexm3hardware.h @@ -0,0 +1,96 @@ +/* + * Copyright (c) 2009 Stanford University. + * All rights reserved. + * + * Redistribution and use in ...
tschmid/tinyos-2.x
7a871a15f463a4e0f246df2f26ccd7b3192516d7
Fixed bug in state machine of RF radio drivers
diff --git a/apps/MultiRadioTest/MultiRadioTestC.nc b/apps/MultiRadioTest/MultiRadioTestC.nc index 1540f1c..fdf93d6 100644 --- a/apps/MultiRadioTest/MultiRadioTestC.nc +++ b/apps/MultiRadioTest/MultiRadioTestC.nc @@ -1,102 +1,118 @@ /* tab:4 * "Copyright (c) 2000-2005 The Regents of the University of Califo...
tschmid/tinyos-2.x
d71632d38f5bb5606073af3eceff436619f8d107
Bug in order of inits during SPI initialization sequence
diff --git a/tos/chips/sam3u/spi/HilSam3uSpiC.nc b/tos/chips/sam3u/spi/HilSam3uSpiC.nc index b5d1c01..15f3532 100644 --- a/tos/chips/sam3u/spi/HilSam3uSpiC.nc +++ b/tos/chips/sam3u/spi/HilSam3uSpiC.nc @@ -1,88 +1,90 @@ /** * "Copyright (c) 2009 The Regents of the University of California. * All rights reserved. ...
tschmid/tinyos-2.x
a84882b4bc960e911ef88dcba662d1fb9b9fd144
Fixes to get the fleck3y platform to work
diff --git a/tos/chips/rf2xx/rf212/RF212DriverLayerP.nc b/tos/chips/rf2xx/rf212/RF212DriverLayerP.nc index 71d51c2..538055f 100644 --- a/tos/chips/rf2xx/rf212/RF212DriverLayerP.nc +++ b/tos/chips/rf2xx/rf212/RF212DriverLayerP.nc @@ -1,989 +1,993 @@ /* * Copyright (c) 2007, Vanderbilt University * All rights reserv...
tschmid/tinyos-2.x
8eb4887dbd4ef8ef367fdf4c08517d35551cec2b
Beginnings of a multi-radio active message implementation
diff --git a/tos/platforms/opal/ActiveMessageC.nc b/tos/platforms/opal/ActiveMessageC.nc index 16cba59..1ce4bb7 100644 --- a/tos/platforms/opal/ActiveMessageC.nc +++ b/tos/platforms/opal/ActiveMessageC.nc @@ -1,75 +1,70 @@ /* * "Copyright (c) 2004-2005 The Regents of the University of California. * All rights r...
tschmid/tinyos-2.x
610c59e2ecb4b220469cc10775ff5c224405863e
Abstracted the SPI bus, for easy wiring and arbitration
diff --git a/tos/chips/sam3u/spi/FastSpiSam3uC.nc b/tos/chips/sam3u/spi/FastSpiSam3uC.nc index 549be34..e79dfc3 100644 --- a/tos/chips/sam3u/spi/FastSpiSam3uC.nc +++ b/tos/chips/sam3u/spi/FastSpiSam3uC.nc @@ -1,58 +1,64 @@ /** * Emulate fast spi with SpiByte */ -generic module FastSpiSam3uC() +generic module FastS...
tschmid/tinyos-2.x
0210e154725142019a97b6aac70b8f0e3c9d406b
Fix a race condition in the code path for retrying transmissions (found by Andreas Huber)
diff --git a/tos/chips/rf2xx/layers/MessageBufferLayerP.nc b/tos/chips/rf2xx/layers/MessageBufferLayerP.nc index a891e01..c6080fb 100644 --- a/tos/chips/rf2xx/layers/MessageBufferLayerP.nc +++ b/tos/chips/rf2xx/layers/MessageBufferLayerP.nc @@ -1,345 +1,376 @@ /* * Copyright (c) 2007, Vanderbilt University * All r...
tschmid/tinyos-2.x
89c286ab4e7d97f7516ff1220b6716f072aecc60
neglected to restart button in case an app shuts down the board at runtime.
diff --git a/tos/platforms/shimmer2/chips/gyro/GyroBoardP.nc b/tos/platforms/shimmer2/chips/gyro/GyroBoardP.nc index 516aa75..a60ed60 100644 --- a/tos/platforms/shimmer2/chips/gyro/GyroBoardP.nc +++ b/tos/platforms/shimmer2/chips/gyro/GyroBoardP.nc @@ -1,160 +1,161 @@ /* * Copyright (c) 2009, Shimmer Research, Ltd. ...
tschmid/tinyos-2.x
5aabad0c0ca37bd72beab0e5d1bc840fb8b14e89
Added automatic power management of SPI bus
diff --git a/tos/platforms/opal/spi/FastSpiSam3uC.nc b/tos/chips/sam3u/spi/FastSpiSam3uC.nc similarity index 100% rename from tos/platforms/opal/spi/FastSpiSam3uC.nc rename to tos/chips/sam3u/spi/FastSpiSam3uC.nc diff --git a/tos/platforms/opal/spi/HilSam3uSpiC.nc b/tos/chips/sam3u/spi/HilSam3uSpiC.nc similarity index ...
tschmid/tinyos-2.x
9e8cbe3a3b10a4e22ab69ab735f77ef88c6ae6db
Abstracted the SPI interface so we can switch easily between chips
diff --git a/tos/chips/sam3u/spi/HilSam3uSpiP.nc b/tos/chips/sam3u/spi/HilSam3uSpiP.nc index 30ec97f..f0678c8 100644 --- a/tos/chips/sam3u/spi/HilSam3uSpiP.nc +++ b/tos/chips/sam3u/spi/HilSam3uSpiP.nc @@ -1,223 +1,188 @@ /** * "Copyright (c) 2009 The Regents of the University of California. * All rights reserved. ...
tschmid/tinyos-2.x
96e78e054839afe2b900febd851025f3e530b58a
Make rf231 radio the default.
diff --git a/tos/chips/sam3u/spi/HilSam3uSpiP.nc b/tos/chips/sam3u/spi/HilSam3uSpiP.nc index 6827b3b..30ec97f 100644 --- a/tos/chips/sam3u/spi/HilSam3uSpiP.nc +++ b/tos/chips/sam3u/spi/HilSam3uSpiP.nc @@ -1,223 +1,223 @@ /** * "Copyright (c) 2009 The Regents of the University of California. * All rights reserved. ...
tschmid/tinyos-2.x
0545c9f691a9d63045ac283d63be00c38aca79c3
Proper crc check for rf230/231
diff --git a/tos/platforms/opal/chips/RadioConfig.h b/tos/platforms/opal/chips/RadioConfig.h index bdf870a..27bb4c1 100755 --- a/tos/platforms/opal/chips/RadioConfig.h +++ b/tos/platforms/opal/chips/RadioConfig.h @@ -1,120 +1,187 @@ /* * Copyright (c) 2007, Vanderbilt University * All rights reserved. * * ...
tschmid/tinyos-2.x
91e8e17f06d0a30b21166f91f5630d9d702c02b4
Fix small bug to only turn off LED when successfully sent
diff --git a/apps/SimpleRadioTest/SimpleRadioTestC.nc b/apps/SimpleRadioTest/SimpleRadioTestC.nc index cbb00c5..57bf3a2 100644 --- a/apps/SimpleRadioTest/SimpleRadioTestC.nc +++ b/apps/SimpleRadioTest/SimpleRadioTestC.nc @@ -1,80 +1,81 @@ /* tab:4 * "Copyright (c) 2000-2005 The Regents of the University of ...
tschmid/tinyos-2.x
563cb5a3a9f53e2a05744b6fd3637b721ae76b09
Consolidated rf230 and 231 files and got rf212 working as default radio
diff --git a/tools/platforms/sam3u/sam3u-samba-program.py b/tools/platforms/sam3u/sam3u-samba-program.py index 575474f..0cc87e8 100755 --- a/tools/platforms/sam3u/sam3u-samba-program.py +++ b/tools/platforms/sam3u/sam3u-samba-program.py @@ -1,178 +1,179 @@ #!/usr/bin/env python # Script to program the Atmel SAM3U u...
tschmid/tinyos-2.x
e541fcec37d5fbd8c4a8574368d539569983d38d
Added opal-ek platform
diff --git a/support/make/opal-ek.target b/support/make/opal-ek.target new file mode 100644 index 0000000..63c7b72 --- /dev/null +++ b/support/make/opal-ek.target @@ -0,0 +1,9 @@ +#-*-Makefile-*- vim:syntax=make +PLATFORM = opal-ek + +LINKERFILE_PREFIX = opal-flash + +$(call TOSMake_include_platform,sam3u) + +opal-ek: ...
tschmid/tinyos-2.x
894bbee58b8ee7f064fad0c3c69869fc401e4ebe
Fixed up test app, removing unnecessary shadowed files
diff --git a/apps/SimpleRadioTest/RealMainP.nc b/apps/SimpleRadioTest/RealMainP.nc deleted file mode 100644 index ffa7d3f..0000000 --- a/apps/SimpleRadioTest/RealMainP.nc +++ /dev/null @@ -1,104 +0,0 @@ -// $Id$ - -/* - * "Copyright (c) 2000-2003 The Regents of the University of California. - * All rights reserved. ...
tschmid/tinyos-2.x
a17a4c29b57f0ecc52c45d84a7db5fc41b6d49b0
One pass over TEP 139
diff --git a/doc/txt/tep139.txt b/doc/txt/tep139.txt index 3490f86..2ff673f 100644 --- a/doc/txt/tep139.txt +++ b/doc/txt/tep139.txt @@ -1,180 +1,184 @@ ============================================================================== The Source Routing Protocol (SRP) ===================================================...
tschmid/tinyos-2.x
2b61d8363082261f164bedb8a515b13a98fb8b24
Wrong wiring for Led1
diff --git a/tos/platforms/opal/PlatformLedsC.nc b/tos/platforms/opal/PlatformLedsC.nc index a2f7e5e..0e35619 100644 --- a/tos/platforms/opal/PlatformLedsC.nc +++ b/tos/platforms/opal/PlatformLedsC.nc @@ -1,70 +1,70 @@ /* * Copyright (c) 2009 Stanford University. * All rights reserved. * * Redistribution and u...
tschmid/tinyos-2.x
01292be81eee88013a3cb1df935346e960f384d4
Fix packet length: count header and footer, not header twice.
diff --git a/tos/lib/tossim/TossimActiveMessageC.nc b/tos/lib/tossim/TossimActiveMessageC.nc index dd183fc..f27eeda 100644 --- a/tos/lib/tossim/TossimActiveMessageC.nc +++ b/tos/lib/tossim/TossimActiveMessageC.nc @@ -1,251 +1,251 @@ // $Id$ /* * "Copyright (c) 2005 Stanford University. All rights reserved. * * ...
tschmid/tinyos-2.x
9ac98862e06af1efa7c684ef9e140e8065006e47
Fix message allocation bug in TOSSIM live.
diff --git a/tos/lib/tossim/sf/sim/SerialActiveMessageC.nc b/tos/lib/tossim/sf/sim/SerialActiveMessageC.nc index 911af7a..d2d7707 100644 --- a/tos/lib/tossim/sf/sim/SerialActiveMessageC.nc +++ b/tos/lib/tossim/sf/sim/SerialActiveMessageC.nc @@ -1,289 +1,296 @@ // $Id$ /* * Copyright (c) 2007 Toilers Research Group ...
tschmid/tinyos-2.x
b4c03b17e41a9d0d46de34b7d1475ee29b2ce3da
Fixed wiring for the rf212 radio on opal
diff --git a/tos/platforms/opal/chips/rf212/HplRF212C.nc b/tos/platforms/opal/chips/rf212/HplRF212C.nc index f043221..6472edc 100755 --- a/tos/platforms/opal/chips/rf212/HplRF212C.nc +++ b/tos/platforms/opal/chips/rf212/HplRF212C.nc @@ -1,49 +1,49 @@ #include <RadioConfig.h> configuration HplRF212C { provides ...
tschmid/tinyos-2.x
e09f31ab2ef05d6102df5ae25960716ccf68cc19
moved from the szte-wsn repository
diff --git a/apps/tests/mts400/DataMsg.h b/apps/tests/mts400/DataMsg.h new file mode 100644 index 0000000..35eba96 --- /dev/null +++ b/apps/tests/mts400/DataMsg.h @@ -0,0 +1,51 @@ +/** Copyright (c) 2009, University of Szeged +* All rights reserved. +* +* Redistribution and use in source and binary forms, with or witho...
tschmid/tinyos-2.x
a8597e8747f41241d91b5f845f1b728c34b9a296
Added threads support for opal
diff --git a/support/make/opal.target b/support/make/opal.target index f19ea79..86510cb 100644 --- a/support/make/opal.target +++ b/support/make/opal.target @@ -1,11 +1,9 @@ #-*-Makefile-*- vim:syntax=make -#$Id: null.target,v 1.4 2006/12/12 18:22:55 vlahan Exp $ - PLATFORM = opal -PFLAGS += -finline-limit=100000 -...
tschmid/tinyos-2.x
c34923bbacb5d556efac4c9195896f7e7e4d584f
"Working" port of the opal platform
diff --git a/tos/platforms/opal/.platform b/tos/platforms/opal/.platform index d26a971..1394744 100644 --- a/tos/platforms/opal/.platform +++ b/tos/platforms/opal/.platform @@ -1,27 +1,56 @@ -# -# FILE: null/.platform -# -# A do-nothing platform. A good target for mig when using external types. -# -# $Id: .platform,v ...
tschmid/tinyos-2.x
52ab0194ef21100890aeb501846e4cb5166cdfca
Added a 16 bit Milliscond timer to sam3u
diff --git a/tos/chips/sam3u/timer/AlarmMilli16C.nc b/tos/chips/sam3u/timer/AlarmMilli16C.nc new file mode 100644 index 0000000..eca7bde --- /dev/null +++ b/tos/chips/sam3u/timer/AlarmMilli16C.nc @@ -0,0 +1,47 @@ +/** + * "Copyright (c) 2009 The Regents of the University of California. + * All rights reserved. + * + * ...
tschmid/tinyos-2.x
2a7a374a4363e7a78e0599c0c2194813c2247645
Allow one to change the Linker file as they please
diff --git a/support/make/sam3u/mpu.extra b/support/make/sam3u/mpu.extra index 7f7b9e8..031960d 100644 --- a/support/make/sam3u/mpu.extra +++ b/support/make/sam3u/mpu.extra @@ -1,3 +1,4 @@ # use special linker file to provide symbols and alignment for memory protection -LINKERFILE = sam3u-ek-flash-mp.x +LINKERFILE_P...
tschmid/tinyos-2.x
1ee109851fb4a8f3fd54b848723f9197ca5a7e10
Need explicit wiring of interface
diff --git a/tos/chips/rf2xx/layers/TimeStampingLayerC.nc b/tos/chips/rf2xx/layers/TimeStampingLayerC.nc index 7bc5b0c..5cfba35 100644 --- a/tos/chips/rf2xx/layers/TimeStampingLayerC.nc +++ b/tos/chips/rf2xx/layers/TimeStampingLayerC.nc @@ -1,54 +1,54 @@ /* * Copyright (c) 2007, Vanderbilt University * All rights ...
tschmid/tinyos-2.x
70181c6b73ae7b059213cdf0b242070f708f0228
Explicit casting needed with gcc 4.5 to remove warning
diff --git a/tos/lib/timer/TransformAlarmC.nc b/tos/lib/timer/TransformAlarmC.nc index 09c23a5..0334767 100644 --- a/tos/lib/timer/TransformAlarmC.nc +++ b/tos/lib/timer/TransformAlarmC.nc @@ -1,173 +1,173 @@ //$Id$ /* "Copyright (c) 2000-2003 The Regents of the University of California. * All rights reserved. ...
tschmid/tinyos-2.x
8ca2b7d5ea95a6f29aa045fab0b017e52b1469bf
document the backoff constants
diff --git a/tos/chips/rf2xx/rf230/README b/tos/chips/rf2xx/rf230/README index e73a761..23adcc1 100644 --- a/tos/chips/rf2xx/rf230/README +++ b/tos/chips/rf2xx/rf230/README @@ -1,62 +1,69 @@ The RF230 radio driver has the following configuration options. Some of these are set in the platforms/xxx/chips/rf230/Radio...
tschmid/tinyos-2.x
f9340f01fc6d14f3e2354bd68472a97150d803ee
initial draft
diff --git a/doc/txt/tep139.txt b/doc/txt/tep139.txt new file mode 100644 index 0000000..3490f86 --- /dev/null +++ b/doc/txt/tep139.txt @@ -0,0 +1,180 @@ +============================================================================== +The Source Routing Protocol (SRP) +==================================================...
tschmid/tinyos-2.x
39f9d3e06a6c7838ffb4aefc19491caef135f512
add the UART1 component (used on the zigbit modules)
diff --git a/tos/chips/atm128/Atm128Uart1C.nc b/tos/chips/atm128/Atm128Uart1C.nc new file mode 100644 index 0000000..cd4fd09 --- /dev/null +++ b/tos/chips/atm128/Atm128Uart1C.nc @@ -0,0 +1,63 @@ +/* + * Copyright (c) 2006 Arch Rock Corporation + * All rights reserved. + * + * Redistribution and use in source and binary...
tschmid/tinyos-2.x
e8d70c403d9fc41f57489ea2538c44e428af4e9d
Basic initial commit of opal target
diff --git a/support/make/opal.target b/support/make/opal.target new file mode 100644 index 0000000..f19ea79 --- /dev/null +++ b/support/make/opal.target @@ -0,0 +1,11 @@ +#-*-Makefile-*- vim:syntax=make +#$Id: null.target,v 1.4 2006/12/12 18:22:55 vlahan Exp $ + +PLATFORM = opal +PFLAGS += -finline-limit=100000 + +$(c...
tschmid/tinyos-2.x
3f79f6962c7bc3bf52698d80daedf9238ff8a4b5
fix interface names
diff --git a/tos/platforms/mica/MicaBusC.nc b/tos/platforms/mica/MicaBusC.nc index 3e44751..aed1b12 100644 --- a/tos/platforms/mica/MicaBusC.nc +++ b/tos/platforms/mica/MicaBusC.nc @@ -1,100 +1,100 @@ // $Id$ /* * Copyright (c) 2005-2006 Intel Corporation * All rights reserved. * * This file is distributed un...
tschmid/tinyos-2.x
2478e0a265d41c42fe453e23fcd188a6f8c8020e
bugfix for the concurrent use of sensors
diff --git a/tos/sensorboards/mts400/Adg715.h b/tos/sensorboards/mts400/Adg715.h index 1ed6014..3cbbea9 100644 --- a/tos/sensorboards/mts400/Adg715.h +++ b/tos/sensorboards/mts400/Adg715.h @@ -1,54 +1,57 @@ /* * Copyright (c) 2008 Rincon Research Corporation * All rights reserved. * * Redistribution and use in...
tschmid/tinyos-2.x
c2eadf5fd7e922814e2a72dc5275ba8d01d77d1d
added emg to analogsetup (same as gsr).
diff --git a/tos/platforms/shimmer/shimmerAnalogSetup.nc b/tos/platforms/shimmer/shimmerAnalogSetup.nc index 8e2be17..7e88838 100644 --- a/tos/platforms/shimmer/shimmerAnalogSetup.nc +++ b/tos/platforms/shimmer/shimmerAnalogSetup.nc @@ -1,76 +1,79 @@ /* * Copyright (c) 2010, Shimmer Research, Ltd. * All rights res...
tschmid/tinyos-2.x
b4e8f5dda1f4ef7ba3c5ff4ff4f5713f4293081a
removed brain-dead overloaded leds stuff, just made led1 and led2 do nothing.
diff --git a/tos/platforms/span/Leds.nc b/tos/platforms/span/Leds.nc deleted file mode 100644 index 98c3e8a..0000000 --- a/tos/platforms/span/Leds.nc +++ /dev/null @@ -1,92 +0,0 @@ -// $Id$ - -/* - * "Copyright (c) 2005-2005 The Regents of the University of California. - * All rights reserved. - * - * Permission to ...
tschmid/tinyos-2.x
c0c7fab51dfdc07ee57f7385ddd0a72876bd5661
Git apply missed some files
diff --git a/apps/IPBaseStation/Reset.nc b/apps/IPBaseStation/Reset.nc index d42a942..a503b99 100644 --- a/apps/IPBaseStation/Reset.nc +++ b/apps/IPBaseStation/Reset.nc @@ -1,51 +1,47 @@ -<<<<<<< HEAD // $Id$ -======= -// $Id: Reset.nc,v 1.2 2009/08/09 23:36:05 sdhsdh Exp $ ->>>>>>> commit svn HEAD of blip into core t...
tschmid/tinyos-2.x
41fcb986adead0c19f8ed95291f61ce24700bb2f
Allow CC2520 test application to receive only.
diff --git a/apps/tests/cc2520/TestDriverLayer/TestDriverLayerM.nc b/apps/tests/cc2520/TestDriverLayer/TestDriverLayerM.nc index 20637fc..4947dcd 100644 --- a/apps/tests/cc2520/TestDriverLayer/TestDriverLayerM.nc +++ b/apps/tests/cc2520/TestDriverLayer/TestDriverLayerM.nc @@ -1,132 +1,135 @@ /* * Copyright (c) 2010,...
tschmid/tinyos-2.x
615d79817abc0957b8a708201c4aef542cc344a5
Removed frame filtering.
diff --git a/tos/chips/cc2520/CC2520DriverLayer.h b/tos/chips/cc2520/CC2520DriverLayer.h index 0d83900..05daa17 100644 --- a/tos/chips/cc2520/CC2520DriverLayer.h +++ b/tos/chips/cc2520/CC2520DriverLayer.h @@ -1,361 +1,374 @@ #ifndef __CC2520XDRIVERLAYER_H__ #define __CC2520XDRIVERLAYER_H__ typedef nx_struct cc2520...
tschmid/tinyos-2.x
2099a7b6db2b2a09746ef488650731cd4af29325
Added atomic to shared clock variable.
diff --git a/tos/chips/sam3u/pins/HplSam3uGeneralIOPortP.nc b/tos/chips/sam3u/pins/HplSam3uGeneralIOPortP.nc index cbf44c5..d2c7be1 100644 --- a/tos/chips/sam3u/pins/HplSam3uGeneralIOPortP.nc +++ b/tos/chips/sam3u/pins/HplSam3uGeneralIOPortP.nc @@ -1,122 +1,123 @@ /** * "Copyright (c) 2009 The Regents of the Univers...
tschmid/tinyos-2.x
e826788aa86242ff53477452911d4994623b3703
Reduced zeros in constans because of overflow.
diff --git a/tos/platforms/sam3u_ek2520/chips/cc2520/RadioConfig.h b/tos/platforms/sam3u_ek2520/chips/cc2520/RadioConfig.h index 7a622c5..6b57f01 100644 --- a/tos/platforms/sam3u_ek2520/chips/cc2520/RadioConfig.h +++ b/tos/platforms/sam3u_ek2520/chips/cc2520/RadioConfig.h @@ -1,72 +1,73 @@ /* * Copyright (c) 2010, V...
tschmid/tinyos-2.x
c2988970e557b1735fc7443879c6bccd7bc5301d
Better RX debug support. Now printing full message after reception.
diff --git a/tos/chips/cc2520/CC2520DriverLayerP.nc b/tos/chips/cc2520/CC2520DriverLayerP.nc index b4e67a3..6d876e5 100644 --- a/tos/chips/cc2520/CC2520DriverLayerP.nc +++ b/tos/chips/cc2520/CC2520DriverLayerP.nc @@ -442,915 +442,916 @@ implementation call RSTN.set(); // wait another .2ms for xosc to ...
tschmid/tinyos-2.x
d1d9d178d6aa60f89c9a063cf83eb1787167fd3f
The RF2xx Layer conflicts with string.h
diff --git a/support/make/sam3u_ek2520.target b/support/make/sam3u_ek2520.target index 70827aa..809d35a 100644 --- a/support/make/sam3u_ek2520.target +++ b/support/make/sam3u_ek2520.target @@ -1,11 +1,15 @@ #-*-Makefile-*- vim:syntax=make PLATFORM = sam3u_ek2520 ifdef CC2420_CHANNEL PFLAGS += -DCC2520_DEF_CHANNEL...
tschmid/tinyos-2.x
1de8dd5c20916a47f91601cc5429adcbaa659234
CC2520 transmitter now working.
diff --git a/tos/chips/cc2520/CC2520DriverLayerP.nc b/tos/chips/cc2520/CC2520DriverLayerP.nc index 7101977..b4e67a3 100644 --- a/tos/chips/cc2520/CC2520DriverLayerP.nc +++ b/tos/chips/cc2520/CC2520DriverLayerP.nc @@ -1,1346 +1,1356 @@ /* * Copyright (c) 2010, Vanderbilt University * All rights reserved. * * Pe...
tschmid/tinyos-2.x
fd75ce28f262671f35dcae98fc9e65bf2d9fe782
CC2520 Driver now transmits messages.
diff --git a/apps/tests/cc2520/TestDriverLayer/Makefile b/apps/tests/cc2520/TestDriverLayer/Makefile index fe1b0c1..6b699c6 100644 --- a/apps/tests/cc2520/TestDriverLayer/Makefile +++ b/apps/tests/cc2520/TestDriverLayer/Makefile @@ -1,3 +1,6 @@ COMPONENT=TestDriverLayerC CFLAGS += -I$(TOSDIR)/lib/diagmsg +CFLAGS += -...
tschmid/tinyos-2.x
46c71ac92255b3d8a482deffbadae92c264ac322
Clarified comment in SPI driver
diff --git a/tos/chips/sam3u/spi/HilSam3uSpiP.nc b/tos/chips/sam3u/spi/HilSam3uSpiP.nc index 56e1102..53c9cd3 100644 --- a/tos/chips/sam3u/spi/HilSam3uSpiP.nc +++ b/tos/chips/sam3u/spi/HilSam3uSpiP.nc @@ -1,220 +1,221 @@ /** * "Copyright (c) 2009 The Regents of the University of California. * All rights reserved. ...
tschmid/tinyos-2.x
df9abd44acd6e07cfb2f3e9030b43aaa53f76469
Clock should not be turned off if someone still uses a IO as input. This is addressed by tracking who enabled the clock before we fully disable it for the whole port.
diff --git a/tos/chips/sam3u/pins/HplSam3uGeneralIOP.nc b/tos/chips/sam3u/pins/HplSam3uGeneralIOP.nc index aa36030..bcaca32 100644 --- a/tos/chips/sam3u/pins/HplSam3uGeneralIOP.nc +++ b/tos/chips/sam3u/pins/HplSam3uGeneralIOP.nc @@ -1,89 +1,107 @@ /** * "Copyright (c) 2009 The Regents of the University of California...
tschmid/tinyos-2.x
c50de92b4ef93f89a4450c27ad1cbb689636b07c
CC2520 driver now compiles for sam3u_ek2520 platform. - I created a new platform that inherits everything from the sam3u_ek, but uses the CC2520 instead of the CC2420. - Added some more timer modules that are neede by the driver.
diff --git a/apps/tests/cc2520/TestDriverLayer/Makefile b/apps/tests/cc2520/TestDriverLayer/Makefile new file mode 100644 index 0000000..fe1b0c1 --- /dev/null +++ b/apps/tests/cc2520/TestDriverLayer/Makefile @@ -0,0 +1,3 @@ +COMPONENT=TestDriverLayerC +CFLAGS += -I$(TOSDIR)/lib/diagmsg +include $(MAKERULES) diff --git ...