Commit Graph
21 Commits
Author SHA1 Message Date
PaulStoffregen 48e2c1f03a Don't redefine TRUE & FALSE, if already defined 2016-01-05 04:44:39 -08:00
PaulStoffregen 785c93e7d3 Add Arduino Zero (untested) 2016-01-05 04:27:34 -08:00
PaulStoffregen 18fc117764 Add extra Freescale defines 2016-01-05 04:14:02 -08:00
Paul Stoffregen e21914433e Merge pull request #9 from pricopb/master
Port OneWire to Arduino101/Genuino101
2016-01-05 03:59:58 -08:00
Bogdan Pricop 464903b4d0 Port OneWire to Arduino101/Genuino101
* Implement platform specific macros for Intel Arduino101 / Genuino101
  board.
* Couldn't avoid using inline functions because a GPIO can be managed
  by Quark or ARC core and I need to determine at runtime the type of
  GPIO to use the specific way of configuring a  GPIO:
    * Just write to a specific address for a Quark managed GPIO
    * Use and ARC specific assembly to instruction to modify an
      auxiliary register.

Signed-off-by: Bogdan Pricop <bogdan.pricop@emutex.com>
2016-01-05 08:36:47 +00:00
PaulStoffregen ef5e5c64cb Support RedBearLab nRF51822 (untested) v2.3.1 2015-12-06 01:40:12 -08:00
PaulStoffregen 6af633895c Support conditional search 2015-12-06 01:36:33 -08:00
PaulStoffregen 27a383b0b7 Increment version to 2.3.1 2015-12-06 01:23:23 -08:00
Paul Stoffregen 2c55469b8a Merge pull request #6 from igrr/master
ESP8266 core support
2015-11-22 16:28:10 -08:00
Ivan Grokhotkov 4ae7f068be ESP8266 core support 2015-11-11 12:08:48 +03:00
PaulStoffregen d388e36b47 Update library.properties 2015-03-26 08:02:45 -07:00
PaulStoffregen c6564f2232 Search bug fix (Love Nystrom) 2.3 2015-03-25 19:52:22 -07:00
PaulStoffregen 358d5019c7 Version 2.3 info 2015-03-25 19:41:18 -07:00
PaulStoffregen 3864fa07e0 Merge branch 'master' of github.com:PaulStoffregen/OneWire 2015-03-25 19:33:59 -07:00
PaulStoffregen 98b01e0c24 Add unknown board fallback mode (Roger Clark) 2015-03-25 19:31:37 -07:00
PaulStoffregen c38fcb380c Add support for Teensy-LC 2015-01-31 13:21:01 -08:00
Paul Stoffregen 5a9ed3565b Merge pull request #1 from ivankravets/patch-1
Fix JSON syntax
2014-10-24 13:51:03 -07:00
Ivan Kravets 7574335309 Revert email for Jason 2014-10-24 23:50:10 +03:00
Ivan Kravets 86cd697ead Fix JSON syntax 2014-10-24 23:47:33 +03:00
PaulStoffregen 287ddb8edf Add library.json 2014-10-24 04:53:04 -07:00
PaulStoffregen d655ab806a Import OneWire version 2.2 2014-10-24 03:54:15 -07:00