Commit Graph

  • de0ad53f3f rpi: add support for rpi a+/b+ Karan Misra 2015-01-15 06:55:55 +0530
  • f54c110445 support detection on rpi b+ Karan Misra 2015-01-15 06:36:01 +0530
  • bf6e647c1d detect host based on cpuinfo Ben Delarre 2015-01-13 14:15:25 -0800
  • 5f1dd24e18 Merge ddabcce905 into 9aaadba2e3 Ben Delarre 2015-01-15 00:29:10 +0000
  • 9aaadba2e3 gpio: better docs Karan Misra 2015-01-15 05:59:03 +0530
  • e6d0ea4225 gpio: added pinmap accessor for introspection usage Ben Delarre 2015-01-13 13:55:11 -0800
  • fbd36f870d Merge 3adfdac340 into 05c03968d7 Ben Delarre 2015-01-15 00:10:03 +0000
  • 05c03968d7 doc: updated contributors list Kunal Powar 2015-01-15 05:38:13 +0530
  • 6003f2249d gpio: consistent naming Karan Misra 2015-01-15 05:35:10 +0530
  • b6f5d8d640 spi: added write method to allow writing without transfer delays Ben Delarre 2015-01-13 13:43:23 -0800
  • 546fb75d3c Merge 9d108ee58f into 1efc3b632e Ben Delarre 2015-01-14 23:29:07 +0000
  • 1efc3b632e spi: added write method to allow writing without transfer delays Ben Delarre 2015-01-13 13:43:23 -0800
  • c78563a341 ci: update versions of go we build against Karan Misra 2015-01-15 02:43:28 +0530
  • ddabcce905 Added cpuInfo method to use cpu info for host detection. Ben Delarre 2015-01-13 14:15:25 -0800
  • 3adfdac340 added pinmap accessor for introspection usage Ben Delarre 2015-01-13 13:55:11 -0800
  • 9d108ee58f Added SPIBus.Write to allow writing without transfer delays. Ben Delarre 2015-01-13 13:43:23 -0800
  • dac729e4fd controller: add a lib for the HD44780 character display controller Matthew Dale 2014-12-27 00:28:15 -0800
  • 3f7fe59036 Add support for isl29125 RGB light sensor origin/pr/17 Ryan Cox 2014-10-22 09:07:12 -0700
  • 9a96639962 Add initial support for isl29125 rgb sensor Ryan Cox 2014-09-25 19:12:04 -0700
  • 03b5f0ceb6 doc: update CONTRIBUTORS Karan Misra 2014-09-10 09:28:37 +0530
  • c76ff101c6 Merge pull request #11 from SjB/gpio/interrupt Karan Misra 2014-09-10 09:23:36 +0530
  • b70d632937 Merge pull request #13 from alsm/master Karan Misra 2014-09-10 09:19:05 +0530
  • 9401acd013 embd, rpi: determine pi revision, make rev2 pinmap default alsm 2014-09-09 15:57:27 +0100
  • 1d0dd75f23 gpio: added missing function in fakeDigitalPin SjB 2014-09-02 23:33:07 -0400
  • 0fa1d1b61c gpio: adding interrupt SjB 2014-08-31 00:39:41 -0400
  • 110ea28647 highlight that this is a go framework Karan Misra 2014-07-26 05:41:38 +0530
  • 89c8a50c82 Merge 3e9ce063db into 6ad940090c Steve Beaulac 2014-06-18 08:27:24 +0000
  • 6ad940090c fixing link errors kunalpowar 2014-05-22 14:41:07 +0530
  • 64ce088b69 convertors: added doc kunalpowar 2014-05-22 14:33:32 +0530
  • 66b6aaf1a9 spi: added go doc and updated readme kunalpowar 2014-05-22 12:10:14 +0530
  • c28f7a2de9 Merge pull request #6 from kunalpowar/spi Karan Misra 2014-05-22 03:27:31 +0530
  • bb82613c64 spi: code fixes in samples kunalpowar 2014-05-22 03:14:33 +0530
  • 5965ddf789 spi: fix for breaking build kunalpowar 2014-05-22 03:03:22 +0530
  • 32c9a96af5 spi: remove types from const declarations and added few more go docs kunalpowar 2014-05-22 02:58:15 +0530
  • 9bc13a9654 fix a typo in the supported hosts list Karan Misra 2014-05-22 02:56:50 +0530
  • 2d3dee8764 spi: more refactoring kunalpowar 2014-05-22 02:31:42 +0530
  • 67d316851a spi: finishing touches kunalpowar 2014-05-22 02:19:01 +0530
  • 0f23150374 spi: removing blank line kunalpowar 2014-05-22 01:34:39 +0530
  • 454eca42d0 spi: got rid of shouldInitialize arg in spibus (redundant). kunalpowar 2014-05-22 01:21:09 +0530
  • f80e6f624d spi: using defer for cleanup kunalpowar 2014-05-22 01:11:45 +0530
  • 9206358abe spi: refactoring for err handling kunalpowar 2014-05-22 01:11:14 +0530
  • c42a345a60 spi: added godoc kunalpowar 2014-05-08 23:46:09 +0530
  • dbc97bd15c mcp3008: changes to use external spiBus kunalpowar 2014-05-08 23:28:29 +0530
  • 1bb2bac8f1 spi: variables/method name, err handling changes to follow idiomatic go kunalpowar 2014-05-08 23:09:31 +0530
  • 4191327632 spi: ignore build for sample codes Kunal Powar 2014-05-07 23:23:29 +0530
  • 57ceadca52 fix whitespace Karan Misra 2014-05-19 23:40:17 +0530
  • afea7395cb fix link to kidoman.io Karan Misra 2014-05-19 23:39:44 +0530
  • 0e373241a3 doc: import all in code examples Karan Misra 2014-05-19 11:29:16 +0530
  • 5e17d3721c doc: use ``` for embedded code Karan Misra 2014-05-19 11:27:57 +0530
  • b0f00069b5 doc: list of contributors Karan Misra 2014-05-19 11:20:28 +0530
  • ccaa5d4909 Merge pull request #7 from marcomonteiro/version_parsing_bug_fix Karan Misra 2014-05-16 12:32:39 +0530
  • 6c98eeb15f fixes a bug parsing version numbers with a hyphen at the end Marco P. Monteiro 2014-05-15 23:48:53 -0700
  • 6570792356 doc: embed link Karan Misra 2014-05-11 21:46:24 +0530
  • d8dfeefe7a doc: update blog post link Karan Misra 2014-05-11 21:45:49 +0530
  • e5f07b9926 no need for custom deployment anymore Karan Misra 2014-05-10 05:22:27 +0530
  • 2e3d8b6b19 add github cname Karan Misra 2014-05-10 05:19:42 +0530
  • 56f8d19b33 doc: add link to intro blog post Karan Misra 2014-05-08 04:31:43 +0530
  • 59958d7dfc mcp3008: added package and samples for mcp3008 10-bit 8-channel adc kunalpowar 2014-05-03 21:35:09 +0530
  • 42033238e2 spi: use a initializer if required by any host kunalpowar 2014-05-01 22:44:41 +0530
  • 1b001ebe4a Merge 12db8443b0 into 9c61da0bcf Kunal 2014-05-01 17:08:32 +0000
  • 9c61da0bcf samples: reduce delay in universalblinker to 200 ms Karan Misra 2014-04-28 11:09:34 +0530
  • faa686f01c spi: changes in fields/symbols to follow idiomatic go Kunal Powar 2014-04-28 03:13:57 +0530
  • 12db8443b0 spi: added spi feature for all bbb and rpi Kunal Powar 2014-04-28 01:18:14 +0530
  • bc0dedf481 replace with real demo video Karan Misra 2014-04-27 11:25:01 +0530
  • fdd1d6b5c3 samples: universal blinker example Karan Misra 2014-04-25 02:28:01 +0530
  • e73b70b296 samples: changes to led Karan Misra 2014-04-25 02:27:44 +0530
  • e97394e7c2 doc: format the example go code properly Karan Misra 2014-04-24 03:03:38 +0530
  • 9da9a5c021 ci: do not build the go-rpi branch Karan Misra 2014-04-24 03:03:20 +0530
  • ce4fab41da samples: change simpleblinker to match docs Karan Misra 2014-04-24 03:03:02 +0530
  • ce2592615a make the github button iframes less wide Karan Misra 2014-04-16 14:49:14 +0530
  • 5a7a48dd95 correct the github button iframe url Karan Misra 2014-04-16 14:36:32 +0530
  • c33d00617b github buttons Karan Misra 2014-04-16 14:31:29 +0530
  • 3e6dcc4c52 add humans.txt Karan Misra 2014-04-16 14:07:43 +0530
  • 3c8997bdff more aggressive caching Karan Misra 2014-04-16 14:07:35 +0530
  • 4d79c54239 cleanup Karan Misra 2014-04-16 14:05:59 +0530
  • dea8890b0e -superheroic Karan Misra 2014-04-16 14:05:50 +0530
  • 7bbad67d14 doc: -superheroic Karan Misra 2014-04-16 14:05:13 +0530
  • d75eab4d1e make the disclaimer text links Karan Misra 2014-04-13 23:03:47 +0530
  • c91518ae97 add skiplink module Karan Misra 2014-04-13 22:38:10 +0530
  • 94e2ca4ae3 doc: cleanup Karan Misra 2014-04-13 14:02:15 +0530
  • 7c51f968af doc: make the LED example unambiguous Karan Misra 2014-04-12 10:16:35 +0530
  • 3e9ce063db Force digitalpin direction to be embd.IN when Watching SjB 2014-04-11 22:51:03 -0400
  • be0c0daf48 samples: cleanup Karan Misra 2014-04-11 17:50:23 +0530
  • 175436be65 doc: don't need to install glog explicitly anymore Karan Misra 2014-04-11 14:01:49 +0530
  • 51ec19d6a1 hal: log when host is registered Karan Misra 2014-04-11 13:59:58 +0530
  • 138c100f8d doc: add 'Getting Started' section Karan Misra 2014-04-11 11:04:03 +0530
  • 946aa2694f samples: full blinker rpi example Karan Misra 2014-04-11 10:51:29 +0530
  • ad9dea5616 samples: simpleblinker rpi example Karan Misra 2014-04-11 09:21:31 +0530
  • 94f99476c2 allow lazy initialisation of the drivers Karan Misra 2014-04-11 09:19:03 +0530
  • 9ac0872493 rpi: led support Karan Misra 2014-04-11 09:12:45 +0530
  • 859a6619f8 samples: these are specific to bob, so only load the bbb host Karan Misra 2014-04-11 09:10:17 +0530
  • 87e958c01d doc: cleanup + consistency Karan Misra 2014-04-11 08:05:59 +0530
  • 860c374544 doc: getting help Karan Misra 2014-04-11 08:05:15 +0530
  • 4ebfe9ccc7 doc: how to contribute Karan Misra 2014-04-11 07:58:26 +0530
  • 03dc549a01 doc: add the about section Karan Misra 2014-04-11 07:37:34 +0530
  • 0e820bad5b Merge remote-tracking branch 'kidoman/master' SjB 2014-04-09 22:53:49 -0400
  • 68ba342e1b i2c: added debug logs Kunal Powar 2014-04-10 07:38:14 +0530
  • 2ee0cbc899 i2c: fixed missing init call Kunal Powar 2014-04-10 07:29:06 +0530
  • 5f8a0fced0 Stop Watching pin when Closing SjB 2014-04-09 00:38:19 -0400
  • e1a90ade4f Code cleanup in NewGPIODriver func. SjB 2014-04-09 00:09:13 -0400