1
0
mirror of https://github.com/kidoman/embd synced 2024-05-29 07:08:04 +02:00
Commit Graph

292 Commits

Author SHA1 Message Date
Adam Bright
a4d939f70e Merge 31f3386652 into d3d8c0c5c6 2017-05-08 01:30:54 +00:00
Luke Palmer
d3d8c0c5c6 Merge pull request #79 from fd0/rpi3-kernel-4.9
Correctly detect Raspberry Pi 3 on Kernel 4.9
2017-05-07 21:30:40 -04:00
Alexander Neumann
1e99d1ac2d Correctly detect Raspberry Pi 3 on Kernel 4.9
Kernel 4.9 now correctly identifies the hardware for the Raspberry Pi 3
as "BCM2835", /proc/cpuinfo contains:

    processor      : 0
    model name     : ARMv7 Processor rev 4 (v7l)
    BogoMIPS       : 38.40
    Features       : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
    CPU implementer        : 0x41
    CPU architecture: 7
    CPU variant    : 0x0
    CPU part       : 0xd03
    CPU revision   : 4
    [...]
    Hardware       : BCM2835
    Revision       : a02082
    Serial         : 00000000307c1569
2017-03-06 16:37:05 +01:00
Adam Bright
31f3386652 make SetCriticalTempLock and SetWindowTempLock exported and don't auto lock when setting temps since the device doesn't seem to respond well to it 2016-09-29 06:07:22 +00:00
Adam Bright
24db7580a4 initialize configuration so we aren't unintentionally overwriting something on the first configuration change 2016-09-29 05:51:00 +00:00
Adam Bright
95e4b68b74 make names more idiomatic, remove redundant mutex lock 2016-09-28 16:33:45 +00:00
Adam Bright
0c25e20721 better negative rounding 2016-09-26 05:31:51 +00:00
Adam Bright
c68eca29cc fix rounding and precision when setting temperature 2016-09-26 04:59:42 +00:00
Adam Bright
bb7032efe8 remove unnecessary parens 2016-09-26 04:06:41 +00:00
Adam Bright
606555ca7f simplify temp set and read functions 2016-09-26 04:01:22 +00:00
Adam Bright
afc8c08cff simplify sign bit extraction and remove extraneous error check'
'
2016-09-26 02:29:10 +00:00
Thorsten von Eicken
adc3d47305 Merge pull request #69 from kidoman/update
Add support for CHIP; merge piled-up PRs
2016-09-25 11:48:02 -07:00
Adam Bright
d938e007ff code review changes and bug fixes 2016-09-21 17:49:09 +00:00
Adam Bright
eb44392b0a sensor: added driver for MCP9808 temperature sensor 2016-09-12 21:27:06 +00:00
Thorsten von Eicken
f256bd4715 rename update_contibutors.sh 2016-09-08 23:38:53 -07:00
Thorsten von Eicken
5b6fbf3be1 revert some gratuitous whitespace changes 2016-09-08 23:37:51 -07:00
Thorsten von Eicken
7790078c56 README update 2016-09-08 23:34:34 -07:00
Thorsten von Eicken
400ff1a279 fix travis 2016-09-08 23:32:02 -07:00
Thorsten von Eicken
905f4857d9 minor documentation addition 2016-09-08 23:28:20 -07:00
Thorsten von Eicken
b013125381 update documentation a bit 2016-09-08 22:50:29 -07:00
Thorsten von Eicken
94cc116a81 update contributors 2016-09-08 21:15:09 -07:00
Thorsten von Eicken
acf38b972d Back out addition of rfm69 radio support 'cause it's not ready 2016-09-08 21:02:34 -07:00
Thorsten von Eicken
eac7d5af1b Merge pull request #68 from tve/master
Add support for CHIP; merge piled-up PRs
2016-09-08 21:01:39 -07:00
Thorsten von Eicken
e19d72b27b make fork ready for merge-back, try #3 2016-09-06 21:13:16 -07:00
Thorsten von Eicken
789e3f82b2 make fork ready for merge-back, try #2 2016-09-06 21:12:17 -07:00
Thorsten von Eicken
b6706df9a8 make fork ready for merge-back 2016-09-06 21:07:29 -07:00
Thorsten von Eicken
49e6cc504d Merge pull request #4 from gotang/master
fix fatal error: concurrent map read and map write
2016-09-05 23:36:21 -07:00
Thorsten von Eicken
997876e74b Initial support for rfm69 radio 2016-09-05 23:14:12 -07:00
Thorsten von Eicken
6cfa481f30 Support SPI minor devices >255 (PR #33) 2016-09-05 23:13:14 -07:00
Thorsten von Eicken
56cb934dbf Update README for CHIP support by TvE 2016-09-05 23:11:12 -07:00
Thorsten von Eicken
e16818f0aa add support for NextThing CHIP, part 3 2016-08-27 00:35:21 -07:00
Thorsten von Eicken
4503849da9 Merge pull request #3 from gavincabbage/gavincabbage-readbytes
Gavincabbage readbytes
2016-08-27 00:34:45 -07:00
Thorsten von Eicken
e7d28415a8 Merge pull request #1 from wiless/master
Fix SPIController issue with missing fields
2016-08-27 00:32:08 -07:00
Thorsten von Eicken
fac1f1c518 Merge pull request #2 from wujiang/wujiang/println
Println doesn't accept formatting.
2016-08-27 00:31:59 -07:00
Thorsten von Eicken
091d6f5588 gpio: don't fail if pin is already exported 2016-08-26 23:02:41 -07:00
Thorsten von Eicken
938a071c1a add minimal support for NextThing CHIP, part 2 2016-08-26 23:02:11 -07:00
Thorsten von Eicken
d9dd4b51a9 add minimal support for NextThing CHIP 2016-08-26 23:00:39 -07:00
gotang
6021814731 fix fatal error: concurrent map read and map write 2016-08-20 14:10:49 +08:00
wiless
c3462ff178 Merge branch 'master' of github.com:kidoman/embd 2016-04-22 07:02:11 +05:30
Wu Jiang
1b48067d77 Println doesn't accept formatting.
It looks like this is caused by confusion between `fmt.Println` and `fmt.Printf`.
2015-12-22 17:05:28 -05:00
Karan Misra
bfcd1345fe Merge pull request #40 from wujiang/master
Fix typo
2015-12-22 23:31:09 +05:30
Wu Jiang
42be169804 Fix typo
TransferAndRecieveData --> TransferAndReceiveData
2015-12-22 12:54:33 -05:00
ssk
c1886eb5bf Fixed SPIController issue with missing fields 2015-11-03 19:24:27 +05:30
Gavin Cabbage
b296368a05 removing failed Stat use 2015-10-10 23:58:24 -04:00
Gavin Cabbage
9d8285ca01 changed ReadBytes to get file size from stat 2015-10-10 23:23:40 -04:00
Gavin Cabbage
48c26358bd doc: fixed mixed up comments 2015-08-30 09:48:43 -04:00
Gavin Cabbage
db5c9abb2a ran gofmt 2015-08-29 00:57:25 -04:00
Gavin Cabbage
afa49bb2bc build: fixed broken tests 2015-08-29 00:53:34 -04:00
Gavin Cabbage
2e6bd46354 i2c: added ReadBytes to I2CBus 2015-08-29 00:42:44 -04:00
Karan Misra
5065e49386 Merge pull request #28 from adeschamps/patch-1
Update README.md
2015-05-10 07:30:28 +05:30